Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1 @@
* Akim Juillerat <akim.juillerat@camptocamp.com>

View 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.

View 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.