Skip to content

Commit 8f189d6

Browse files
committed
[ADD] accounting/l10n_be: documentation for new codaclean module
In enterprise PR odoo/enterprise/pull/93909 we add a new module to automatically import bank statements from Codaclean. Codaclean is an external provider that allows its users to access their bank statements in form of CODA files. This PR adds the information on how to configure / use the new module. task-4844423 backport of commit 1cc2adf (no changes) closes #14833 X-original-commit: 673e469 Related: odoo/enterprise#96827 Signed-off-by: Xavier Platteau (xpl) <[email protected]> Signed-off-by: Sven Führ (svfu) <[email protected]>
1 parent 584fd42 commit 8f189d6

File tree

1 file changed

+70
-0
lines changed
  • content/applications/finance/fiscal_localizations

1 file changed

+70
-0
lines changed

content/applications/finance/fiscal_localizations/belgium.rst

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,76 @@ Potential issues
428428
:guilabel:`CodaBox` section, click on :guilabel:`Manage Connection`, then click on
429429
:guilabel:`Revoke`.
430430

431+
.. _belgium/codaclean:
432+
433+
Codaclean
434+
---------
435+
436+
**Codaclean** is a service that allows Belgian companies and accounting firms to access bank
437+
information and statements. Odoo provides a way to import such statements and their transactions
438+
automatically.
439+
440+
.. _belgium/codaclean-configuration:
441+
442+
Configuration
443+
~~~~~~~~~~~~~
444+
445+
.. note::
446+
Make sure to :ref:`install <general/install>` the :guilabel:`Codaclean` (`l10n_be_codaclean`)
447+
module.
448+
449+
450+
.. _belgium/codaclean-configuration-connection:
451+
452+
Connection with Odoo
453+
********************
454+
455+
To connect Odoo with Codaclean, follow these steps:
456+
457+
#. Open the Settings app, navigate to the :ref:`Companies <general/companies/company>` section, and
458+
click :icon:`oi-arrow-right` :guilabel:`Manage Companies` to make sure the company's
459+
:guilabel:`Country` is set to :guilabel:`Belgium`.
460+
#. Go to :menuselection:`Accounting --> Configuration --> Settings` and scroll to the
461+
:guilabel:`Codaclean` section.
462+
#. Click :guilabel:`Manage Connection` to open the connection wizard, enter the Codaclean
463+
:guilabel:`Username` and :guilabel:`Password` and click :guilabel:`Connect`.
464+
465+
The :guilabel:`Status` is updated to :guilabel:`Connected`.
466+
467+
.. tip::
468+
Once the connection is established, the :guilabel:`Manage Connection` wizard provides two options:
469+
470+
- Update Codaclean credentials: Enter the new :guilabel:`Username` and :guilabel:`Password`, then
471+
click :guilabel:`Change Credentials`.
472+
- Remove Codaclean connection: Click :guilabel:`Disconnect`; no :guilabel:`Username` or
473+
:guilabel:`Password` is required.
474+
475+
.. _belgium/codaclean-configuration-journal:
476+
477+
Journal creation
478+
****************
479+
480+
A specific bank journal must be created for Codaclean synchronization. To do so, :doc:`create a new
481+
bank journal <../accounting/bank>`, make sure to enter the correct IBAN in the :guilabel:`Bank
482+
Account Number` field, and select :guilabel:`Codaclean Syncronization` in the :guilabel:`Bank Feeds`
483+
field.
484+
485+
.. tip::
486+
For bank transactions in different currencies, it is recommended to create a separate journal for
487+
each currency, using the same bank account.
488+
489+
.. _belgium/codaclean-synchronization:
490+
491+
Synchronization
492+
~~~~~~~~~~~~~~~
493+
494+
Once the connection is established, Odoo is synchronized with Codaclean, and new CODA files received
495+
via Codaclean are checked every twelve hours.
496+
497+
.. tip::
498+
To manually check for new CODA files, go to the Accounting Dashboard and click :guilabel:`Fetch
499+
from Codaclean` on the relevant :ref:`journal <belgium/codaclean-configuration-journal>` .
500+
431501
Electronic invoicing
432502
====================
433503

0 commit comments

Comments
 (0)