nfu/nfu_product/__manifest__.py
2025-09-20 08:25:46 +02:00

17 lines
530 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.3.0",
"depends": ["product_multi_company"],
"data": [
"security/ir.model.access.csv",
"views/product_packaging_views.xml",
"views/product_product_views.xml",
"views/product_template_views.xml",
"wizard/product_variant_bulk_upload_wizard.xml",
],
"license": "LGPL-3",
}