diff --git a/README.md b/README.md
index 1aec2c9100..3cca862ee3 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,8 @@ addon | version | maintainers | summary
[edi_xml_oca](edi_xml_oca/) | 14.0.1.1.0 | [](https://github.com/simahawk) | Base module for EDI exchange using XML files.
[partner_identification_import](partner_identification_import/) | 14.0.1.0.1 | | Provides partner matching on extra ID
[pdf_helper](pdf_helper/) | 14.0.2.0.1 | [](https://github.com/simahawk) [](https://github.com/alexis-via) | Provides helpers to work w/ PDFs
-[product_import](product_import/) | 14.0.1.2.0 | | Import product catalogues
-[product_import_ubl](product_import_ubl/) | 14.0.1.1.1 | | Import UBL XML catalogue files
+[product_import](product_import/) | 14.0.1.3.0 | | Import product catalogues
+[product_import_ubl](product_import_ubl/) | 14.0.1.2.0 | | Import UBL XML catalogue files
[purchase_order_ubl](purchase_order_ubl/) | 14.0.1.2.0 | | Embed UBL XML file inside the PDF purchase order
[purchase_order_ubl_py3o](purchase_order_ubl_py3o/) | 14.0.1.1.0 | [](https://github.com/alexis-via) | Generate UBL purchase orders with Py3o reporting engine
[purchase_stock_ubl](purchase_stock_ubl/) | 14.0.1.0.0 | | Glue module for Purchase Order UBL and Stock/Inventory
diff --git a/product_import/README.rst b/product_import/README.rst
index e9dfda936e..6da965982e 100644
--- a/product_import/README.rst
+++ b/product_import/README.rst
@@ -7,7 +7,7 @@ Product Import
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:3d89dfb5c8c8dfe7a870d05bccfb545496c38b930cf271654ce584b6a0aa2576
+ !! source digest: sha256:919d541229bf87d4277acd6a765e3b605543c5d53b5b45953c109338d636fa88
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
diff --git a/product_import/__manifest__.py b/product_import/__manifest__.py
index 6411437d65..4b04bc222c 100644
--- a/product_import/__manifest__.py
+++ b/product_import/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Product Import",
- "version": "14.0.1.2.0",
+ "version": "14.0.1.3.0",
"development_status": "Alpha",
"license": "AGPL-3",
"summary": "Import product catalogues",
diff --git a/product_import/static/description/index.html b/product_import/static/description/index.html
index 6f715fc295..982439d4db 100644
--- a/product_import/static/description/index.html
+++ b/product_import/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -275,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +367,7 @@ This module adds support to import product catalogues. This module provides the base methods. It requires additional modules to support specific formats
@@ -417,7 +417,9 @@
This module is maintained by the OCA.
-

+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
diff --git a/product_import_ubl/README.rst b/product_import_ubl/README.rst
index fbf04b6118..8226da90b4 100644
--- a/product_import_ubl/README.rst
+++ b/product_import_ubl/README.rst
@@ -7,7 +7,7 @@ Product UBL Import
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:f78164bd62887168bcc200f3b3d21afd1e29d850d48f57177c7623d441e8f25d
+ !! source digest: sha256:d4c1057cc5a2a0f288e9686c05129b37528050272dcb94f8c51e3302bbb5f924
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
diff --git a/product_import_ubl/__manifest__.py b/product_import_ubl/__manifest__.py
index 13d2ece8f9..2f18762b59 100644
--- a/product_import_ubl/__manifest__.py
+++ b/product_import_ubl/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Product UBL Import",
- "version": "14.0.1.1.1",
+ "version": "14.0.1.2.0",
"development_status": "Alpha",
"license": "AGPL-3",
"summary": "Import UBL XML catalogue files",
diff --git a/product_import_ubl/static/description/index.html b/product_import_ubl/static/description/index.html
index e242d8de86..c4aee509ee 100644
--- a/product_import_ubl/static/description/index.html
+++ b/product_import_ubl/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -275,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +367,7 @@
Product UBL Import
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:f78164bd62887168bcc200f3b3d21afd1e29d850d48f57177c7623d441e8f25d
+!! source digest: sha256:d4c1057cc5a2a0f288e9686c05129b37528050272dcb94f8c51e3302bbb5f924
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

This module adds support for the import of product catalogues that comply with the Universal Business Language (UBL) standard. The UBL standard became the ISO/IEC 19845 standard in December 2015 (cf the official announce <http://www.prweb.com/releases/2016/01/prweb13186919.htm>_).
@@ -414,7 +414,9 @@
This module is maintained by the OCA.
-

+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.