mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
5bbc9e439e2f2ea2f2ad0e10f26338900659e1dd
With the drop of 'transaction_ref' field on account.move.line in order to ease the reconcilition using 'ref' on account.move, we need to import each line from the imported file in different account.moves.
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.
Description
Languages
JavaScript
38.6%
Python
33.9%
HTML
26.5%
SCSS
1%
