Skip to content

Commit a626c83

Browse files
committed
[BOT] post-merge updates
1 parent 77d2168 commit a626c83

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ addon | version | maintainers | summary
5757
[product_pricelist_supplierinfo](product_pricelist_supplierinfo/) | 17.0.2.1.0 | <a href='https://github.com/luisg123v'><img src='https://github.com/luisg123v.png' width='32' height='32' style='border-radius:50%;' alt='luisg123v'/></a> | Allows to create priceslists based on supplier info
5858
[product_print_category](product_print_category/) | 17.0.1.0.1 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Define print categories for products and automate products print, when data has changed
5959
[product_product_template_link](product_product_template_link/) | 17.0.1.0.0 | | Adds a button in product to view the template
60+
[product_profile](product_profile/) | 17.0.1.0.0 | <a href='https://github.com/bealdav'><img src='https://github.com/bealdav.png' width='32' height='32' style='border-radius:50%;' alt='bealdav'/></a> <a href='https://github.com/sebastienbeau'><img src='https://github.com/sebastienbeau.png' width='32' height='32' style='border-radius:50%;' alt='sebastienbeau'/></a> <a href='https://github.com/kevinkhao'><img src='https://github.com/kevinkhao.png' width='32' height='32' style='border-radius:50%;' alt='kevinkhao'/></a> | Allow to configure a product in 1 click
6061
[product_readonly_security](product_readonly_security/) | 17.0.1.0.0 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Product Readonly Security
6162
[product_restricted_type](product_restricted_type/) | 17.0.1.0.0 | | Product Restricted Type
6263
[product_route_mto](product_route_mto/) | 17.0.1.0.0 | | This module allows to compute if a product is an 'MTO' one from its configured routes

product_profile/README.rst

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===============
26
Product Profile
37
===============
@@ -7,13 +11,13 @@ Product Profile
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f04f87cc48c1940f6a787ce702e91fbe42ce1cf2e9a1d585b34b17b966fc1dcb
14+
!! source digest: sha256:dc5fc5c4c8aa98c9fce364f6d14d1a415ec912d6ad318023e5e771baabb01319
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github
@@ -65,9 +69,9 @@ Configuration
6569
1. Create your own profile here: Sales > Configuration > Product >
6670
Product Profiles
6771

68-
|image2|
72+
|Product Profile List View|
6973

70-
|image3|
74+
|New Product Profile|
7175

7276
2. Extend "product.profile" model to add fields from product.template,
7377
either in normal mode or default mode (see note section below). These
@@ -117,9 +121,8 @@ if the profile is modified, changes are not propagated to all the
117121
records that have this profile - if the record previously had another
118122
profile, changing profile will not influence default values
119123

120-
.. |image2| image:: https://raw.githubusercontent.com/OCA/product-attribute/17.0/product_profile/static/img/list.png
121-
.. |image3| image:: https://raw.githubusercontent.com/OCA/product-attribute/17.0/product_profile/static/img/create.png
122-
124+
.. |Product Profile List View| image:: https://raw.githubusercontent.com/OCA/product-attribute/17.0/product_profile/static/img/list.png
125+
.. |New Product Profile| image:: https://raw.githubusercontent.com/OCA/product-attribute/17.0/product_profile/static/img/create.png
123126

124127
Usage
125128
=====
@@ -136,11 +139,11 @@ Profiles are also defined as search filter and group.
136139
Known issues / Roadmap
137140
======================
138141

139-
- Streamlined behaviour of default/nondefault fields in every situation
140-
- More robust/less error-prone functionality for required fields or
141-
fields implicated in workflows
142-
- More flexible/configurable behaviour for profile fields (instead of
143-
only default/nondefault fields)
142+
- Streamlined behaviour of default/nondefault fields in every situation
143+
- More robust/less error-prone functionality for required fields or
144+
fields implicated in workflows
145+
- More flexible/configurable behaviour for profile fields (instead of
146+
only default/nondefault fields)
144147

145148
Bug Tracker
146149
===========
@@ -163,10 +166,10 @@ Authors
163166
Contributors
164167
------------
165168

166-
- David BEAL <david.beal@akretion.com>
167-
- Sébastien BEAU <sebastien.beau@akretion.com>
168-
- Abdessamad HILALI <abdessamad.hilali@akretion.com>
169-
- Kevin Khao <kevin.khao@akretion.com>
169+
- David BEAL <david.beal@akretion.com>
170+
- Sébastien BEAU <sebastien.beau@akretion.com>
171+
- Abdessamad HILALI <abdessamad.hilali@akretion.com>
172+
- Kevin Khao <kevin.khao@akretion.com>
170173

171174
Maintainers
172175
-----------

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-product-attribute"
3-
version = "17.0.20251125.0"
3+
version = "17.0.20260124.0"
44
dependencies = [
55
"odoo-addon-product_assortment>=17.0dev,<17.1dev",
66
"odoo-addon-product_attribute_auto_add>=17.0dev,<17.1dev",
@@ -38,6 +38,7 @@ dependencies = [
3838
"odoo-addon-product_pricelist_supplierinfo>=17.0dev,<17.1dev",
3939
"odoo-addon-product_print_category>=17.0dev,<17.1dev",
4040
"odoo-addon-product_product_template_link>=17.0dev,<17.1dev",
41+
"odoo-addon-product_profile>=17.0dev,<17.1dev",
4142
"odoo-addon-product_readonly_security>=17.0dev,<17.1dev",
4243
"odoo-addon-product_restricted_type>=17.0dev,<17.1dev",
4344
"odoo-addon-product_route_mto>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)