IMP connector_opencart Add bindings between Opencart Product Option Values and Odoo's Product Template Attribute Values

This commit is contained in:
Jared Kipe
2020-02-20 15:03:10 -08:00
parent 9eb593b6ae
commit ce8bb41c03
11 changed files with 226 additions and 24 deletions

View File

@@ -20,4 +20,6 @@ class OpencartModelBinder(Component):
'opencart.sale.order',
'opencart.sale.order.line',
'opencart.stock.picking',
'opencart.product.template',
'opencart.product.template.attribute.value',
]