Skip to content

Commit b65f493

Browse files
[MIG] account_move_reconcile_forbid_cancel: Migration to 17.0
1 parent d8731e4 commit b65f493

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

account_move_reconcile_forbid_cancel/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Contributors
7373
- Ernesto Tejeda
7474
- Pedro M. Baeza
7575

76+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
77+
78+
- Bhavesh Heliconia
79+
7680
Maintainers
7781
-----------
7882

account_move_reconcile_forbid_cancel/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Account Move Reconcile Forbid Cancel",
6-
"version": "16.0.1.0.1",
6+
"version": "17.0.1.0.0",
77
"category": "Finance",
88
"website": "https://github.com/OCA/account-reconcile",
99
"author": "Tecnativa, Odoo Community Association (OCA)",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
- [Tecnativa](https://www.tecnativa.com):
22
- Ernesto Tejeda
33
- Pedro M. Baeza
4+
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
5+
- Bhavesh Heliconia

account_move_reconcile_forbid_cancel/static/description/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
420420
<li>Pedro M. Baeza</li>
421421
</ul>
422422
</li>
423+
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a><ul>
424+
<li>Bhavesh Heliconia</li>
425+
</ul>
426+
</li>
423427
</ul>
424428
</div>
425429
<div class="section" id="maintainers">

account_move_reconcile_forbid_cancel/tests/test_account_move_reconcile_forbid_cancel.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33

44
from odoo import fields
55
from odoo.exceptions import ValidationError
6-
from odoo.tests.common import Form, TransactionCase
6+
from odoo.tests.common import Form
77

8+
from odoo.addons.base.tests.common import BaseCommon
89

9-
class TestAccountMoveReconcileForbidCancel(TransactionCase):
10+
11+
class TestAccountMoveReconcileForbidCancel(BaseCommon):
1012
@classmethod
1113
def setUpClass(cls):
1214
super().setUpClass()

0 commit comments

Comments
 (0)