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