nfu/nfu_ecommerce/__manifest__.py

23 lines
713 B
Python

{
"name": "NFU eCommerce",
"summary": "Qty ranges, packagings and credit in webshop",
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "website",
"version": "16.0.1.2.0",
"depends": [
"sale_product_configurator",
"website_sale",
"nfu_sale_order_batch_packaging",
"website_decimal_quantity",
"nfu_product_bnn_attributes",
],
"data": ["views/product_template_views.xml", "views/templates.xml"],
"assets": {
"web.assets_frontend": [
"nfu_ecommerce/static/src/js/website_sale.js",
"nfu_ecommerce/static/src/js/sale_product_configurator.js",
]
},
"license": "LGPL-3",
}