[MIG] account_move_line_used_currency: Migration to 14.0

This commit is contained in:
Dhaval Talpada
2022-11-02 14:16:54 +05:30
parent 27df43ca19
commit 98801e36f8
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Account Move Line Amount Currency",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"website": "https://github.com/OCA/account-financial-tools",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"category": "Accounts",

View File

@@ -41,7 +41,7 @@ class TestAccountMoveLineCurrency(common.SavepointCase):
cls.invoice_1 = cls.env["account.move"].create(
[
{
"type": "out_invoice",
"move_type": "out_invoice",
"partner_id": cls.res_partner_1.id,
"currency_id": cls.currency_euro.id,
"invoice_line_ids": [
@@ -63,7 +63,7 @@ class TestAccountMoveLineCurrency(common.SavepointCase):
cls.invoice_2 = cls.env["account.move"].create(
[
{
"type": "out_invoice",
"move_type": "out_invoice",
"partner_id": cls.res_partner_1.id,
"currency_id": cls.currency_usd.id,
"invoice_line_ids": [