Adapt to API change in base_external_referentials
Bug #1089266 reported by
Stefan Rijnhart (Opener)
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magento OpenERP Connector |
Confirmed
|
High
|
Sébastien BEAU - http://www.akretion.com |
Bug Description
Hi,
revision http://
< def extid_to_
> def extid_to_
Judging by the branch name, you would expect lp:magentoerpconnect/oerp6.1-stable to adapt to this API change but this is not the case. Even the trunk branch of this project still contains a number calls with the arguments in the old order. See [1] for an example.
Cheers,
Stefan.
Related branches
lp://staging/~therp-nl/magentoerpconnect/61stable-lp1089266-api_change
Ready for review
for merging
into
lp://staging/magentoerpconnect/oerp6.1-stable
- Sébastien BEAU - http://www.akretion.com: Needs Fixing
- Guewen Baconnier @ Camptocamp: Approve
-
Diff: 69 lines (+6/-6)4 files modifiedmagentoerpconnect/magerp_core.py (+1/-1)
magentoerpconnect/product.py (+2/-2)
magentoerpconnect/sale.py (+2/-2)
magentoerpconnect/settings/1.5.0.0/res.partner/external.mappinglines.template.csv (+1/-1)
lp://staging/~therp-nl/magentoerpconnect/61trunk-lp1089266-api_change
Ready for review
for merging
into
lp://staging/~magentoerpconnect-core-editors/magentoerpconnect/oerp7.0-refactor
- MagentoERPConnect core editors: Pending requested
-
Diff: 69 lines (+6/-6)4 files modifiedmagentoerpconnect/magerp_core.py (+1/-1)
magentoerpconnect/product.py (+2/-2)
magentoerpconnect/sale.py (+2/-2)
magentoerpconnect/settings/1.5.0.0/res.partner/external.mappinglines.template.csv (+1/-1)
Changed in magentoerpconnect: | |
assignee: | nobody → Sébastien BEAU - http://www.akretion.com (sebastien.beau) |
Changed in magentoerpconnect: | |
status: | New → Confirmed |
importance: | Undecided → High |
To post a comment you must log in.
Hello Stefan,
the oerp6.1-stable branch of the magento connector is not meant to use openobject- extension from extra-addons but from bzr+ssh: //bazaar. launchpad. net/+branch/ openobject- extension/ oerp6.1- stable/
(the oerp6.1-oldstable branch still uses extra-addons).
Sorry for the confusion. I'm closing this bug as "invalid". Please reopen if I missed something.