Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
9
sale_tier_validation/readme/CONFIGURE.md
Executable file
9
sale_tier_validation/readme/CONFIGURE.md
Executable 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).
|
||||
7
sale_tier_validation/readme/CONTRIBUTORS.md
Executable file
7
sale_tier_validation/readme/CONTRIBUTORS.md
Executable 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
|
||||
2
sale_tier_validation/readme/DESCRIPTION.md
Executable file
2
sale_tier_validation/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,2 @@
|
||||
This module extends the functionality of Sale Orders to support a tier
|
||||
validation process.
|
||||
2
sale_tier_validation/readme/INSTALL.md
Executable file
2
sale_tier_validation/readme/INSTALL.md
Executable 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)
|
||||
3
sale_tier_validation/readme/ROADMAP.md
Executable file
3
sale_tier_validation/readme/ROADMAP.md
Executable 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.
|
||||
15
sale_tier_validation/readme/USAGE.md
Executable file
15
sale_tier_validation/readme/USAGE.md
Executable 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.
|
||||
Reference in New Issue
Block a user