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,13 @@
To configure this module, you need to:
1. Go to *Settings \> Parameters \> Global Discounts*.
2. Add a new discount percentage.
3. Choose the discount scope (sales or purchases).
4. You can also restrict it to a certain company if needed.
You can assign global discounts to partners as well:
1. Go to a partner that is a company.
2. Go to the *Sales & Purchases* tab.
3. In section sale, you can set sale discounts.
4. In section purchase, you can set purchase discounts.

View File

@@ -0,0 +1,11 @@
- [Tecnativa](https://www.tecnativa.com)
- Pedro M. Baeza
- David Vidal
- Carlos Dauden
- Rafael Blasco
- Ernesto Tejeda
- Víctor Martínez
- Omar Castiñeira \<<omar@comunitea.com>\>
- [Studio73](https://www.studio73.es/)
- Miguel Gandia

View File

@@ -0,0 +1 @@
Apply global discounts to invoices

View File

@@ -0,0 +1,6 @@
- Not all the taxes combination can be compatible with global discounts,
as the generated journal items won't be correct for taxes
declarations. An error is raised in that cases.
- Currently, taxes in invoice lines are mandatory with global discounts.
- No tax tags are populated for the global discount move lines, only
tax_ids.

View File

@@ -0,0 +1,17 @@
To use this module, you need to:
1. Go to *Invoicing \> Customers \> Invoices*.
2. Create a new sales invoice, choose a customer with a defined global
discount and you will see how the value of the 'Invoice Global
Discounts' field is auto-completed with the global discounts defined
in the customer (See configuration section in this readme), although
you can choose then other global discounts defined in configuration.
3. Add several invoice lines.
4. At the bottom of the form you will see how global discounts affect
the total values.
5. Go to the 'Journal Items' tab (if you have permissions for that).
There you will see how the tax lines have the discount percentage
applied and you will also see the lines that reflect the global
discount applied.
6. In the 'Other info' tab, you can see in the 'Global Discounts'
table, the global discounts applied to each of the invoice lines.