Skip to content

Commit 21c6f4b

Browse files
[IMP] intrastat_product_hscodes_import: Update import and data
TT55417
1 parent 1dbeaac commit 21c6f4b

21 files changed

Lines changed: 189 additions & 119 deletions

intrastat_product_hscodes_import/README.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@ you need to:
6060

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

63+
Known issues / Roadmap
64+
======================
65+
66+
xlrd is fixed at version 1.2 in Odoo. In the future, in v18, we plan to
67+
switch from xlrd to openpyxl.
68+
69+
Also, we should seek a unified system, ideally an API, to download the
70+
codes directly without manual file downloads.
71+
72+
There is unification at the European level here:
73+
https://circabc.europa.eu/ui/group/0e5f18c2-4b2f-42e9-aed4-dfe50ae1263b/library/6e7dc94f-70e4-44ed-9560-b9794979cb87?p=1&n=10&sort=modified_DESC
74+
75+
In the future, the process should be automated to update files without
76+
manual intervention in the module.
77+
6378
Bug Tracker
6479
===========
6580

@@ -86,6 +101,10 @@ Contributors
86101
- Jérémy Didderen
87102
- Luc De Meyer
88103

104+
- Tecnativa <`www.tecnativa.com> <http://www.tecnativa.com>>`__:
105+
106+
- Juan Carlos Oñate
107+
89108
Maintainers
90109
-----------
91110

intrastat_product_hscodes_import/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"security/ir.model.access.csv",
1717
"wizards/intrastat_hscodes_import_installer_views.xml",
1818
],
19+
"external_dependencies": {"python": ["openpyxl"]},
1920
"installable": True,
2021
}
Binary file not shown.
1.32 MB
Binary file not shown.
1.27 MB
Binary file not shown.
1.22 MB
Binary file not shown.
1.24 MB
Binary file not shown.
1.37 MB
Binary file not shown.
1.22 MB
Binary file not shown.
1.25 MB
Binary file not shown.

0 commit comments

Comments
 (0)