Search 1.9 billion lines of Odoo code on GitHub

account_bank_statement_import_camt54

Author: camptocamp, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12-account_bank_statement_import_camt54
Repository: santostelmo/bank-statement-import
Dependencies: account_bank_statement_import_camt_oca
Languages: PO File (39, 17.1%), Python (180, 78.9%), and reStructuredText (9, 3.9%)

<blockquote> This module allows you to import CAMT.054 file (details of customers payments batch) into a dedicated journal taking care of the start/end balance and the remittance reference number.</blockquote> <p>Customer invoices will be reconciled/Paid. Payment entries will be posted into an internal transfer account (that you have to create with a type current asset and set on the journal)</p> <p>After this first step, import normally your CAMT.053 (full bank statement) into the bank journal. You will be able to clear the internal transfer account to end up the accounting flow.</p> <p>For ISR containing a partner reference, uses the config parameter key <cite>isr_partner_ref</cite>. Doing so will fill the partners on bank statement lines and speed up the matches in the reconciliation process.</p> <p>Value to set in <cite>isr_partner_ref</cite> defines the position of the partner reference inside the ISR. The format is <cite>i[,n]</cite> For instance <cite>13,6</cite> to start on position 13 with a 6 digit long reference. <cite>n</cite> is optional and it's default value is <cite>6</cite>.</p>