mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] wrong field name
This commit is contained in:
@@ -68,7 +68,7 @@ class AccountMoveLine(orm.Model):
|
|||||||
(_check_currency_and_amount,
|
(_check_currency_and_amount,
|
||||||
"You cannot create journal items with a secondary currency "
|
"You cannot create journal items with a secondary currency "
|
||||||
"without recording both 'currency' and 'amount currency' field.",
|
"without recording both 'currency' and 'amount currency' field.",
|
||||||
['currency_id','amountount_currency']
|
['currency_id','amount_currency']
|
||||||
),
|
),
|
||||||
(_check_currency_amount,
|
(_check_currency_amount,
|
||||||
"The amount expressed in the secondary currency must be positive "
|
"The amount expressed in the secondary currency must be positive "
|
||||||
|
|||||||
Reference in New Issue
Block a user