credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #01432
[Bug 902333] Re: account types with account childs must not be deleted
account/configurable_account_chart.xml
IMHO this should have noupdate="1"
as these are regenerated also after deletion
<openerp>
<data>
<!-- Types -->
<record model="account.account.type" id="account_type_income_view1">
<field name="name">Income View</field>
<field name="code">view</field>
<field name="report_type">income</field>
</record>
--
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):
Incomplete
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