mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
25 lines
739 B
Python
25 lines
739 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2016 Cyril Gaudin (Camptocamp)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "BOM Dismantling",
|
|
"summary": "Ability to create a dismantling BOM by reversing a BOM.",
|
|
"version": "9.0.1.0.1",
|
|
"category": "Manufacturing",
|
|
"website": "http://www.camptocamp.com/",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
'mrp_byproduct',
|
|
],
|
|
"data": [
|
|
"views/mrp_bom.xml",
|
|
"views/product_template.xml",
|
|
"views/res_config.xml",
|
|
"wizards/dismantling_product_choice.xml",
|
|
"wizards/mrp_product_produce.xml",
|
|
],
|
|
}
|