mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
20 lines
544 B
Python
20 lines
544 B
Python
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "MRP BoM Tracking",
|
|
"version": "12.0.1.0.0",
|
|
"author": "Eficent, Odoo Community Association (OCA)",
|
|
"summary": "Logs any change to a BoM in the chatter",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"category": "Manufacturing",
|
|
"depends": [
|
|
"mrp",
|
|
],
|
|
"data": [
|
|
"views/bom_template.xml",
|
|
],
|
|
"license": "LGPL-3",
|
|
"installable": True,
|
|
}
|