From d251caef714a33c5e32f3998caa84b597f8dc0a7 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Wed, 4 Dec 2024 09:51:08 +0000
Subject: [PATCH] [BOT] post-merge updates
---
README.md | 2 +-
intrastat_product/README.rst | 66 +++++++++----------
intrastat_product/__manifest__.py | 2 +-
.../static/description/index.html | 14 ++--
4 files changed, 42 insertions(+), 42 deletions(-)
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
+- Alexis de Lattre, Akretion
-- Luc De Meyer, Noviat
+- Luc De Meyer, Noviat
-- Denis Roussel
+- Denis Roussel
-- Tecnativa <`www.tecnativa.com\\> >`__:
+- Tecnativa <`www.tecnativa.com\\> >`__:
- - João Marques
- - Víctor Martínez
+ - João Marques
+ - Víctor Martínez
Maintainers
-----------
diff --git a/intrastat_product/__manifest__.py b/intrastat_product/__manifest__.py
index a94c52a9..3253f2c6 100644
--- a/intrastat_product/__manifest__.py
+++ b/intrastat_product/__manifest__.py
@@ -7,7 +7,7 @@
{
"name": "Intrastat Product",
- "version": "17.0.1.1.0",
+ "version": "17.0.1.1.1",
"category": "Intrastat",
"license": "AGPL-3",
"summary": "Base module for Intrastat Product",
diff --git a/intrastat_product/static/description/index.html b/intrastat_product/static/description/index.html
index 8f1c6c80..444fd83b 100644
--- a/intrastat_product/static/description/index.html
+++ b/intrastat_product/static/description/index.html
@@ -367,7 +367,7 @@ Intrastat Product
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:dbd4da70502d90ac25da6f51e7032e46a16651426528180f6ff43dae63669e4e
+!! source digest: sha256:3fb40f7c9f01768c0dfa79696fb0b656a66e12fb237cac4094fd05fea8f7ad5d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module contains common objects and fields for the Intrastat Product
@@ -375,8 +375,8 @@
Intrastat Product
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_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
@@ -446,14 +446,14 @@
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).
+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).
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: