Skip to content

Commit b8656d8

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 #14704 Related: odoo/enterprise#95747 Signed-off-by: Xavier Platteau (xpl) <[email protected]>
1 parent 5b1f9db commit b8656d8

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
@@ -427,6 +427,76 @@ Potential issues
427427
:guilabel:`CodaBox` section, click on :guilabel:`Manage Connection`, then click on
428428
:guilabel:`Revoke`.
429429

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

0 commit comments

Comments
 (0)