mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[ADD] account_payment_order_tier_validation
This commit is contained in:
committed by
Vincent Hatakeyama
parent
dbad3e66b3
commit
08da2a945b
@@ -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.
|
||||
@@ -0,0 +1,3 @@
|
||||
* `Escodoo <https://www.escodoo.com.br>`__:
|
||||
|
||||
* Marcel Savegnago
|
||||
@@ -0,0 +1,2 @@
|
||||
This module extends the functionality of Payment Orders to support a tier
|
||||
validation process.
|
||||
2
account_payment_order_tier_validation/readme/INSTALL.rst
Normal file
2
account_payment_order_tier_validation/readme/INSTALL.rst
Normal 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>`_
|
||||
14
account_payment_order_tier_validation/readme/USAGE.rst
Normal file
14
account_payment_order_tier_validation/readme/USAGE.rst
Normal 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.
|
||||
Reference in New Issue
Block a user