minor fix

This commit is contained in:
wilsongomez 2022-08-30 15:48:33 -05:00
parent abb03e1e0c
commit f4d901f636
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Shopify(SaleWebChannel):
'sale_uom': 1,
'default_uom': 1,
'account_category': 7,
'code': code,
'code': codes[0],
}
template, = Template.create([create_template])
create_product = []