[MIG] account_move_line_tax_editable: Migration to 14.0

This commit is contained in:
Zar21
2021-03-09 17:29:52 +01:00
committed by manu
parent 97b880a0bc
commit afb84e2b1a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{
"name": "Account Move Line Tax Editable",
"summary": "Allows to edit taxes on non-posted account move lines",
"version": "13.0.1.1.0",
"version": "14.0.1.1.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",

View File

@@ -63,5 +63,5 @@ class TestAccountMoveLineTaxEditable(common.SavepointCase):
def test_compute_is_tax_editable(self):
self.assertEqual(self.move.line_ids.mapped("is_tax_editable"), [True, True])
self.move.post()
self.move.action_post()
self.assertEqual(self.move.line_ids.mapped("is_tax_editable"), [False, False])