← Back to team overview

credativ team mailing list archive

[Bug 1104024] Re: OpenUpgrade 7.0 Missing models: ir.model.constraint, ir.model.relation

 

Hi Thomas,

work on 7.0 has barely started, so I do not think we cannot yet take bug
reports on it into account. Of course we will look at all the changes in
7.0, including this one.

Regards,
Stefan.


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

-- 
You received this bug notification because you are a member of
OpenUpgrade Committers, which is subscribed to OpenUpgrade Server.
https://bugs.launchpad.net/bugs/1104024

Title:
  OpenUpgrade 7.0 Missing models: ir.model.constraint, ir.model.relation

Status in OpenUpgrade Server:
  Invalid

Bug description:
  Hey OpenUpgrade commiters

  seams that coming from a 6.1 database this two models, even more, are
  not available, but needed for 7.0:

  server/openerp/addons/base/ir/ir_model.py line 473
  class ir_model_constraint(Model):
      """
      This model tracks PostgreSQL foreign keys and constraints used by OpenERP
      models.
      """

  
  server/openerp/addons/base/ir/ir_model.py line 542
  class ir_model_relation(Model):
      """
      This model tracks PostgreSQL tables used to implement OpenERP many2many
      relations.
      """

  
  I rechecked in 6.1 server code.. they are not used there..

  So maybe they need to be created on the OpenUpgrade process...

  Thanks for any help...

  Regards
  thomi

To manage notifications about this bug go to:
https://bugs.launchpad.net/openupgrade-server/+bug/1104024/+subscriptions


References