* [IMP] apply pre-commits and small fixes * [imp] nfu_ecommerce: add avoid_depts * [IMP] nfu_ecommerce: use warning level in checkout * [IMP] nfu_ecommerce: add translation --------- Co-authored-by: Niels Göttsch <ng@ife.de>
26 lines
700 B
Python
26 lines
700 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.4.0",
|
|
"depends": [
|
|
"sale_product_configurator",
|
|
"website_sale",
|
|
"nfu_sale_order_batch_packaging",
|
|
"website_decimal_quantity",
|
|
"nfu_product_bnn_attributes",
|
|
],
|
|
"data": [
|
|
"views/res_config_settings_views.xml",
|
|
"views/product_template_views.xml",
|
|
"views/templates.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_frontend": [
|
|
"nfu_ecommerce/static/src/js/*.js",
|
|
]
|
|
},
|
|
"license": "LGPL-3",
|
|
}
|