c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #19073
[Bug 732878] Re: lp:~photo7/magentoerpconnect/openerp6-module-with-image-import DOES NOT TELL SHOP DIFF
This is the problem
for product in shop.exportable_product_ids:
img_list = attr_conn.call('catalog_product_attribute_media.list', [product.magento_sku])
its calling all exportable products. We have 2 websites, so when I call
this method its calling all products regardless of where they came from,
you need to specify a filter.
--
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/732878
Title:
lp:~photo7/magentoerpconnect/openerp6-module-with-image-import DOES
NOT TELL SHOP DIFF
Status in Magento Open ERP Connector:
New
Bug description:
When using this mod it does not know which shop is attached to which
product, so when it calls arguments it asks for products that do not
exist resulting in a halt error.
References