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,9 @@
To configure this module, you need to:
1. Go to *Settings \> Technical \> Tier Validations \> Tier
Definition*.
2. Create as many tiers as you want for Sale Order model.
If necessary, update the "Block Printing of Unvalidated Quotations" under *Sales \>
Configuration \> Settings* to block the printing of quotation when the order has yet
to be validated (disabled by default).

View File

@@ -0,0 +1,7 @@
- Mayank Gosai \<<mgosai@opensourceintegrators.com>\>
- [Tecnativa](https://www.tecnativa.com):
- Sergio Teruel
- Carlos Lopez
- Tharathip Chaweewongphan \<<tharathipc@ecosoft.co.th>\>
- [Quartile](https://www.quartile.co):
- Aung Ko Ko Lin

View File

@@ -0,0 +1,2 @@
This module extends the functionality of Sale Orders to support a tier
validation process.

View File

@@ -0,0 +1,2 @@
This module depends on `base_tier_validation`. You can find it at
[OCA/server-ux](https://github.com/OCA/server-ux)

View File

@@ -0,0 +1,3 @@
- The sales order, when moved to the state sent, will still send the
email even if the validation is not approved by the corresponding
tier. Code to consider this particular case is not developed.

View File

@@ -0,0 +1,15 @@
To use this module, you need to:
1. Create a Sale Order triggering at least one "Tier Definition".
2. Click on *Request Validation* button.
3. Under the tab *Reviews* have a look to pending reviews and their
statuses.
4. Once all reviews are validated click on *Confirm Order*.
Additional features:
- You can filter the SOs requesting your review through the filter
*Needs my Review*.
- User with rights to confirm the SO (validate all tiers that would be
generated) can directly do the operation, this is, there is no need
for her/him to request a validation.