IMP connector_opencart add model for opencart.store with importer and use it for order options

This commit is contained in:
Jared Kipe
2019-11-25 13:44:50 -08:00
parent 7b34cac874
commit aadd303808
16 changed files with 258 additions and 18 deletions

View File

@@ -16,6 +16,7 @@ class OpencartModelBinder(Component):
_name = 'opencart.binder'
_inherit = ['base.binder', 'base.opencart.connector']
_apply_on = [
'opencart.store',
'opencart.sale.order',
'opencart.sale.order.line',
'opencart.stock.picking',