Skip to content

Commit 814ded5

Browse files
committed
[BOT] post-merge updates
1 parent 24ac2c9 commit 814ded5

7 files changed

Lines changed: 52 additions & 32 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ addon | version | maintainers | summary
2525
[intrastat_delivery](intrastat_delivery/) | 16.0.1.0.0 | | Propagates the value of the incoterm fields from the order shipping method to the invoices
2626
[intrastat_product](intrastat_product/) | 16.0.2.3.3 | | Base module for Intrastat Product
2727
[intrastat_product_generic](intrastat_product_generic/) | 16.0.1.0.0 | | Generic Intrastat Product Declaration
28-
[intrastat_product_hscodes_import](intrastat_product_hscodes_import/) | 16.0.1.0.0 | | Module used to import HS Codes for Intrastat Product
29-
[product_harmonized_system](product_harmonized_system/) | 16.0.1.1.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
28+
[intrastat_product_hscodes_import](intrastat_product_hscodes_import/) | 16.0.1.0.1 | | Module used to import HS Codes for Intrastat Product
29+
[product_harmonized_system](product_harmonized_system/) | 16.0.2.0.1 | <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
3030
[product_harmonized_system_delivery](product_harmonized_system_delivery/) | 16.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
3131
[product_harmonized_system_stock](product_harmonized_system_stock/) | 16.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
3232

intrastat_product_hscodes_import/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===================================
26
Intrastat Product - HS Codes Import
37
===================================
@@ -7,13 +11,13 @@ Intrastat Product - HS Codes Import
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:fcc8acfdb0e3eb387adcaafed61dc883463cac4c0d90cfe029e37c123392b10b
14+
!! source digest: sha256:4c411d827b7b465475d718a583004bf7c8e9487346a3d03c783dfde6fea199c6
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fintrastat--extrastat-lightgray.png?logo=github

intrastat_product_hscodes_import/__manifest__.py

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

44
{
55
"name": "Intrastat Product - HS Codes Import",
6-
"version": "16.0.1.0.0",
6+
"version": "16.0.1.0.1",
77
"category": "Intrastat",
88
"license": "AGPL-3",
99
"summary": "Module used to import HS Codes for Intrastat Product",

intrastat_product_hscodes_import/static/description/index.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Intrastat Product - HS Codes Import</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="intrastat-product-hs-codes-import">
364-
<h1 class="title">Intrastat Product - HS Codes Import</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="intrastat-product-hs-codes-import">
370+
<h1>Intrastat Product - HS Codes Import</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:fcc8acfdb0e3eb387adcaafed61dc883463cac4c0d90cfe029e37c123392b10b
375+
!! source digest: sha256:4c411d827b7b465475d718a583004bf7c8e9487346a3d03c783dfde6fea199c6
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/intrastat-extrastat/tree/16.0/intrastat_product_hscodes_import"><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-16-0/intrastat-extrastat-16-0-intrastat_product_hscodes_import"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/16.0/intrastat_product_hscodes_import"><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-16-0/intrastat-extrastat-16-0-intrastat_product_hscodes_import"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module aims to import all HS codes with the related intrastat code. The datas are
374379
defined in the module itself.</p>
375380
<p>The module currently hold datas for HS Codes in Dutch, English, French and German.</p>
@@ -388,7 +393,7 @@ <h1 class="title">Intrastat Product - HS Codes Import</h1>
388393
</ul>
389394
</div>
390395
<div class="section" id="usage">
391-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
396+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
392397
<p>When you install this module, an installer wizard will appear on the screen and you will
393398
be able to load the datas.</p>
394399
<p>In this installer wizard, you can decide to import datas for a single company or for all
@@ -405,7 +410,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
405410
</div>
406411
</div>
407412
<div class="section" id="known-issues-roadmap">
408-
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
413+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
409414
<p>xlrd is fixed at version 1.2 in Odoo. In the future, in v18,
410415
we plan to switch from xlrd to openpyxl.</p>
411416
<p>Also, we should seek a unified system, ideally an API, to download the
@@ -416,23 +421,23 @@ <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
416421
manual intervention in the module.</p>
417422
</div>
418423
<div class="section" id="bug-tracker">
419-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
424+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
420425
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/intrastat-extrastat/issues">GitHub Issues</a>.
421426
In case of trouble, please check there if your issue has already been reported.
422427
If you spotted it first, help us to smash it by providing a detailed and welcomed
423428
<a class="reference external" href="https://github.com/OCA/intrastat-extrastat/issues/new?body=module:%20intrastat_product_hscodes_import%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
424429
<p>Do not contact contributors directly about support or help with technical issues.</p>
425430
</div>
426431
<div class="section" id="credits">
427-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
432+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
428433
<div class="section" id="authors">
429-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
434+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
430435
<ul class="simple">
431436
<li>Noviat</li>
432437
</ul>
433438
</div>
434439
<div class="section" id="contributors">
435-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
440+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
436441
<ul class="simple">
437442
<li>Noviat &lt;www.noviat.com&gt;
438443
- Jérémy Didderen
@@ -448,7 +453,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
448453
</ul>
449454
</div>
450455
<div class="section" id="maintainers">
451-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
456+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
452457
<p>This module is maintained by the OCA.</p>
453458
<a class="reference external image-reference" href="https://odoo-community.org">
454459
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -461,5 +466,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
461466
</div>
462467
</div>
463468
</div>
469+
</div>
464470
</body>
465471
</html>

product_harmonized_system/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===============================
26
Product Harmonized System Codes
37
===============================
@@ -7,13 +11,13 @@ Product Harmonized System Codes
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:afd00899a20aac3c96a9b21fbcfc0c4a66f1617290ff92124a6b6987e5d9c975
14+
!! source digest: sha256:22bb9e8b4ed7bc6dadefc17e0483892c69651885943c29f42e25e46a064036c7
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fintrastat--extrastat-lightgray.png?logo=github

product_harmonized_system/__manifest__.py

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

1111
{
1212
"name": "Product Harmonized System Codes",
13-
"version": "16.0.2.0.0",
13+
"version": "16.0.2.0.1",
1414
"category": "Reporting",
1515
"license": "AGPL-3",
1616
"summary": "Base module for Product Import/Export reports",

0 commit comments

Comments
 (0)