@@ -34,10 +34,10 @@ reporting.
3434It should be used in combination with country-specific Intrastat Product
3535reporting modules such as:
3636
37- - *l10n_fr_intrastat_product *: the module for the *Déclaration d'Echange
38- de Biens * (DEB) for France
39- - *l10n_be_intrastat_product *: the module for the Intrastat Product
40- Declaration for Belgium
37+ - *l10n_fr_intrastat_product *: the module for the *Déclaration
38+ d'Echange de Biens * (DEB) for France
39+ - *l10n_be_intrastat_product *: the module for the Intrastat Product
40+ Declaration for Belgium
4141
4242These country-specific modules can be found in the OCA localization for
4343those countries.
@@ -90,40 +90,40 @@ We recommend to start by copying an existing module, e.g.
9090l10n_be_intrastat_product and adapt the code for the specific needs of
9191your country.
9292
93- - Declaration Object
93+ - Declaration Object
9494
95- Create a new class as follows:
95+ Create a new class as follows:
9696
97- .. code :: python
97+ .. code :: python
9898
99- class L10nCcIntrastatProductDeclaration (models .Model ):
100- _name = ' l10n.cc.intrastat.product.declaration'
101- _description = " Intrastat Product Declaration for YourCountry"
102- _inherit = [' intrastat.product.declaration' , ' mail.thread' ]
99+ class L10nCcIntrastatProductDeclaration (models .Model ):
100+ _name = ' l10n.cc.intrastat.product.declaration'
101+ _description = " Intrastat Product Declaration for YourCountry"
102+ _inherit = [' intrastat.product.declaration' , ' mail.thread' ]
103103
104- whereby cc = your country code
104+ whereby cc = your country code
105105
106- - Computation & Declaration Lines
106+ - Computation & Declaration Lines
107107
108- Create also new objects inheriting from the Computation and
109- Declaration Line Objects so that you can add methods or customise the
110- methods from the base modules (make a PR when the customization or new
111- method is required for multiple countries).
108+ Create also new objects inheriting from the Computation and
109+ Declaration Line Objects so that you can add methods or customise the
110+ methods from the base modules (make a PR when the customization or
111+ new method is required for multiple countries).
112112
113- Adapt also the parent_id fields of the newly created objects (cf.
114- l10n_be_intrastat_product as example).
113+ Adapt also the parent_id fields of the newly created objects (cf.
114+ l10n_be_intrastat_product as example).
115115
116- - XML Files: Menu, Action, Views
116+ - XML Files: Menu, Action, Views
117117
118- Cf. l10n_be_istrastat_product as example, replace "be" by your Country
119- Code.
118+ Cf. l10n_be_istrastat_product as example, replace "be" by your
119+ Country Code.
120120
121121**Other functionality added by this module: **
122122
123- - Compute the Intrastat Lines in an invoice. For this, your user needs
124- to be in the "Technical / Invoice Intrastat Transaction Details"
125- group. Go to the "Intrastat transaction details" tab and press
126- **Compute **
123+ - Compute the Intrastat Lines in an invoice. For this, your user needs
124+ to be in the "Technical / Invoice Intrastat Transaction Details"
125+ group. Go to the "Intrastat transaction details" tab and press
126+ **Compute **
127127
128128Known issues / Roadmap
129129======================
@@ -158,16 +158,16 @@ Authors
158158Contributors
159159------------
160160
161- - Alexis de Lattre, Akretion <alexis.delattre@akretion.com>
161+ - Alexis de Lattre, Akretion <alexis.delattre@akretion.com>
162162
163- - Luc De Meyer, Noviat <info@noviat.com>
163+ - Luc De Meyer, Noviat <info@noviat.com>
164164
165- - Denis Roussel <denis.roussel@acsone.eu>
165+ - Denis Roussel <denis.roussel@acsone.eu>
166166
167- - Tecnativa <`www.tecnativa.com\\ > <http://www.tecnativa.com\> > `__:
167+ - Tecnativa <`www.tecnativa.com <http://www.tecnativa.com > `__> :
168168
169- - João Marques
170- - Víctor Martínez
169+ - João Marques
170+ - Víctor Martínez
171171
172172Maintainers
173173-----------
0 commit comments