-
-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] account_move_tier_validation: pre-commit auto fixes
- Loading branch information
Showing
12 changed files
with
66 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,18 +17,19 @@ Account Move Tier Validation | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github | ||
:target: https://github.com/OCA/account-invoicing/tree/16.0/account_move_tier_validation | ||
:target: https://github.com/OCA/account-invoicing/tree/18.0/account_move_tier_validation | ||
:alt: OCA/account-invoicing | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-account_move_tier_validation | ||
:target: https://translation.odoo-community.org/projects/account-invoicing-18-0/account-invoicing-18-0-account_move_tier_validation | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&target_branch=16.0 | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&target_branch=18.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module extends the functionality of Account Move to support a tier validation process. | ||
This module extends the functionality of Account Move to support a tier | ||
validation process. | ||
|
||
**Table of contents** | ||
|
||
|
@@ -38,15 +39,16 @@ This module extends the functionality of Account Move to support a tier validati | |
Installation | ||
============ | ||
|
||
This module depends on base_tier_validation. You can find it at [OCA/server-ux](https://github.com/OCA/server-ux) | ||
This module depends on base_tier_validation. You can find it at | ||
[OCA/server-ux](https://github.com/OCA/server-ux) | ||
|
||
Configuration | ||
============= | ||
|
||
To configure this module, you need to: | ||
|
||
#. Go to *Settings > Technical > Tier Validations > Tier Definition*. | ||
#. Create as many tiers as you want for Account Move model. | ||
1. Go to *Settings > Technical > Tier Validations > Tier Definition*. | ||
2. Create as many tiers as you want for Account Move model. | ||
|
||
Usage | ||
===== | ||
|
@@ -55,40 +57,44 @@ To use this module, you need to: | |
|
||
1. Create an Account Invoice 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. | ||
3. Under the tab Reviews have a look to pending reviews and their | ||
statuses. | ||
4. Once all reviews are validated click on Post. | ||
|
||
Additional features: | ||
|
||
* You can filter the Account Invoices requesting your review through the filter Needs my Review. | ||
* User with rights to confirm the Account Invoice (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. | ||
- You can filter the Account Invoices requesting your review through | ||
the filter Needs my Review. | ||
- User with rights to confirm the Account Invoice (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. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_move_tier_validation%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_move_tier_validation%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* PESOL | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* Odoo Perú <[email protected]> | ||
* Tharathip Chaweewongphan <[email protected]> | ||
- Odoo Perú <[email protected]> | ||
- Tharathip Chaweewongphan <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
@@ -100,6 +106,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose | |
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/16.0/account_move_tier_validation>`_ project on GitHub. | ||
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/18.0/account_move_tier_validation>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
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 Account Move model. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Odoo Perú \<<[email protected]>\> | ||
- Tharathip Chaweewongphan \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
...ve_tier_validation/readme/DESCRIPTION.rst → ...ove_tier_validation/readme/DESCRIPTION.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
This module extends the functionality of Account Move to support a tier validation process. | ||
This module extends the functionality of Account Move to support a tier | ||
validation process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
To use this module, you need to: | ||
|
||
1. Create an Account Invoice 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 Post. | ||
|
||
Additional features: | ||
|
||
- You can filter the Account Invoices requesting your review through the | ||
filter Needs my Review. | ||
- User with rights to confirm the Account Invoice (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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters