-
- Downloads
[FIX] account: Fix internal transfer account.payment
1) Don't set an amount_currency without currency_id set.
2) Use the journal's currency only if different of the company one.
closes odoo/odoo#40880
Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
Showing
- addons/account/models/account_payment.py 14 additions, 8 deletionsaddons/account/models/account_payment.py
- addons/account/tests/__init__.py 1 addition, 0 deletionsaddons/account/tests/__init__.py
- addons/account/tests/account_test_savepoint.py 9 additions, 1 deletionaddons/account/tests/account_test_savepoint.py
- addons/account/tests/test_account_payment.py 292 additions, 0 deletionsaddons/account/tests/test_account_payment.py
- addons/account/tests/test_payment.py 1 addition, 1 deletionaddons/account/tests/test_payment.py
Loading
Please register or sign in to comment