diff --git a/README.md b/README.md
index 362d96bdc0b..d720b7827b9 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ addon | version | maintainers | summary
[product_english_name](product_english_name/) | 16.0.1.0.0 | [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Display the product name in English besides the product name in the users language.
[product_expiry_configurable](product_expiry_configurable/) | 16.0.1.0.0 | | This model allows setting expiry times on category and to use the 'end_of_life' date for the computation of lot dates
[product_get_price_helper](product_get_price_helper/) | 16.0.1.0.0 | | This module provides a helper function to compute product prices.
+[product_internal_reference_generator](product_internal_reference_generator/) | 16.0.1.0.0 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) | Product template and variant reference based on sequence
[product_logistics_uom](product_logistics_uom/) | 16.0.3.1.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) | Configure product weights and volume UoM
[product_lot_sequence](product_lot_sequence/) | 16.0.1.0.2 | | Adds ability to define a lot sequence from the product
[product_manufacturer](product_manufacturer/) | 16.0.1.0.1 | | Adds manufacturers and attributes on the product view.
diff --git a/product_internal_reference_generator/README.rst b/product_internal_reference_generator/README.rst
index 3e885c42a99..3070436a459 100644
--- a/product_internal_reference_generator/README.rst
+++ b/product_internal_reference_generator/README.rst
@@ -7,7 +7,7 @@ Product Internal Reference Generator
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:d2409ab426a08e8388230556c37f78dedd1b4893bcdf5613daa663e42c9a0762
+ !! source digest: sha256:6e521b9d0e23340cb98e91aca02af7509ad95e1a5c5da0b2f7e1e218776b5427
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Product Internal Reference Generator
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github
- :target: https://github.com/OCA/product-attribute/tree/14.0/product_internal_reference_generator
+ :target: https://github.com/OCA/product-attribute/tree/16.0/product_internal_reference_generator
:alt: OCA/product-attribute
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/product-attribute-14-0/product-attribute-14-0-product_internal_reference_generator
+ :target: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_internal_reference_generator
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=14.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -73,7 +73,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -114,6 +114,6 @@ Current `maintainer `__:
|maintainer-ilyasProgrammer|
-This module is part of the `OCA/product-attribute `_ project on GitHub.
+This module is part of the `OCA/product-attribute `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/product_internal_reference_generator/static/description/index.html b/product_internal_reference_generator/static/description/index.html
index 7264c974dd1..29903950b9e 100644
--- a/product_internal_reference_generator/static/description/index.html
+++ b/product_internal_reference_generator/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,9 +367,9 @@ Product Internal Reference Generator
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:d2409ab426a08e8388230556c37f78dedd1b4893bcdf5613daa663e42c9a0762
+!! source digest: sha256:6e521b9d0e23340cb98e91aca02af7509ad95e1a5c5da0b2f7e1e218776b5427
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module allows to generate internal references for Product templates and variants using sequences, setting codes as read-only.
In product template, it’s possible to choose among different Internal Reference Templates related to a sequence, and then generate an internal reference with the following structure:
Internal Reference Prefix + progressive number for variant, eg: “Main0001001”, where:
@@ -408,7 +408,7 @@
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -432,13 +432,15 @@
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.
Current maintainer:
-
This module is part of the OCA/product-attribute project on GitHub.
+
This module is part of the OCA/product-attribute project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index b942600c590..b2eb5028724 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20241106.0
\ No newline at end of file
+16.0.20241130.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index eae7098bd3d..258fbe55623 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -34,6 +34,7 @@
'odoo-addon-product_english_name>=16.0dev,<16.1dev',
'odoo-addon-product_expiry_configurable>=16.0dev,<16.1dev',
'odoo-addon-product_get_price_helper>=16.0dev,<16.1dev',
+ 'odoo-addon-product_internal_reference_generator>=16.0dev,<16.1dev',
'odoo-addon-product_logistics_uom>=16.0dev,<16.1dev',
'odoo-addon-product_lot_sequence>=16.0dev,<16.1dev',
'odoo-addon-product_manufacturer>=16.0dev,<16.1dev',