credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #00970
[Bug 902333] Re: account types with account childs must not be deleted
and they get reloaded for German AND English - see attachment
and obvioulsy get a new id
alter table account_account ADD CONSTRAINT account_account_user_type_fkey FOREIGN KEY (user_type) REFERENCES account_account_type(id) ON DELETE SET NULL;
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/902333
Title:
account types with account childs must not be deleted
Status in OpenERP Addons (modules):
New
Bug description:
IMHO this destroys an important relation and leaves the
account_account.user_type "undefined" (empty)
hence user_type with associated accounts must not be deleted.
BTW
the default user_types get refilled even if load demo is off
does configurable_account_chart.xml need noupdate="1" ??
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/902333/+subscriptions
References