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 C2C
OERPScenario, which is subscribed to OpenERP Project Group.
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

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to