c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #19285
[Bug 734945] [NEW] Export single product produces error
Public bug reported:
2011-03-11 15:30:08,473][development] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/opt/openerp/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/addons/base_sale_multichannels/wizard/export_product.py", line 60, in export_pr
return self.export(cr, uid, id, 'export_product', context)
File "/opt/openerp/addons/base_sale_multichannels/wizard/export_product.py", line 50, in export
sale_shop_obj.export_products(cr, uid, shop, context)
File "/opt/openerp/addons/base_sale_multichannels/sale.py", line 139, in export_products
self.export_products_collection(cr, uid, shop, context)
File "/opt/openerp/addons/base_sale_multichannels/sale.py", line 136, in export_products_collectio
self.pool.get('product.product').ext_export(cr, uid, product_to_export, [shop.referential_id.id]
File "/opt/openerp/addons/magentoerpconnect/product.py", line 941, in ext_export
if cr.fetchone() and 'mrp' in data_record and data_record['mrp']:
NameError: global name 'data_record' is not defined
Was told this was due to a recent commit regarding grouped products
** Affects: magentoerpconnect
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/734945
Title:
Export single product produces error
Status in Magento Open ERP Connector:
New
Bug description:
2011-03-11 15:30:08,473][development] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/opt/openerp/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/addons/base_sale_multichannels/wizard/export_product.py", line 60, in export_pr
return self.export(cr, uid, id, 'export_product', context)
File "/opt/openerp/addons/base_sale_multichannels/wizard/export_product.py", line 50, in export
sale_shop_obj.export_products(cr, uid, shop, context)
File "/opt/openerp/addons/base_sale_multichannels/sale.py", line 139, in export_products
self.export_products_collection(cr, uid, shop, context)
File "/opt/openerp/addons/base_sale_multichannels/sale.py", line 136, in export_products_collectio
self.pool.get('product.product').ext_export(cr, uid, product_to_export, [shop.referential_id.id]
File "/opt/openerp/addons/magentoerpconnect/product.py", line 941, in ext_export
if cr.fetchone() and 'mrp' in data_record and data_record['mrp']:
NameError: global name 'data_record' is not defined
Was told this was due to a recent commit regarding grouped products
Follow ups
References