nfu/nfu_product/__manifest__.py

15 lines
433 B
Python

{
"name": "NFU Product",
"summary": "Product Customizations for the NFU Project",
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "product",
"version": "16.0.1.1.1",
"depends": ["product_multi_company"],
"data": [
"views/product_packaging_views.xml",
"views/product_product_views.xml",
"views/product_template_views.xml",
],
"license": "LGPL-3",
}