-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
26 lines (23 loc) · 800 Bytes
/
Copy path__manifest__.py
File metadata and controls
26 lines (23 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- coding: utf-8 -*-
{
'name': "Picking Policy Hybrid - Pack Direct Ship One",
'summary': 'Pack direct, ship complete picking policy',
'description': """
**Tested with Odoo 15 only**
===========================
Adds a new picking policy: 'pack_direct_ship_one'
- Pack operations: Direct mode
- Ship operations: One/Complete mode
Reduces partial customer deliveries while maintaining internal warehouse flexibility.
""",
'author': "zloteerer",
'website': "https://github.com/zloteerer/odoo-picking-policy-hybrid",
'category': 'Operations/Inventory',
'version': '15.0.1.0.0',
'depends': ['sale_stock', 'stock', 'base'],
'installable': True,
'application': False,
'auto_install': False,
'license': 'LGPL-3',
'uninstall_hook': 'uninstall_hook',
}