mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
* Move description from __openerp__.py to README.rst Add conflict key in __openerp__.py Simplify code that create attachment Thanks to Luc de Meyer (Noviat) for his help on this. * Update README.rst and translation files * Simplify @depends, as suggested by Yannick * Better use of the new API for send_mail(), as suggested by Yannick (and tested be me) * Large code re-engineering following the Akretion-Noviat code sprint on intrastat This code has been written both by Luc de Meyer and myself. * Add first draft of code to generate decl lines
45 lines
1.3 KiB
ReStructuredText
45 lines
1.3 KiB
ReStructuredText
Intrastat Base Module
|
|
=====================
|
|
|
|
This module contains common functions for the Intrastat reporting and
|
|
should be used in combination with country-specific reporting modules
|
|
such as:
|
|
|
|
- *l10n_fr_intrastat_service*:
|
|
the module for the *Déclaration Européenne des Services* (DES) for France
|
|
- *l10n_fr_intrastat_product*:
|
|
the module for the *Déclaration d'Echange de Biens* (DEB) for France
|
|
- *l10n_be_intrastat_product*:
|
|
the module for the Intrastat Declaration for Belgium.
|
|
|
|
These country-specific modules can be found in the OCA localization for those countries.
|
|
|
|
Installation
|
|
============
|
|
|
|
WARNING:
|
|
This module conflicts with the module *report_intrastat* from the official addons.
|
|
If you have already installed the module *report_intrastat*,
|
|
you should uninstall it first before installing this module.
|
|
|
|
Credits
|
|
=======
|
|
|
|
Contributors
|
|
------------
|
|
|
|
* Alexis de Lattre, Akretion <alexis.delattre@akretion.com>
|
|
|
|
Maintainer
|
|
----------
|
|
|
|
.. image:: http://odoo-community.org/logo.png
|
|
:alt: Odoo Community Association
|
|
:target: http://odoo-community.org
|
|
|
|
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.
|
|
|
|
To contribute to this module, please visit http://odoo-community.org.
|