subcontracting_inventory_mo.../__manifest__.py

26 lines
908 B
Python

{
'name': 'Subcontracting Inventory Move First',
'version': '18.0.1.1.0',
'category': 'Manufacturing/Manufacturing',
'summary': 'Allow creating inventory moves first and then linking to purchase orders in subcontracting',
'author' : "Suherdy Yacob",
'description': """
This module extends the standard subcontracting workflow to allow creating
inventory moves first and then linking them to purchase orders,
rather than the standard flow where purchase orders create inventory moves.
""",
'depends': [
'mrp_subcontracting',
'purchase',
'stock',
'mrp_subcontracting_purchase',
],
'data': [
'views/stock_move_views.xml',
'views/stock_move_link_views.xml',
'views/purchase_order_views.xml',
],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}