diff --git a/README.md b/README.md
index cf3e37f4..5d4d4c20 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[intrastat_base](intrastat_base/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Intrastat reporting
-[intrastat_product](intrastat_product/) | 17.0.1.1.0 | | Base module for Intrastat Product
+[intrastat_product](intrastat_product/) | 17.0.1.1.1 | | Base module for Intrastat Product
[intrastat_product_generic](intrastat_product_generic/) | 17.0.1.0.0 | | Generic Intrastat Product Declaration
[intrastat_product_hscodes_import](intrastat_product_hscodes_import/) | 17.0.1.0.0 | | Module used to import HS Codes for Intrastat Product
[product_harmonized_system](product_harmonized_system/) | 17.0.1.2.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Product Import/Export reports
diff --git a/intrastat_product/README.rst b/intrastat_product/README.rst
index 36c8e3f2..98397c77 100644
--- a/intrastat_product/README.rst
+++ b/intrastat_product/README.rst
@@ -7,7 +7,7 @@ Intrastat Product
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:dbd4da70502d90ac25da6f51e7032e46a16651426528180f6ff43dae63669e4e
+ !! source digest: sha256:3fb40f7c9f01768c0dfa79696fb0b656a66e12fb237cac4094fd05fea8f7ad5d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -34,10 +34,10 @@ reporting.
It should be used in combination with country-specific Intrastat Product
reporting modules such as:
-- *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 Product
- Declaration for Belgium
+- *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 Product
+ Declaration for Belgium
These country-specific modules can be found in the OCA localization for
those countries.
@@ -90,40 +90,40 @@ We recommend to start by copying an existing module, e.g.
l10n_be_intrastat_product and adapt the code for the specific needs of
your country.
-- Declaration Object
+- Declaration Object
- Create a new class as follows:
+ Create a new class as follows:
- .. code:: python
+ .. code:: python
- class L10nCcIntrastatProductDeclaration(models.Model):
- _name = 'l10n.cc.intrastat.product.declaration'
- _description = "Intrastat Product Declaration for YourCountry"
- _inherit = ['intrastat.product.declaration', 'mail.thread']
+ class L10nCcIntrastatProductDeclaration(models.Model):
+ _name = 'l10n.cc.intrastat.product.declaration'
+ _description = "Intrastat Product Declaration for YourCountry"
+ _inherit = ['intrastat.product.declaration', 'mail.thread']
- whereby cc = your country code
+ whereby cc = your country code
-- Computation & Declaration Lines
+- Computation & Declaration Lines
- Create also new objects inheriting from the Computation and
- Declaration Line Objects so that you can add methods or customise the
- methods from the base modules (make a PR when the customization or
- new method is required for multiple countries).
+ Create also new objects inheriting from the Computation and
+ Declaration Line Objects so that you can add methods or customise the
+ methods from the base modules (make a PR when the customization or new
+ method is required for multiple countries).
- Adapt also the parent_id fields of the newly created objects (cf.
- l10n_be_intrastat_product as example).
+ Adapt also the parent_id fields of the newly created objects (cf.
+ l10n_be_intrastat_product as example).
-- XML Files: Menu, Action, Views
+- XML Files: Menu, Action, Views
- Cf. l10n_be_istrastat_product as example, replace "be" by your
- Country Code.
+ Cf. l10n_be_istrastat_product as example, replace "be" by your Country
+ Code.
**Other functionality added by this module:**
-- Compute the Intrastat Lines in an invoice. For this, your user needs
- to be in the "Technical / Invoice Intrastat Transaction Details"
- group. Go to the "Intrastat transaction details" tab and press
- **Compute**
+- Compute the Intrastat Lines in an invoice. For this, your user needs
+ to be in the "Technical / Invoice Intrastat Transaction Details"
+ group. Go to the "Intrastat transaction details" tab and press
+ **Compute**
Known issues / Roadmap
======================
@@ -158,16 +158,16 @@ Authors
Contributors
------------
-- Alexis de Lattre, Akretion This module contains common objects and fields for the Intrastat Product
@@ -375,8 +375,8 @@ It should be used in combination with country-specific Intrastat Product
reporting modules such as: Computation & Declaration Lines Create also new objects inheriting from the Computation and
Declaration Line Objects so that you can add methods or customise the
-methods from the base modules (make a PR when the customization or
-new method is required for multiple countries).Intrastat Product
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:dbd4da70502d90ac25da6f51e7032e46a16651426528180f6ff43dae63669e4e
+!! source digest: sha256:3fb40f7c9f01768c0dfa79696fb0b656a66e12fb237cac4094fd05fea8f7ad5d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Intrastat Product
-
@@ -446,14 +446,14 @@ Usage
Adapt also the parent_id fields of the newly created objects (cf. l10n_be_intrastat_product as example).
XML Files: Menu, Action, Views
-Cf. l10n_be_istrastat_product as example, replace “be” by your -Country Code.
+Cf. l10n_be_istrastat_product as example, replace “be” by your Country +Code.
Other functionality added by this module: