Skip to content

Commit 9f6b546

Browse files
committed
[BOT] post-merge updates
1 parent 897f601 commit 9f6b546

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ addon | version | maintainers | summary
3434
[web_ir_actions_act_window_message](web_ir_actions_act_window_message/) | 19.0.1.0.0 | <a href='https://github.com/hbrunn'><img src='https://github.com/hbrunn.png' width='32' height='32' style='border-radius:50%;' alt='hbrunn'/></a> | Show a message box to users
3535
[web_m2x_options](web_m2x_options/) | 19.0.1.0.1 | | web_m2x_options
3636
[web_m2x_options_manager](web_m2x_options_manager/) | 19.0.1.0.0 | | Adds an interface to manage the "Create" and "Create and Edit" options for specific models and fields.
37+
[web_no_bubble](web_no_bubble/) | 19.0.1.0.0 | | Remove the bubbles from the web interface
3738
[web_pwa_customize](web_pwa_customize/) | 19.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> | Web Pwa Customize
3839
[web_refresher](web_refresher/) | 19.0.1.0.0 | | Web Refresher
3940
[web_remember_tree_column_width](web_remember_tree_column_width/) | 19.0.1.0.0 | <a href='https://github.com/frahikLV'><img src='https://github.com/frahikLV.png' width='32' height='32' style='border-radius:50%;' alt='frahikLV'/></a> <a href='https://github.com/luisg123v'><img src='https://github.com/luisg123v.png' width='32' height='32' style='border-radius:50%;' alt='luisg123v'/></a> <a href='https://github.com/cuongnmtm'><img src='https://github.com/cuongnmtm.png' width='32' height='32' style='border-radius:50%;' alt='cuongnmtm'/></a> | Remember the tree columns' widths across sessions.

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-web"
3-
version = "19.0.20260610.0"
3+
version = "19.0.20260624.0"
44
dependencies = [
55
"odoo-addon-web_calendar_slot_duration==19.0.*",
66
"odoo-addon-web_chatter_position==19.0.*",
@@ -15,6 +15,7 @@ dependencies = [
1515
"odoo-addon-web_ir_actions_act_window_message==19.0.*",
1616
"odoo-addon-web_m2x_options==19.0.*",
1717
"odoo-addon-web_m2x_options_manager==19.0.*",
18+
"odoo-addon-web_no_bubble==19.0.*",
1819
"odoo-addon-web_pwa_customize==19.0.*",
1920
"odoo-addon-web_refresher==19.0.*",
2021
"odoo-addon-web_remember_tree_column_width==19.0.*",

web_no_bubble/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Web No Bubble
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:0835bc6f5f1cdb425084196fbb9d69bad1f9de8bdebbb041db27416bb0a7c18f
14+
!! source digest: sha256:f5f7fe2e99275dd3cdb70b6f84f13e3d2b5343261e86ef3bcb918ad3335f1ab6
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

web_no_bubble/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Web No Bubble</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:0835bc6f5f1cdb425084196fbb9d69bad1f9de8bdebbb041db27416bb0a7c18f
375+
!! source digest: sha256:f5f7fe2e99275dd3cdb70b6f84f13e3d2b5343261e86ef3bcb918ad3335f1ab6
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/19.0/web_no_bubble"><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-19-0/web-19-0-web_no_bubble"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module removes from the web interface the bubbles introduced in the

0 commit comments

Comments
 (0)