diff --git a/account_move_reconcile_forbid_cancel/README.rst b/account_move_reconcile_forbid_cancel/README.rst index e39f4cf4e7..040f8e3655 100644 --- a/account_move_reconcile_forbid_cancel/README.rst +++ b/account_move_reconcile_forbid_cancel/README.rst @@ -73,6 +73,10 @@ Contributors - Ernesto Tejeda - Pedro M. Baeza +- `Heliconia Solutions Pvt. Ltd. `__ + + - Bhavesh Heliconia + Maintainers ----------- diff --git a/account_move_reconcile_forbid_cancel/__manifest__.py b/account_move_reconcile_forbid_cancel/__manifest__.py index 5b3e94a56e..55f29987e2 100644 --- a/account_move_reconcile_forbid_cancel/__manifest__.py +++ b/account_move_reconcile_forbid_cancel/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Account Move Reconcile Forbid Cancel", - "version": "16.0.1.0.1", + "version": "17.0.1.0.0", "category": "Finance", "website": "https://github.com/OCA/account-reconcile", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/account_move_reconcile_forbid_cancel/readme/CONTRIBUTORS.md b/account_move_reconcile_forbid_cancel/readme/CONTRIBUTORS.md index dc534b9df8..9fed9e74f2 100644 --- a/account_move_reconcile_forbid_cancel/readme/CONTRIBUTORS.md +++ b/account_move_reconcile_forbid_cancel/readme/CONTRIBUTORS.md @@ -1,3 +1,5 @@ - [Tecnativa](https://www.tecnativa.com): - Ernesto Tejeda - Pedro M. Baeza +- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io) + - Bhavesh Heliconia diff --git a/account_move_reconcile_forbid_cancel/static/description/index.html b/account_move_reconcile_forbid_cancel/static/description/index.html index 74b875f204..d1a7848b7a 100644 --- a/account_move_reconcile_forbid_cancel/static/description/index.html +++ b/account_move_reconcile_forbid_cancel/static/description/index.html @@ -420,6 +420,10 @@

Contributors

  • Pedro M. Baeza
  • +
  • Heliconia Solutions Pvt. Ltd. +
  • diff --git a/account_move_reconcile_forbid_cancel/tests/test_account_move_reconcile_forbid_cancel.py b/account_move_reconcile_forbid_cancel/tests/test_account_move_reconcile_forbid_cancel.py index 15774421bf..595e4a5937 100644 --- a/account_move_reconcile_forbid_cancel/tests/test_account_move_reconcile_forbid_cancel.py +++ b/account_move_reconcile_forbid_cancel/tests/test_account_move_reconcile_forbid_cancel.py @@ -3,10 +3,12 @@ from odoo import fields from odoo.exceptions import ValidationError -from odoo.tests.common import Form, TransactionCase +from odoo.tests.common import Form +from odoo.addons.base.tests.common import BaseCommon -class TestAccountMoveReconcileForbidCancel(TransactionCase): + +class TestAccountMoveReconcileForbidCancel(BaseCommon): @classmethod def setUpClass(cls): super().setUpClass()