Skip to content

Commit 48dc591

Browse files
committed
[BOT] post-merge updates
1 parent 47315b2 commit 48dc591

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ addon | version | maintainers | summary
2525
[web_notify](web_notify/) | 18.0.1.0.1 | | Send notification messages to user
2626
[web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.1 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Web Pivot Computed Measure
2727
[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 18.0.1.0.1 | | Allows you to dynamically color fields on tree views
28+
[web_tree_many2one_clickable](web_tree_many2one_clickable/) | 18.0.1.0.0 | | Open the linked resource when clicking on their name
2829

2930
[//]: # (end addons)
3031

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "odoo-addons-oca-web"
3-
version = "18.0.20241129.0"
3+
version = "18.0.20241224.0"
44
dependencies = [
55
"odoo-addon-web_environment_ribbon==18.0.*",
66
"odoo-addon-web_notify==18.0.*",
77
"odoo-addon-web_pivot_computed_measure==18.0.*",
88
"odoo-addon-web_tree_dynamic_colored_field==18.0.*",
9+
"odoo-addon-web_tree_many2one_clickable==18.0.*",
910
]
1011
classifiers=[
1112
"Programming Language :: Python",

web_tree_many2one_clickable/README.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Clickable many2one fields for tree views
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:41451aef51a252c3aa3a636dafaddb337b6e192a91df1097b7e84aa517962b82
10+
!! source digest: sha256:28acc2ff20d160a7af01703339b00849c6182e27d9d3f39d1b71a49f5a935d17
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -86,24 +86,24 @@ Authors
8686
Contributors
8787
------------
8888

89-
- Therp BV
89+
- Therp BV
9090

91-
- Sodexis <[email protected]>
91+
- Sodexis <[email protected]>
9292

93-
- Artem Kostyuk <[email protected]>
93+
- Artem Kostyuk <[email protected]>
9494

95-
- Anand Kansagra <[email protected]>
95+
- Anand Kansagra <[email protected]>
9696

97-
- Dennis Sluijk <[email protected]>
97+
- Dennis Sluijk <[email protected]>
9898

99-
- Maciej Wichowski <[email protected]>
99+
- Maciej Wichowski <[email protected]>
100100

101-
- `Tecnativa <https://www.tecnativa.com>`__
101+
- `Tecnativa <https://www.tecnativa.com>`__
102102

103-
- Pedro M. Baeza
104-
- Antonio Espinosa
105-
- Alexandre Díaz
106-
- Carlos Roca
103+
- Pedro M. Baeza
104+
- Antonio Espinosa
105+
- Alexandre Díaz
106+
- Carlos Roca
107107

108108
Maintainers
109109
-----------

web_tree_many2one_clickable/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Clickable many2one fields for tree views</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:41451aef51a252c3aa3a636dafaddb337b6e192a91df1097b7e84aa517962b82
370+
!! source digest: sha256:28acc2ff20d160a7af01703339b00849c6182e27d9d3f39d1b71a49f5a935d17
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/web/tree/18.0/web_tree_many2one_clickable"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_tree_many2one_clickable"><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/web&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This addon forces Odoo to use many2one widget on a many2one fields in

0 commit comments

Comments
 (0)