← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 725532] [NEW] related fields with store=true are not updated

 

Public bug reported:

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.

** Affects: openobject-server
     Importance: Undecided
         Status: New


** Tags: nan

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

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.



Follow ups

References