mapping product categories

Bug #1244249 reported by Maxime Jacquet
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Prestashop OpenERP Connector
New
Undecided
Unassigned

Bug Description

Hi,

In ~prestashoperpconnect-core-editors/prestashoperpconnect/7.0 : /prestashoperpconnect_catalog_manager/product.py (revision 272), line 216

    @mapping
    def associations(self, record):
        return {
            'associations':{
                'categories': {'category_id': self._get_product_category(record)},
                'product_features': {'product_feature': self._get_product_feature(record)},
                }
            }

There is an incorrect mapping categories
Replace 'category_id' by 'category'

Related branches

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.