odoo/enterprise#95747
Created by Accounting, Sven Führ (svfu)
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 0s)
- label
- odoo-dev:17.0-backport_codaclean-svfu
- head
- 71a4f046bdb111b7ffc2a69e8be6217f2a065eda
- merged
- 4 days ago by Accounting, Maximilien La Barre (malb)
odoo/enterprise | odoo/documentation | |
---|---|---|
17.0 | #95747 | #14704 |
18.0 | #96705 | #14816 |
saas-18.2 | #96816 | #14828 |
saas-18.3 | #96827 | #14833 |
saas-18.4 | #96884 | #14839 |
19.0 | #96903 missing statuses missing r+ | #14844 missing statuses missing r+ |
master |
[ADD] l10n_be_codaclean: backport from 19.0
This module adds support for "codaclean" integration.
CODA files can be periodically (or on demand) fetched from codaclean
and imported into bank journals.
The module only connects to the IAP server.
The IAP side does the actual calls to codaclean (with a secret API key).
To use the module you have to create a connection to IAP / codaclean
and set up a bank journal:
- To manage the connection to IAP / codaclean go to
Settings -> Accounting -> Codaclean -> Manage Connection
- To set up the bank journal you need to configure the following
in the "Journal Entries" tab on the journal:
- Put the IBAN in the "Bank Account Number" field
- Select "Codaclean Synchronization" for the "Bank Feeds" field
Coda files will be automatically fetched 2 times per day via the
scheduled action called "Accounting: Sync Coda Files from Codaclean".
They can also be manually fetched by clicking "Fetch from Codaclean"
below the journal on the accounting dashboard (only available
when the journal and connection are setup correctly).
On an empty journal we start fetching from 1 year ago.
When the journal is not empty we start fetching after the last bank statement
/ bank statement line in the journal.
backport of commit 518ab9e