Skip to content

Commit

Permalink
[MIG] account_invocie_line_description: migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juany Davila committed Mar 1, 2023
1 parent 8f8c52b commit 91da5ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion account_invoice_line_description/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Account invoice line description",
"version": "14.0.1.0.1",
"version": "15.0.1.0.0",
"category": "Generic Modules/Accounting",
"author": "Agile Business Group, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-invoicing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)

from odoo.tests import Form
from odoo.tests.common import SavepointCase, tagged
from odoo.tests.common import TransactionCase, tagged


@tagged("post_install", "-at_install")
class TestAccountInvoiceLineDescription(SavepointCase):
class TestAccountInvoiceLineDescription(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit 91da5ea

Please sign in to comment.