nfu/nfu_product_bnn_attributes/__manifest__.py
2024-07-25 22:29:38 +02:00

13 lines
380 B
Python

{
"name": "NFU BNN Attributes",
"summary": """This Module Adds BNN Attributes Page to Product form view""",
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "Product",
"version": "16.0.1.0.0",
"depends": ["product"],
"data": ["views/product_bnn_views.xml"],
"assets": {},
"license": "LGPL-3",
"installable": True,
}