base.sql vs. model layout consistency

Bug #1277899 reported by Stefan Rijnhart (Opener)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

openobject-server/openerp/addons/base/base.sql contains obsolete columns

How to reproduce:
Create a new database. After database creation, update the base module. The following inconsistencies are observed in the database log:

column relate is in the table ir_model_fields but not in the corresponding object ir.model.fields
column meta is in the table ir_values but not in the corresponding object ir.values
column trigger_type is in the table wkf_transition but not in the corresponding object workflow.transition
column uid is in the table wkf_instance but not in the corresponding object workflow.instance
column complexity is in the table ir_module_module but not in the corresponding object ir.module.module
column web is in the table ir_module_module but not in the corresponding object ir.module.module
column version_pattern is in the table ir_module_module_dependency but not in the corresponding object ir.module.module.dependency

Related branches

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.