Skip to content

Commit 4c3968a

Browse files
committed
[BOT] post-merge updates
1 parent 76d51a6 commit 4c3968a

File tree

5 files changed

+27
-15
lines changed

5 files changed

+27
-15
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ addon | version | maintainers | summary
4646
[web_search_with_and](web_search_with_and/) | 18.0.1.0.1 | | Use AND conditions on omnibar search
4747
[web_send_message_popup](web_send_message_popup/) | 18.0.1.0.0 | | Web Send Message as Popup
4848
[web_session_auto_close](web_session_auto_close/) | 18.0.1.0.1 | | Automatically logs out inactive users based on a configurable timeout.
49+
[web_systray_button_init_action](web_systray_button_init_action/) | 18.0.1.0.1 | | Add a button to go to the user init action.
4950
[web_theme_classic](web_theme_classic/) | 18.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Contrasted style on fields to improve the UI.
5051
[web_timeline](web_timeline/) | 18.0.1.0.1 | <a href='https://github.com/tarteo'><img src='https://github.com/tarteo.png' width='32' height='32' style='border-radius:50%;' alt='tarteo'/></a> | Interactive visualization chart to show events in time
5152
[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 18.0.1.0.1 | | Allows you to dynamically color fields on tree views

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 = "18.0.20250818.0"
3+
version = "18.0.20250826.0"
44
dependencies = [
55
"odoo-addon-web_calendar_slot_duration==18.0.*",
66
"odoo-addon-web_chatter_position==18.0.*",
@@ -27,6 +27,7 @@ dependencies = [
2727
"odoo-addon-web_search_with_and==18.0.*",
2828
"odoo-addon-web_send_message_popup==18.0.*",
2929
"odoo-addon-web_session_auto_close==18.0.*",
30+
"odoo-addon-web_systray_button_init_action==18.0.*",
3031
"odoo-addon-web_theme_classic==18.0.*",
3132
"odoo-addon-web_timeline==18.0.*",
3233
"odoo-addon-web_tree_dynamic_colored_field==18.0.*",

web_systray_button_init_action/README.rst

Lines changed: 6 additions & 2 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
Web Systray Button Init Action
37
==============================
@@ -7,13 +11,13 @@ Web Systray Button Init Action
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:5cf0b2a77fcc7324763c947c17c1bf33fa5f4b5e7d97e145017e9171c45cc181
14+
!! source digest: sha256:2235bf28e80008d2ccce845d7924d57b20adb6f3464e7da22c06b392dcbb36b3
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github

web_systray_button_init_action/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Web Systray Button Init Action",
66
"summary": "Add a button to go to the user init action.",
7-
"version": "18.0.1.0.0",
7+
"version": "18.0.1.0.1",
88
"category": "Web",
99
"website": "https://github.com/OCA/web",
1010
"author": "Tecnativa, Odoo Community Association (OCA)",

web_systray_button_init_action/static/description/index.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Web Systray Button Init Action</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="web-systray-button-init-action">
364-
<h1 class="title">Web Systray Button Init Action</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="web-systray-button-init-action">
370+
<h1>Web Systray Button Init Action</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:5cf0b2a77fcc7324763c947c17c1bf33fa5f4b5e7d97e145017e9171c45cc181
375+
!! source digest: sha256:2235bf28e80008d2ccce845d7924d57b20adb6f3464e7da22c06b392dcbb36b3
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_systray_button_init_action"><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_systray_button_init_action"><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>
377+
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_systray_button_init_action"><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_systray_button_init_action"><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>
373378
<p>This module adds a button to the navbar to navigate to the initial
374379
action if the user has one defined.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -386,7 +391,7 @@ <h1 class="title">Web Systray Button Init Action</h1>
386391
</ul>
387392
</div>
388393
<div class="section" id="configuration">
389-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
394+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
390395
<p>To see the button you need to:</p>
391396
<ol class="arabic simple">
392397
<li>Go to your user.</li>
@@ -397,23 +402,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
397402
<p>The button will be able on systray buttons.</p>
398403
</div>
399404
<div class="section" id="bug-tracker">
400-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
405+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
401406
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
402407
In case of trouble, please check there if your issue has already been reported.
403408
If you spotted it first, help us to smash it by providing a detailed and welcomed
404409
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_systray_button_init_action%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
405410
<p>Do not contact contributors directly about support or help with technical issues.</p>
406411
</div>
407412
<div class="section" id="credits">
408-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
413+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
409414
<div class="section" id="authors">
410-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
415+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
411416
<ul class="simple">
412417
<li>Tecnativa</li>
413418
</ul>
414419
</div>
415420
<div class="section" id="contributors">
416-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
421+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
417422
<ul class="simple">
418423
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
419424
<li>Carlos Roca</li>
@@ -423,7 +428,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
423428
</ul>
424429
</div>
425430
<div class="section" id="maintainers">
426-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
431+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
427432
<p>This module is maintained by the OCA.</p>
428433
<a class="reference external image-reference" href="https://odoo-community.org">
429434
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -436,5 +441,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
436441
</div>
437442
</div>
438443
</div>
444+
</div>
439445
</body>
440446
</html>

0 commit comments

Comments
 (0)