diff --git a/README.md b/README.md index 7e85f5a1e11..c8141cbf687 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ addon | version | maintainers | summary [product_dimension](product_dimension/) | 14.0.1.0.0 | | Product Dimension [product_expiry_configurable](product_expiry_configurable/) | 14.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_form_pricelist](product_form_pricelist/) | 14.0.1.0.1 | | Show/edit pricelist in product form +[product_internal_reference_generator](product_internal_reference_generator/) | 14.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/) | 14.0.1.0.2 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) | Configure product weights and volume UoM [product_lot_sequence](product_lot_sequence/) | 14.0.1.0.2 | | Adds ability to define a lot sequence from the product [product_main_supplierinfo](product_main_supplierinfo/) | 14.0.1.0.1 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Display the main vendor of a product. diff --git a/product_internal_reference_generator/static/description/icon.png b/product_internal_reference_generator/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/product_internal_reference_generator/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index c229866aa26..42f4fd2e15e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20231004.0 \ No newline at end of file +14.0.20231124.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 91a2b2955e3..449655c4b65 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -30,6 +30,7 @@ 'odoo14-addon-product_dimension', 'odoo14-addon-product_expiry_configurable', 'odoo14-addon-product_form_pricelist', + 'odoo14-addon-product_internal_reference_generator', 'odoo14-addon-product_logistics_uom', 'odoo14-addon-product_lot_sequence', 'odoo14-addon-product_main_supplierinfo',