← 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.

 

Hello,

I have tested your scenarios at my end with the latest code. But i did
not get any error at my end. I have attached the screen shots for your
reference so please check it. If you still get the same error then let
us know about it.

Thanks.

** Attachment added: "Screenshot-OpenERP - http:--admin@localhost-db_last.png"
   https://bugs.launchpad.net/openobject-server/+bug/576782/+attachment/1754080/+files/Screenshot-OpenERP%20-%20http%3A--admin%40localhost-db_last.png

** Changed in: openobject-server
       Status: New => Invalid

-- 
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:
  Invalid

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!!