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,5 @@
To configure this module, go to the menu *Invoicing \> Configuration \>
Accounting \> Fiscal Positions* and enable the option **VAT Required**
on the relevant fiscal positions.
![Configuration fiscal position](static/description/fiscal_position_form.png)

View File

@@ -0,0 +1 @@
- Alexis de Lattre \<<alexis.delattre@akretion.com>\>

View File

@@ -0,0 +1,11 @@
With this module, when a user tries to validate a customer invoice or
refund with a fiscal position that requires VAT, Odoo blocks the
validation of the invoice if the customer doesn't have a VAT number in
Odoo.
![Block on invoice validation if partner's VAT is missing](static/description/vat_check_invoice_validation.png)
In the European Union (EU), when an EU company sends an invoice to
another EU company in another country, it can invoice without VAT (most
of the time) but the VAT number of the customer must be displayed on the
invoice.

View File

@@ -0,0 +1,5 @@
On the partner form view, Odoo will display a yellow warning banner when
the partner has a fiscal position that has the option **VAT Required**
but its VAT number is not set.
![Warning banner on partner form](static/description/warning_banner_vat_required.png)