account-reconcile/account_move_base_import/models
Alexandre Fayolle c6b8b19b5d [FIX][10.0] account_move_base_import
When importing a batch for a journal which has a currency different from the
company currency, the values in the batch files are in the currency of the journal.
The previous code was creating move lines as if the amounts in the batch file were in
the company currency.

We fix this by checking for the case, and converting the amounts the company currency at
the rate of the date of the transaction to fill in the credit / debit columns, and setting the
value of amount_currency to the value in the batch file.
2022-12-02 15:52:37 +01:00
..
__init__.py Start work to port account_move_base_import and base_transaction_id to v10 2022-12-02 15:52:37 +01:00
account_journal.py [FIX][10.0] account_move_base_import 2022-12-02 15:52:37 +01:00
account_move.py convert_to_column() seems to be the replacement of _symbol_set() in v10 2022-12-02 15:52:37 +01:00
partner.py Start work to port account_move_base_import and base_transaction_id to v10 2022-12-02 15:52:37 +01:00