Skip to content

Commit 672bf8d

Browse files
committed
[BOT] post-merge updates
1 parent bb2101e commit 672bf8d

4 files changed

Lines changed: 43 additions & 43 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[intrastat_base](intrastat_base/) | 18.0.2.0.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> <a href='https://github.com/luc-demeyer'><img src='https://github.com/luc-demeyer.png' width='32' height='32' style='border-radius:50%;' alt='luc-demeyer'/></a> | Base module for Intrastat reporting
25-
[intrastat_product](intrastat_product/) | 18.0.1.0.3 | | Base module for Intrastat Product
25+
[intrastat_product](intrastat_product/) | 18.0.1.1.0 | | Base module for Intrastat Product
2626
[product_harmonized_system](product_harmonized_system/) | 18.0.1.2.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> <a href='https://github.com/luc-demeyer'><img src='https://github.com/luc-demeyer.png' width='32' height='32' style='border-radius:50%;' alt='luc-demeyer'/></a> | Base module for Product Import/Export reports
2727
[product_harmonized_system_delivery](product_harmonized_system_delivery/) | 18.0.1.0.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> <a href='https://github.com/luc-demeyer'><img src='https://github.com/luc-demeyer.png' width='32' height='32' style='border-radius:50%;' alt='luc-demeyer'/></a> | Hide native hs_code field provided by the delivery module
2828
[product_harmonized_system_stock](product_harmonized_system_stock/) | 18.0.1.0.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> <a href='https://github.com/luc-demeyer'><img src='https://github.com/luc-demeyer.png' width='32' height='32' style='border-radius:50%;' alt='luc-demeyer'/></a> | Adds a menu entry for H.S. codes

intrastat_product/README.rst

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Intrastat Product
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:b5a8fa900c35c967137e387e3bbe653e1cf023806941b6c5a45092a8fbf6ae22
14+
!! source digest: sha256:f086ddc710e7eea80fab00a34e11e566fa129065995d940c6187655ed1ab9798
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -38,10 +38,10 @@ reporting.
3838
It should be used in combination with country-specific Intrastat Product
3939
reporting modules such as:
4040

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
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
4545

4646
These country-specific modules can be found in the OCA localization for
4747
those countries.
@@ -94,40 +94,40 @@ We recommend to start by copying an existing module, e.g.
9494
l10n_be_intrastat_product and adapt the code for the specific needs of
9595
your 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
115-
new 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 new
115+
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
123-
Country Code.
122+
Cf. l10n_be_istrastat_product as example, replace "be" by your Country
123+
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

132132
Known issues / Roadmap
133133
======================
@@ -162,17 +162,17 @@ Authors
162162
Contributors
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
175-
- Juan Carlos Oñate
173+
- João Marques
174+
- Víctor Martínez
175+
- Juan Carlos Oñate
176176

177177
Maintainers
178178
-----------

intrastat_product/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
{
99
"name": "Intrastat Product",
10-
"version": "18.0.1.0.3",
10+
"version": "18.0.1.1.0",
1111
"category": "Intrastat",
1212
"license": "AGPL-3",
1313
"summary": "Base module for Intrastat Product",

intrastat_product/static/description/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -372,16 +372,16 @@ <h1>Intrastat Product</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:b5a8fa900c35c967137e387e3bbe653e1cf023806941b6c5a45092a8fbf6ae22
375+
!! source digest: sha256:f086ddc710e7eea80fab00a34e11e566fa129065995d940c6187655ed1ab9798
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/intrastat-extrastat/tree/18.0/intrastat_product"><img alt="OCA/intrastat-extrastat" src="https://img.shields.io/badge/github-OCA%2Fintrastat--extrastat-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/intrastat-extrastat-18-0/intrastat-extrastat-18-0-intrastat_product"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/intrastat-extrastat&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module contains common objects and fields for the Intrastat Product
379379
reporting.</p>
380380
<p>It should be used in combination with country-specific Intrastat Product
381381
reporting modules such as:</p>
382382
<ul class="simple">
383-
<li><em>l10n_fr_intrastat_product</em>: the module for the <em>Déclaration
384-
d’Echange de Biens</em> (DEB) for France</li>
383+
<li><em>l10n_fr_intrastat_product</em>: the module for the <em>Déclaration d’Echange
384+
de Biens</em> (DEB) for France</li>
385385
<li><em>l10n_be_intrastat_product</em>: the module for the Intrastat Product
386386
Declaration for Belgium</li>
387387
</ul>
@@ -451,14 +451,14 @@ <h2><a class="toc-backref" href="#toc-entry-3">Usage</a></h2>
451451
<li><p class="first">Computation &amp; Declaration Lines</p>
452452
<p>Create also new objects inheriting from the Computation and
453453
Declaration Line Objects so that you can add methods or customise the
454-
methods from the base modules (make a PR when the customization or
455-
new method is required for multiple countries).</p>
454+
methods from the base modules (make a PR when the customization or new
455+
method is required for multiple countries).</p>
456456
<p>Adapt also the parent_id fields of the newly created objects (cf.
457457
l10n_be_intrastat_product as example).</p>
458458
</li>
459459
<li><p class="first">XML Files: Menu, Action, Views</p>
460-
<p>Cf. l10n_be_istrastat_product as example, replace “be” by your
461-
Country Code.</p>
460+
<p>Cf. l10n_be_istrastat_product as example, replace “be” by your Country
461+
Code.</p>
462462
</li>
463463
</ul>
464464
<p><strong>Other functionality added by this module:</strong></p>

0 commit comments

Comments
 (0)