oca-ocb-mrp/odoo-bringout-oca-ocb-mrp_subcontracting_purchase/mrp_subcontracting_purchase/__manifest__.py
Ernad Husremovic 6e65e8c877 19.0 vanilla
2026-03-09 09:31:47 +01:00

23 lines
668 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Purchase and Subcontracting Management',
'version': '0.1',
'category': 'Supply Chain/Purchase',
'description': """
This bridge module adds some smart buttons between Purchase and Subcontracting
""",
'depends': ['mrp_subcontracting', 'purchase_mrp'],
'data': [
'views/purchase_order_views.xml',
'views/stock_picking_views.xml',
],
'demo': [
'data/mrp_subcontracting_purchase_demo.xml',
],
'installable': True,
'auto_install': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}