mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
15 lines
586 B
Python
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,
|
|
}
|