[15.0][MIG] account_move_force_removal: Migration to 15.0

This commit is contained in:
angel
2022-04-20 13:43:15 +02:00
parent a61ba7a5ef
commit 3632f6fb19
3 changed files with 7 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
{
"name": "Account Move Force Removal",
"summary": """Allow force removal account moves""",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Account",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-financial-tools",

View File

@@ -3,3 +3,7 @@
* Víctor Martínez
* Pedro M. Baeza
* Alex Comba <alex.comba@agilebg.com>
* `Sygel <https://www.sygel.es>`__:
* Ángel García de la Chica Herrera

View File

@@ -3,10 +3,10 @@
from odoo.exceptions import UserError
from odoo.tests import Form
from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase
class TestMove(SavepointCase):
class TestMove(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()