Files
manufacture/mrp_subcontracting_purchase_link/__manifest__.py
2023-03-16 09:03:37 +00:00

15 lines
586 B
Python

# Copyright 2020 Quartile Limited
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Link Purchase Order Line to Subcontract Productions",
"version": "14.0.2.1.0",
"category": "Manufacturing",
"license": "LGPL-3",
"author": "Quartile Limited, ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"depends": ["purchase", "mrp_subcontracting"],
"data": ["views/purchase_order_views.xml", "views/mrp_production_views.xml"],
"post_init_hook": "post_init_hook",
"installable": True,
}