Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
1
sale_order_split_strategy/readme/CONSTRIBUTORS.rst
Executable file
1
sale_order_split_strategy/readme/CONSTRIBUTORS.rst
Executable file
@@ -0,0 +1 @@
|
||||
* Akim Juillerat <akim.juillerat@camptocamp.com>
|
||||
6
sale_order_split_strategy/readme/DESCRIPTION.md
Executable file
6
sale_order_split_strategy/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,6 @@
|
||||
This module provides the possibility to define split strategies to be
|
||||
applied on sales order for splitting.
|
||||
|
||||
This is useful (but not only) when a sales order from external sources (webshop, edi) includes
|
||||
products that need to be shipped by different standards (temperature/environment)
|
||||
and so with different carriers.
|
||||
8
sale_order_split_strategy/readme/USAGE.md
Executable file
8
sale_order_split_strategy/readme/USAGE.md
Executable file
@@ -0,0 +1,8 @@
|
||||
To use this module you first need to create splitting strategies to apply on sales order.
|
||||
|
||||
Sales -> Configuration -> Split Startegies
|
||||
|
||||
The splitting is based on an ir.filter applied on sale.order.line.
|
||||
|
||||
Then on sales order, the Split Strategy field allows to select the corresponding strategy.
|
||||
After which a button `Split` is available on the form to split an order.
|
||||
Reference in New Issue
Block a user