Files
manufacture/mrp_subcontracting_purchase_link/__manifest__.py
2024-07-31 17:55:40 +02:00

15 lines
583 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": "15.0.1.0.0",
"category": "Manufacturing",
"license": "LGPL-3",
"author": "Quartile Limited, ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"depends": ["mrp_subcontracting_purchase"],
"data": ["views/purchase_order_views.xml", "views/mrp_production_views.xml"],
"post_init_hook": "post_init_hook",
"installable": True,
}