← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 794403] Re: New ir_property line to every object even if there is a generic value defined

 

*** This bug is a duplicate of bug 726592 ***
    https://bugs.launchpad.net/bugs/726592

** This bug has been marked a duplicate of bug 726592
   [6.0] ir.property created even if the value is the same as generic property

-- 
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/794403

Title:
  New ir_property line to every object even if there is a generic value
  defined

Status in OpenERP Modules (addons):
  New

Bug description:
  If you define a generic value for a property field and then create new
  object, new lines to ir_property -table is created.

  This seems to be a bug, expected behaviour would be read a value for a
  property-field from generic value. Current behaviour causes problem if
  you want to change your generic value. Then the change will affect
  only to objects created after the change, not all objects using the
  generic property value.

  On the other hand, now there is unnecessarily many lines in
  ir_property -table. In my installation there is 80k products in the
  database and six companies in multicompany system. That cause
  something like 1M lines into the ir_property table.


References