← Back to team overview

credativ team mailing list archive

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

 

Public bug reported:

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

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

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

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


Follow ups

References