Files
manufacture/mrp_attachment_mgmt/__manifest__.py
2023-05-11 09:33:49 +00:00

20 lines
618 B
Python

# Copyright 2022 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Mrp Attachment Mgmt",
"version": "14.0.1.3.0",
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["mrp"],
"installable": True,
"data": [
"views/mrp_bom_view.xml",
"views/mrp_production_views.xml",
"views/product_views.xml",
"views/workorder_attachments_views.xml",
],
"maintainers": ["victoralmau"],
}