Files
manufacture/mrp_bom_comparison/__manifest__.py
Sébastien Alix 0c7a4230c7 [10.0][ADD] mrp_bom_comparison (#277)
Compare two Bill of Materials to view the differences.
2018-08-07 13:25:35 +02:00

24 lines
694 B
Python

# -*- coding: utf-8 -*-
# Copyright 2018 ABF OSIELL <http://osiell.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Bill of Materials comparison",
"summary": "Compare two Bill of Materials to view the differences",
"version": "10.0.1.0.0",
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "ABF OSIELL, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"mrp",
"report",
],
"data": [
"wizards/mrp_bom_comparison.xml",
"reports/mrp_bom_comparison.xml",
"reports.xml",
],
}