diff --git a/README.md b/README.md index a96eb7984c19..bea21afd62f3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [product_logistics_uom](product_logistics_uom/) | 17.0.1.0.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) | Configure product weights and volume UoM [product_net_weight](product_net_weight/) | 17.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/) | 17.0.1.0.0 | | Manage packaging dimensions and weight +[product_pricelist_fixed_currency_rate](product_pricelist_fixed_currency_rate/) | 17.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_pricelist_revision](product_pricelist_revision/) | 17.0.1.0.0 | | Product Pricelist Revision [product_pricelist_supplierinfo](product_pricelist_supplierinfo/) | 17.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Allows to create priceslists based on supplier info [product_print_category](product_print_category/) | 17.0.1.0.1 | [![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 diff --git a/product_pricelist_fixed_currency_rate/README.rst b/product_pricelist_fixed_currency_rate/README.rst index f45644bf75a2..915fa01415b6 100644 --- a/product_pricelist_fixed_currency_rate/README.rst +++ b/product_pricelist_fixed_currency_rate/README.rst @@ -7,7 +7,7 @@ Product Pricelist Fixed Currency Rate !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:705f94a56352ec7c69ab3d351588f96a01ef2266e347c800f32094d29d3de741 + !! source digest: sha256:db69ced5276e16601e3f8a0dad96a12d837f7d194b980fa9fcc44a77ddf508d4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_pricelist_fixed_currency_rate/static/description/index.html b/product_pricelist_fixed_currency_rate/static/description/index.html index 04da486b0ee8..4488701f7c02 100644 --- a/product_pricelist_fixed_currency_rate/static/description/index.html +++ b/product_pricelist_fixed_currency_rate/static/description/index.html @@ -367,7 +367,7 @@
This module extends the product pricelists feature to allow to set a diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 03eefd3c24b4..a25f9747903f 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-product-attribute" -version = "17.0.20241009.0" +version = "17.0.20241119.0" dependencies = [ "odoo-addon-product_category_code>=17.0dev,<17.1dev", "odoo-addon-product_code_mandatory>=17.0dev,<17.1dev", @@ -9,6 +9,7 @@ dependencies = [ "odoo-addon-product_logistics_uom>=17.0dev,<17.1dev", "odoo-addon-product_net_weight>=17.0dev,<17.1dev", "odoo-addon-product_packaging_dimension>=17.0dev,<17.1dev", + "odoo-addon-product_pricelist_fixed_currency_rate>=17.0dev,<17.1dev", "odoo-addon-product_pricelist_revision>=17.0dev,<17.1dev", "odoo-addon-product_pricelist_supplierinfo>=17.0dev,<17.1dev", "odoo-addon-product_print_category>=17.0dev,<17.1dev",