DAS2

This module adds support for
DAS2 <https://www.impots.gouv.fr/portail/formulaire/das2/etat-des-honoraires-vacations-commissions-courtages-ristournes-et-jetons>_____,
which is an annual fiscal declaration also called Déclaration
d’honoraires. It will allow you to auto-generate the lines of DAS2 from
the accounting entries, check the result, manually update lines if
needed and eventually generate a declaration file. Then send the
declaration file to the French tax office via your professional account
on impots.gouv.fr
The specifications of the file are available on this
page.
Table of contents
This module requires the Python lib
pyfrdas2. As this lib contains
the PGP encryption keys of the DGFiP used to encrypt the declaration
file and as these keys are changed every year, check that the lib is
up-to-date before using the module for a new year.
To install this lib, run:
pip3 install --upgrade pyfrdas2
On the supplier form view, in the Accounting tab, you will see a
section DAS2. For the suppliers that must be declared in DAS2, you
must set:
- the DAS2 Type,
- the job for the DAS2 declaration,
- their SIRET number (for French suppliers only),
- their full address (street, zip code, city and country).
On the company configuration form, the APE code, SIRET and address must
be set.
For the user responsible for the declaration, the phone number and email
must be set on his related partner form (name, email and phone number
are used in the DAS2 declaration file).
If you want to encrypt the declaration file with the DGFiP’s test
PGP key, ensure that your Odoo server configuration file has the
following parameter:
running_env = test
Otherwise, Odoo will use DGFiP’s production PGP key.
Go to the menu Accounting > Reports > French Statements > DAS2 and
create a new DAS2 report.
Then click on the button Generate Lines. Check and edit the generated
lines. You can get the details of the computation performed by Odoo in
the Note fields of each line.
You may have a yellow warning banner that warn you about suppliers that
have expenses recorded in accounts such as 622100 Commissions et
courtages sur achats, 622200 Commissions et courtages sur ventes, 622600
Honoraires, 622800 Rémunérations d’intermédiaires divers, 653000 Jetons
de présence, 651600 Droits d’auteur et de reproduction that are not
configured for DAS2.
Once your declaration is OK, click on the button Done: it will
generate the DAS2 file and set the declaration to Done state (all the
fields become readonly).
To send the file to the French tax office, go to your professional
account on impots.gouv.fr, go to the
menu Déclarer > Tiers déclarant and then click on the button
Déposer un fichier. Select Salaires et/ou honoraires and follow
the instructions.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
feedback.
Do not contact contributors directly about support or help with technical issues.
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
Current maintainer:

This module is part of the OCA/l10n-france project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.