Hello,
I have import new accounting account in odoo with csv file.
Now when I do the command to update odoo ( ./openerp-server -c odoo-server.conf -d database -u all ),
odoo wants to delete these new accounts.
log line :
2015-09-24 09:47:02,833 6929 INFO database openerp.addons.base.ir.ir_model: Deleting 3787@account.account (account.account_401GE0atdc)
Why it do this ? And of course the update crash when it want to delete a non-empty account!