[ADD] account_payment_order_tier_validation

This commit is contained in:
Marcel Savegnago
2022-07-30 20:02:18 -03:00
committed by Vincent Hatakeyama
parent dbad3e66b3
commit 08da2a945b
17 changed files with 897 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
To configure this module, you need to:
#. Go to *Settings > Technical > Tier Validations > Tier Definition*.
#. Create as many tiers as you want for Payment Order model.

View File

@@ -0,0 +1,3 @@
* `Escodoo <https://www.escodoo.com.br>`__:
* Marcel Savegnago

View File

@@ -0,0 +1,2 @@
This module extends the functionality of Payment 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,14 @@
To use this module, you need to:
#. Create a Payment Order triggering at least one "Tier Definition".
#. Click on *Request Validation* button.
#. Under the tab *Reviews* have a look to pending reviews and their statuses.
#. Once all reviews are validated click on *Confirm Payments*.
Additional features:
* You can filter the Payment Order requesting your review through the filter *Needs my
Review*.
* User with rights to confirm the Payment Order (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.