From 6e821e95a53b13bf40589c2832ad2023f4864ea1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 25 Nov 2024 11:22:30 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + product_manufacturer/README.rst | 28 +++++++++---------- .../static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 +- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index bea21afd62f3..5b99151a8118 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [product_code_unique](product_code_unique/) | 17.0.1.0.0 | | Set Product Internal Reference as Unique [product_dimension](product_dimension/) | 17.0.1.0.0 | | Product Dimension [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_manufacturer](product_manufacturer/) | 17.0.1.0.0 | | Adds manufacturers and attributes on the product view. [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 diff --git a/product_manufacturer/README.rst b/product_manufacturer/README.rst index 6ed873e8d121..2734857f0a3f 100644 --- a/product_manufacturer/README.rst +++ b/product_manufacturer/README.rst @@ -7,7 +7,7 @@ Product Manufacturer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:14e63fcb6d6642b61251bfb8c6df337b90c8ae1108b83f81597ff12149b72b8a + !! source digest: sha256:bb07647988982297ecdd1d7a553fad6b5d41493c4dc8da73030aaf6bf3f649be !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -33,10 +33,10 @@ A module that adds manufacturers and attributes on the product form. You can now define the following for a product ---------------------------------------------- -- Manufacturer -- Manufacturer Product Name -- Manufacturer Product Code -- Manufacturer Product URL +- Manufacturer +- Manufacturer Product Name +- Manufacturer Product Code +- Manufacturer Product URL **Table of contents** @@ -64,15 +64,15 @@ Authors Contributors ------------ -- Odoo S.A. -- Acysos SL -- Ray Carnes -- Miquel Raïch -- Lois Rilo -- Guewen Baconnier -- Héctor Villarreal -- Mantas Šniukas -- Nils Coenen +- Odoo S.A. +- Acysos SL +- Ray Carnes +- Miquel Raïch +- Lois Rilo +- Guewen Baconnier +- Héctor Villarreal +- Mantas Šniukas +- Nils Coenen Maintainers ----------- diff --git a/product_manufacturer/static/description/index.html b/product_manufacturer/static/description/index.html index dda6c04422d2..6994d8feaaac 100644 --- a/product_manufacturer/static/description/index.html +++ b/product_manufacturer/static/description/index.html @@ -367,7 +367,7 @@

Product Manufacturer

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:14e63fcb6d6642b61251bfb8c6df337b90c8ae1108b83f81597ff12149b72b8a +!! source digest: sha256:bb07647988982297ecdd1d7a553fad6b5d41493c4dc8da73030aaf6bf3f649be !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

A module that adds manufacturers and attributes on the product form.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index a25f9747903f..03c0333fc9d7 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-product-attribute" -version = "17.0.20241119.0" +version = "17.0.20241125.0" dependencies = [ "odoo-addon-product_category_code>=17.0dev,<17.1dev", "odoo-addon-product_code_mandatory>=17.0dev,<17.1dev", "odoo-addon-product_code_unique>=17.0dev,<17.1dev", "odoo-addon-product_dimension>=17.0dev,<17.1dev", "odoo-addon-product_logistics_uom>=17.0dev,<17.1dev", + "odoo-addon-product_manufacturer>=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",