Merge lp:~camptocamp/magentoerpconnect/magentoerpconnect_generic_bug_497216 into lp:~magentoerpconnect-core-editors/magentoerpconnect/magentoerpconnect_generic

Proposed by Nicolas Bessi - Camptocamp
Status: Needs review
Proposed branch: lp:~camptocamp/magentoerpconnect/magentoerpconnect_generic_bug_497216
Merge into: lp:~magentoerpconnect-core-editors/magentoerpconnect/magentoerpconnect_generic
Diff against target: 12 lines (+1/-1)
1 file modified
magerp_core.py (+1/-1)
To merge this branch: bzr merge lp:~camptocamp/magentoerpconnect/magentoerpconnect_generic_bug_497216
Reviewer Review Type Date Requested Status
Sharoon Thomas http://openlabs.co.in Approve
Review via email: mp+22594@code.launchpad.net

Commit message

Fix of bug 497216

Description of the change

OK Live and learn, the bug fix is really small, but I had to understand the whole process in order to fix it.

Thanks to everybody for the help.
I hope this one will be good.

Regards Nicolas

To post a comment you must log in.
Revision history for this message
Sharoon Thomas http://openlabs.co.in (sharoonthomas) wrote :

The fix looks trivial

(I have not tested it though its the same fix i suggested.)

I think we should wait for two more approvals (Functional & Technical) before merging.

I assume that Your merge proposal can be considered the first functional approval.
So requesting one more approvals before we merge this.

review: Approve
Revision history for this message
Sharoon Thomas http://openlabs.co.in (sharoonthomas) wrote :

I have tested this both functionally & technically.

Hence i approve this merge.

Unmerged revisions

296. By Nicolas Bessi - Camptocamp

Fix of bug 497216

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'magerp_core.py'
--- magerp_core.py 2010-03-26 18:17:43 +0000
+++ magerp_core.py 2010-04-01 08:17:16 +0000
@@ -84,7 +84,7 @@
84 #Get all attribute set ids to get all attributes in one go84 #Get all attribute set ids to get all attributes in one go
85 all_attr_set_ids = self.pool.get('magerp.product_attribute_set').get_all_mage_ids(cr, uid, [], inst.id)85 all_attr_set_ids = self.pool.get('magerp.product_attribute_set').get_all_mage_ids(cr, uid, [], inst.id)
86 #Call magento for all attributes86 #Call magento for all attributes
87 mage_inp = attr_conn.call('ol_catalog_product_attribute.list', all_attr_set_ids) #Get the tree87 mage_inp = attr_conn.call('ol_catalog_product_attribute.list', [all_attr_set_ids]) #Get the tree
88 #self.pool.get('magerp.product_attributes').sync_import(cr, uid, mage_inp, inst.id, DEBUG) #Last argument is extra mage2oe filter as same attribute ids88 #self.pool.get('magerp.product_attributes').sync_import(cr, uid, mage_inp, inst.id, DEBUG) #Last argument is extra mage2oe filter as same attribute ids
89 self.pool.get('magerp.product_attributes').ext_import(cr, uid, mage_inp, inst.id, defaults={'referential_id':inst.id}, context={'referential_id':inst.id})89 self.pool.get('magerp.product_attributes').ext_import(cr, uid, mage_inp, inst.id, defaults={'referential_id':inst.id}, context={'referential_id':inst.id})
90 #Relate attribute sets & attributes90 #Relate attribute sets & attributes

Subscribers

People subscribed via source and target branches

to status/vote changes: