-
-
Notifications
You must be signed in to change notification settings - Fork 769
Expand file tree
/
Copy path__manifest__.py
More file actions
20 lines (19 loc) · 729 Bytes
/
__manifest__.py
File metadata and controls
20 lines (19 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2024 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Stock Split Picking Dimension",
"summary": """Split a picking in two not transferred pickings to ensure that the """
"""first one doesn't exceed given dimensions (nbr lines, volume, weight)""",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
"depends": [
"stock_picking_volume", # OCA/stock-logistics-warehouse
"stock_split_picking", # OCA/stock-logistics-worflow
],
"data": [
"wizards/stock_split_picking.xml",
],
"demo": [],
}