Skip to content

Commit

Permalink
[MIG] account_move_line_tax_editable: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadier-Tecnativa committed Apr 4, 2023
1 parent 70b7457 commit 2312ff8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion account_move_line_tax_editable/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Account Move Line Tax Editable",
"summary": "Allows to edit taxes on non-posted account move lines",
"version": "15.0.1.0.1",
"version": "16.0.1.0.1",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
Expand Down
1 change: 0 additions & 1 deletion account_move_line_tax_editable/models/account_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class AccountMoveLine(models.Model):

_inherit = "account.move.line"

is_tax_editable = fields.Boolean(
Expand Down

0 comments on commit 2312ff8

Please sign in to comment.