← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 576782] Re: [base] If you delete a currency, and try to update base the update is broken.

 

** Changed in: openobject-server
     Assignee: SKH(OpenERP) (skh-openerp) => (unassigned)

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/576782

Title:
  [base] If you delete a currency, and try to update base the update is broken.

Status in OpenObject Server:
  New

Bug description:
  Proof:

Install a new DB.
Go to currencies and delete to or three.

make

./openerp-server.py -u base -d your_db

It says that some index not exist....

I coment all related to <!-- Currencies --> on  bin/addons/base/base_data.xml 

and it works...

Point not tried yet:

If i have defined my currencies, it _never_ must be changed with an update of base module..... For this reason I think this model only must be touched on init not in update!

Thaks!!