approval_wh_prep_move/__manifest__.py
2026-02-10 14:53:13 +07:00

19 lines
680 B
Python

{
'name': 'Approval Create WH to Prep Move',
'version': '1.0',
'category': 'Inventory/Approvals',
'summary': 'Create Inventory Transfer from Approval Request',
'description': """
This module adds a new approval type "Create WH to Prep Move" to the Approvals app.
When approved, it allows users to create an inventory transfer with the operation
"Brigjend Katamso: WH to Prep (Send)" and destination "Physical Locations/Inter-warehouse transit".
""",
'depends': ['approvals', 'stock'],
'data': [
'views/approval_request_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}