Skip to content

Commit 09ef8ab

Browse files
[MIG] intrastat_product_hscodes_import: migration to V18
1 parent f314836 commit 09ef8ab

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

intrastat_product_hscodes_import/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Intrastat Product - HS Codes Import
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fintrastat--extrastat-lightgray.png?logo=github
20-
:target: https://github.com/OCA/intrastat-extrastat/tree/17.0/intrastat_product_hscodes_import
20+
:target: https://github.com/OCA/intrastat-extrastat/tree/18.0/intrastat_product_hscodes_import
2121
:alt: OCA/intrastat-extrastat
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-intrastat_product_hscodes_import
23+
:target: https://translation.odoo-community.org/projects/intrastat-extrastat-18-0/intrastat-extrastat-18-0-intrastat_product_hscodes_import
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/intrastat-extrastat&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/intrastat-extrastat&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -58,15 +58,15 @@ you need to:
5858

5959
|image1|
6060

61-
.. |image1| image:: https://raw.githubusercontent.com/OCA/intrastat-extrastat/17.0/intrastat_product_hscodes_import/static/description/installer_todo_example.png
61+
.. |image1| image:: https://raw.githubusercontent.com/OCA/intrastat-extrastat/18.0/intrastat_product_hscodes_import/static/description/installer_todo_example.png
6262

6363
Bug Tracker
6464
===========
6565

6666
Bugs are tracked on `GitHub Issues <https://github.com/OCA/intrastat-extrastat/issues>`_.
6767
In case of trouble, please check there if your issue has already been reported.
6868
If you spotted it first, help us to smash it by providing a detailed and welcomed
69-
`feedback <https://github.com/OCA/intrastat-extrastat/issues/new?body=module:%20intrastat_product_hscodes_import%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
69+
`feedback <https://github.com/OCA/intrastat-extrastat/issues/new?body=module:%20intrastat_product_hscodes_import%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7070

7171
Do not contact contributors directly about support or help with technical issues.
7272

@@ -81,10 +81,10 @@ Authors
8181
Contributors
8282
------------
8383

84-
- Noviat <`www.noviat.com\\> <http://www.noviat.com\>>`__
84+
- Noviat <`www.noviat.com\\> <http://www.noviat.com\>>`__
8585

86-
- Jérémy Didderen
87-
- Luc De Meyer
86+
- Jérémy Didderen
87+
- Luc De Meyer
8888

8989
Maintainers
9090
-----------
@@ -99,6 +99,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
9999
mission is to support the collaborative development of Odoo features and
100100
promote its widespread use.
101101

102-
This module is part of the `OCA/intrastat-extrastat <https://github.com/OCA/intrastat-extrastat/tree/17.0/intrastat_product_hscodes_import>`_ project on GitHub.
102+
This module is part of the `OCA/intrastat-extrastat <https://github.com/OCA/intrastat-extrastat/tree/18.0/intrastat_product_hscodes_import>`_ project on GitHub.
103103

104104
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

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": "17.0.1.0.0",
6+
"version": "18.0.1.0.0",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">Intrastat Product - HS Codes Import</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:ad7b6a652026d9c67a418bb2d706df21cc0b4ab00d61892d43b14f4c79bc9e9c
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/17.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-17-0/intrastat-extrastat-17-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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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/18.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-18-0/intrastat-extrastat-18-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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module aims to import all HS codes with the related intrastat code.
374374
The datas are defined in the module itself.</p>
375375
<p>The module currently hold datas for HS Codes in Dutch, English, French
@@ -401,14 +401,14 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
401401
<li>You need to launch the action “Load Intrastat Codes”</li>
402402
<li>Execute the installer wizard</li>
403403
</ol>
404-
<p><img alt="image1" src="https://raw.githubusercontent.com/OCA/intrastat-extrastat/17.0/intrastat_product_hscodes_import/static/description/installer_todo_example.png" /></p>
404+
<p><img alt="image1" src="https://raw.githubusercontent.com/OCA/intrastat-extrastat/18.0/intrastat_product_hscodes_import/static/description/installer_todo_example.png" /></p>
405405
</div>
406406
<div class="section" id="bug-tracker">
407407
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
408408
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/intrastat-extrastat/issues">GitHub Issues</a>.
409409
In case of trouble, please check there if your issue has already been reported.
410410
If you spotted it first, help us to smash it by providing a detailed and welcomed
411-
<a class="reference external" href="https://github.com/OCA/intrastat-extrastat/issues/new?body=module:%20intrastat_product_hscodes_import%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
411+
<a class="reference external" href="https://github.com/OCA/intrastat-extrastat/issues/new?body=module:%20intrastat_product_hscodes_import%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
412412
<p>Do not contact contributors directly about support or help with technical issues.</p>
413413
</div>
414414
<div class="section" id="credits">
@@ -438,7 +438,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
438438
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
439439
mission is to support the collaborative development of Odoo features and
440440
promote its widespread use.</p>
441-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/intrastat-extrastat/tree/17.0/intrastat_product_hscodes_import">OCA/intrastat-extrastat</a> project on GitHub.</p>
441+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/intrastat-extrastat/tree/18.0/intrastat_product_hscodes_import">OCA/intrastat-extrastat</a> project on GitHub.</p>
442442
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
443443
</div>
444444
</div>

0 commit comments

Comments
 (0)