Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 25, 2024
1 parent e085d2f commit 6e821e9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions product_manufacturer/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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**

Expand Down Expand Up @@ -64,15 +64,15 @@ Authors
Contributors
------------

- Odoo S.A.
- Acysos SL <[email protected]>
- Ray Carnes <[email protected]>
- Miquel Raïch <[email protected]>
- Lois Rilo <[email protected]>
- Guewen Baconnier <[email protected]>
- Héctor Villarreal <[email protected]>
- Mantas Šniukas <[email protected]>
- Nils Coenen <[email protected]>
- Odoo S.A.
- Acysos SL <[email protected]>
- Ray Carnes <[email protected]>
- Miquel Raïch <[email protected]>
- Lois Rilo <[email protected]>
- Guewen Baconnier <[email protected]>
- Héctor Villarreal <[email protected]>
- Mantas Šniukas <[email protected]>
- Nils Coenen <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion product_manufacturer/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Product Manufacturer</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:14e63fcb6d6642b61251bfb8c6df337b90c8ae1108b83f81597ff12149b72b8a
!! source digest: sha256:bb07647988982297ecdd1d7a553fad6b5d41493c4dc8da73030aaf6bf3f649be
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/product-attribute/tree/17.0/product_manufacturer"><img alt="OCA/product-attribute" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_manufacturer"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>A module that adds manufacturers and attributes on the product form.</p>
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6e821e9

Please sign in to comment.