From 00e96291bb917d1cbf8f895a84c2d3d2c365c8b3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 30 Dec 2024 17:13:58 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + product_packaging_dimension/README.rst | 2 +- product_packaging_dimension/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd20c255f50..5043d7adf75 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [product_manufacturer](product_manufacturer/) | 18.0.1.0.0 | | Adds manufacturers and attributes on the product view. [product_medical](product_medical/) | 18.0.1.0.0 | | Base structure to handle medical products [product_net_weight](product_net_weight/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add 'Net Weight' on product models +[product_packaging_dimension](product_packaging_dimension/) | 18.0.1.0.0 | | Manage packaging dimensions and weight [product_pricelist_fixed_currency_rate](product_pricelist_fixed_currency_rate/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![kobros-tech](https://github.com/kobros-tech.png?size=30px)](https://github.com/kobros-tech) | Set a fixed currency rate between pricelists [product_print_category](product_print_category/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Define print categories for products and automate products print, when data has changed [product_set](product_set/) | 18.0.1.0.0 | | Product set diff --git a/product_packaging_dimension/README.rst b/product_packaging_dimension/README.rst index 6960da64d57..caa7df0cbd5 100644 --- a/product_packaging_dimension/README.rst +++ b/product_packaging_dimension/README.rst @@ -7,7 +7,7 @@ Product Packaging Dimension !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c556ebaf29d95a99a2215007040a43f5e0b8c7aa5c9c5712be92bef2c5cb56fe + !! source digest: sha256:2f774f11945f88268d283406c9502a2b3d90d34ea6257854233449954a030dfe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_packaging_dimension/static/description/index.html b/product_packaging_dimension/static/description/index.html index 8e980a2ea9c..a825ecc1bfc 100644 --- a/product_packaging_dimension/static/description/index.html +++ b/product_packaging_dimension/static/description/index.html @@ -367,7 +367,7 @@

Product Packaging Dimension

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c556ebaf29d95a99a2215007040a43f5e0b8c7aa5c9c5712be92bef2c5cb56fe +!! source digest: sha256:2f774f11945f88268d283406c9502a2b3d90d34ea6257854233449954a030dfe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/product-attribute Translate me on Weblate Try me on Runboat

This module allows to store dimensions (length, width, height), weight diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 54d1cefe9d0..680cedb9eea 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-product-attribute" -version = "18.0.20241228.0" +version = "18.0.20241230.0" dependencies = [ "odoo-addon-product_dimension==18.0.*", "odoo-addon-product_logistics_uom==18.0.*", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-product_manufacturer==18.0.*", "odoo-addon-product_medical==18.0.*", "odoo-addon-product_net_weight==18.0.*", + "odoo-addon-product_packaging_dimension==18.0.*", "odoo-addon-product_pricelist_fixed_currency_rate==18.0.*", "odoo-addon-product_print_category==18.0.*", "odoo-addon-product_set==18.0.*",