Odoo account reconciliation modules (statements, data completion...)
 
 
 
 
Go to file
Alexandre Fayolle 4253b451a5 [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.
2019-08-13 14:24:15 +02:00
account_banking_reconciliation [UPD] README.rst 2019-07-29 02:39:37 +00:00
account_mass_reconcile [UPD] README.rst 2019-07-29 02:39:37 +00:00
account_move_base_import [FIX][10.0] account_move_base_import 2019-08-13 14:24:15 +02:00
account_move_reconcile_helper Update translation files 2019-08-08 10:19:39 +00:00
account_partner_reconcile [UPD] README.rst 2019-07-29 02:39:37 +00:00
account_reconcile_restrict_partner_mismatch [UPD] Update account_reconcile_restrict_partner_mismatch.pot 2019-08-02 13:01:49 +00:00
bank_statement_foreign_currency [UPD] README.rst 2019-07-29 02:39:37 +00:00
base_transaction_id [UPD] README.rst 2019-07-29 02:39:37 +00:00
setup [ADD] setup.py 2019-08-08 09:34:40 +00:00
.gitignore [MIG] Add metafiles 2018-09-27 02:02:48 +02:00
.travis.yml [MIG] .travis.yml: Upgrade to Postgres 9.6 2018-10-01 09:23:33 +02:00
LICENSE [MIG] Add metafiles 2018-09-27 02:02:48 +02:00
README.md [MIG] Add metafiles 2018-09-27 02:02:48 +02:00
oca_dependencies.txt [12.0][MIG] account_move_reconcile_helper 2019-08-08 09:09:30 +00:00

README.md

Build Status Coverage Status

Odoo account reconciliation modules (statements, data completion,...)

Important notice: since version 8.0, the import feature has moved here: https://github.com/OCA/bank-statement-import

Version 8.0 and later :

  • Completion of infos (partner, account, ref,...) in statements.
  • Provide methods for making automatic reconciliation in batch.

Other features can be found in those repository:

Version 7.0 and earlier :

  • Importing bank statements.
  • Complete partner on these statements.
  • Provide methods for making automatic reconciliation.