@@ -38,10 +38,10 @@ reporting.
3838It should be used in combination with country-specific Intrastat Product
3939reporting modules such as:
4040
41- - *l10n_fr_intrastat_product *: the module for the *Déclaration d'Echange
42- de Biens * (DEB) for France
43- - *l10n_be_intrastat_product *: the module for the Intrastat Product
44- Declaration for Belgium
41+ - *l10n_fr_intrastat_product *: the module for the *Déclaration
42+ d'Echange de Biens * (DEB) for France
43+ - *l10n_be_intrastat_product *: the module for the Intrastat Product
44+ Declaration for Belgium
4545
4646These country-specific modules can be found in the OCA localization for
4747those countries.
@@ -94,40 +94,40 @@ We recommend to start by copying an existing module, e.g.
9494l10n_be_intrastat_product and adapt the code for the specific needs of
9595your country.
9696
97- - Declaration Object
97+ - Declaration Object
9898
99- Create a new class as follows:
99+ Create a new class as follows:
100100
101- .. code :: python
101+ .. code :: python
102102
103- class L10nCcIntrastatProductDeclaration (models .Model ):
104- _name = ' l10n.cc.intrastat.product.declaration'
105- _description = " Intrastat Product Declaration for YourCountry"
106- _inherit = [' intrastat.product.declaration' , ' mail.thread' ]
103+ class L10nCcIntrastatProductDeclaration (models .Model ):
104+ _name = ' l10n.cc.intrastat.product.declaration'
105+ _description = " Intrastat Product Declaration for YourCountry"
106+ _inherit = [' intrastat.product.declaration' , ' mail.thread' ]
107107
108- whereby cc = your country code
108+ whereby cc = your country code
109109
110- - Computation & Declaration Lines
110+ - Computation & Declaration Lines
111111
112- Create also new objects inheriting from the Computation and
113- Declaration Line Objects so that you can add methods or customise the
114- methods from the base modules (make a PR when the customization or new
115- method is required for multiple countries).
112+ Create also new objects inheriting from the Computation and
113+ Declaration Line Objects so that you can add methods or customise the
114+ methods from the base modules (make a PR when the customization or
115+ new method is required for multiple countries).
116116
117- Adapt also the parent_id fields of the newly created objects (cf.
118- l10n_be_intrastat_product as example).
117+ Adapt also the parent_id fields of the newly created objects (cf.
118+ l10n_be_intrastat_product as example).
119119
120- - XML Files: Menu, Action, Views
120+ - XML Files: Menu, Action, Views
121121
122- Cf. l10n_be_istrastat_product as example, replace "be" by your Country
123- Code.
122+ Cf. l10n_be_istrastat_product as example, replace "be" by your
123+ Country Code.
124124
125125**Other functionality added by this module: **
126126
127- - Compute the Intrastat Lines in an invoice. For this, your user needs
128- to be in the "Technical / Invoice Intrastat Transaction Details"
129- group. Go to the "Intrastat transaction details" tab and press
130- **Compute **
127+ - Compute the Intrastat Lines in an invoice. For this, your user needs
128+ to be in the "Technical / Invoice Intrastat Transaction Details"
129+ group. Go to the "Intrastat transaction details" tab and press
130+ **Compute **
131131
132132Known issues / Roadmap
133133======================
@@ -162,16 +162,17 @@ Authors
162162Contributors
163163------------
164164
165- - Alexis de Lattre, Akretion <alexis.delattre@akretion.com>
165+ - Alexis de Lattre, Akretion <alexis.delattre@akretion.com>
166166
167- - Luc De Meyer, Noviat <info@noviat.com>
167+ - Luc De Meyer, Noviat <info@noviat.com>
168168
169- - Denis Roussel <denis.roussel@acsone.eu>
169+ - Denis Roussel <denis.roussel@acsone.eu>
170170
171- - Tecnativa <`www.tecnativa.com\\ > <http://www.tecnativa.com\> >`__:
171+ - Tecnativa <`www.tecnativa.com\\ > <http://www.tecnativa.com\> >`__:
172172
173- - João Marques
174- - Víctor Martínez
173+ - João Marques
174+ - Víctor Martínez
175+ - Juan Carlos Oñate
175176
176177Maintainers
177178-----------
0 commit comments