Files
manufacture/mrp_unbuild_valuation_layer_link/__manifest__.py
2022-11-30 14:53:53 +00:00

13 lines
428 B
Python

{
"name": "Valuation layers for unbuild orders",
"version": "14.0.1.0.1",
"license": "LGPL-3",
"category": "Manufacture",
"summary": "Unbuild orders display the connected valuation layers",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"depends": ["mrp_account"],
"data": ["views/mrp_unbuild_views.xml"],
"installable": True,
}