nfu/nfu_ecommerce/__manifest__.py

12 lines
498 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.1.1",
"depends": ["website_sale", "nfu_sale_order_batch_packaging", "website_decimal_quantity"],
"data": ["views/product_template_views.xml", "views/templates.xml"],
"assets": {"web.assets_frontend": ["nfu_ecommerce/static/src/js/website_sale.js"]},
"license": "LGPL-3",
}