nfu/nfu_product_bnn_attributes/__manifest__.py

13 lines
384 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.2.0",
"depends": ["nfu_product"],
"data": ["views/product_bnn_views.xml"],
"assets": {},
"license": "LGPL-3",
"installable": True,
}