Installing an OpenERP module in the connector is error prone

Bug #1196859 reported by Guewen Baconnier @ Camptocamp
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP Connector
Fix Released
Low
Guewen Baconnier @ Camptocamp

Bug Description

Today, when we want to plug a module in the connector, we have to create a orm.AbstractModel class, as follows:

    class magentoerpconnect_installed(orm.AbstractModel):
        _name = 'magentoerpconnect.installed'

Where the name is {name of the module to install} + '.installed'.

This is error prone and source of frustration when mappings or other ConnectorUnits are not used just because the _name is wrong.

Changed in openerp-connector:
status: New → Confirmed
assignee: nobody → Guewen Baconnier @ Camptocamp (gbaconnier-c2c)
importance: Undecided → Low
Changed in openerp-connector:
status: Confirmed → Fix Committed
Changed in openerp-connector:
status: Fix Committed → Fix Released
information type: Embargoed → Public
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.