mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
20 lines
602 B
Python
20 lines
602 B
Python
{
|
|
"name": "Subcontracting Partner Management",
|
|
"version": "14.0.2.0.1",
|
|
"summary": "Subcontracting Partner Management",
|
|
"author": "Ooops404, Cetmix, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"category": "Inventory",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"depends": ["purchase_stock", "mrp_subcontracting", "sale_stock"],
|
|
"external_dependencies": {},
|
|
"demo": [],
|
|
"data": [
|
|
"views/res_partner_views.xml",
|
|
"views/stock_picking_type_views.xml",
|
|
],
|
|
"qweb": [],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|