c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17658
[Bug 725532] Re: related fields with store=true are not updated
Thanks xrg. You're absolutely right, the bug was in the module I was
trying because it overrided _auto_init() function in the first place.
Sorry about the noise.
** 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/725532
Title:
related fields with store=true are not updated
Status in OpenERP Server:
Invalid
Bug description:
If a related field with store=True exists and the column is dropped
from the database, when the server is restarted with -u module the
column is created again, but data in existing records is not updated.
The attached patch fixes the issue by treating related fields the same
way function fields are.
References