mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[15.0][MIG] account_move_force_removal: Migration to 15.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user