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,7 @@
- Marc Cassuto \<<marc.cassuto@savoirfairelinux.com>\>
- Mathieu Benoit \<<mathieu.benoit@savoirfairelinux.com>\>
- Alexis de Lattre \<<alexis.delattre@akretion.com>\>
- Thomas Binsfeld \<<thomas.binsfeld@acsone.eu>\>
- Andrea Stirpe \<<a.stirpe@onestein.nl>\>
- Miguel Gandia \<<miguel@studio73.es>\>
- Juany Davila \<<juany.davila@forgeflow.com>\>

View File

@@ -0,0 +1,12 @@
This module checks that a supplier invoice/refund is not entered twice.
This is important because if you enter twice the same supplier invoice,
there is also a risk that you pay it twice !
This module adds a constraint on supplier invoice/refunds to check that
(commercial_partner_id, supplier_invoice_number) is unique, without
considering the case of the supplier invoice number. To activate that
feature:
- Go to Invoicing/Accounting \> Configuration \> Settings \> Vendor
Bills
- Check the 'Check Unicity on Supplier Invoice Number' box.