Image export exports images of all products (of every site)

Bug #732878 reported by Kyle Waid
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Magento OpenERP Connector
Confirmed
Undecided
Unassigned

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.

Revision history for this message
Kyle Waid (midwest) wrote :

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.

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

I confirm this bug

summary: - lp:~photo7/magentoerpconnect/openerp6-module-with-image-import DOES NOT
- TELL SHOP DIFF
+ Image export exports images of all products (of every site)
Changed in magentoerpconnect:
status: New → Confirmed
Revision history for this message
Kyle Waid (midwest) wrote :

This bug is repaired in my branch, Please see if implemented in branch and close accordingly

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.