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,26 @@
For creating new grouping criteria:
1. Go to *Invoicing \> Configuration \> Management \> Invoicing
Grouping Criteria*.
2. Create or modify existing criteria, selecting fields belonging to
"Sales Order" header model for grouping according them.
3. Invoicing address and currency will always be applied with the
selected ones.
For setting a different grouping criteria for a specific customer:
1. Go to *Invoicing \> Customer \> Customers*.
2. Open the desired customer.
3. Go to *Invoicing* page.
4. Set on "Sales Invoicing Grouping Criteria" the desired grouping
criteria.
For setting a different default grouping criteria than the standard for
the whole company:
1. Go to *Invoicing \> Configuration\> Settings*.
2. Locate inside "Sales Order Invoicing" section, the field "Default
Grouping Criteria".
3. Introduce there the grouping criteria to be applied by default. If
empty, the general default of invoicing address + currency + company
will be applied.

View File

@@ -0,0 +1,13 @@
- [Tecnativa](https://www.tecnativa.com):
- Pedro M. Baeza
- Carlos Lopez
- [Sygel](https://www.sygel.es/):
- Valentin Vinagre <valentin.vinagre@sygel.es>
- Roger Sans <roger.sans@sygel.es>
- [Dynapps](https://www.dynapps.eu/):
- Bert Van Groenendael <bert.vangroenendael@dynapps.eu>

View File

@@ -0,0 +1,7 @@
This module allows to use custom criteria for grouping sales orders to
be invoiced.
Default criteria for grouping (invoicing partner, company and used
currency) will be always applied, as if not respected, there will be
business inconsistencies, but you can add more fields to split the
invoicing according them.

View File

@@ -0,0 +1,6 @@
1. Go to *Sales \> To Invoice \> Orders to Invoice*.
2. Select sales orders whose invoicing you want to do.
3. Click on *Action \> Invoice Order*.
4. Click on "Create and View Invoices" button.
5. On that moment, the grouping criteria will be applied, and you will
see different invoices if the criteria doesn't match for them.