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