Skip to content

Commit e9d3c78

Browse files
committed
[BOT] post-merge updates
1 parent e59d786 commit e9d3c78

4 files changed

Lines changed: 28 additions & 16 deletions

File tree

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
[web_systray_button_init_action](web_systray_button_init_action/) | 18.0.1.0.2 | | Add a button to go to the user init action.
5858
[web_theme_classic](web_theme_classic/) | 18.0.1.1.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.
5959
[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
60+
[web_touchscreen](web_touchscreen/) | 18.0.1.0.0 | <a href='https://github.com/yajo'><img src='https://github.com/yajo.png' width='32' height='32' style='border-radius:50%;' alt='yajo'/></a> <a href='https://github.com/rafaelbn'><img src='https://github.com/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> | UX improvements for touch screens
6061
[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 18.0.1.0.1 | | Allows you to dynamically color fields on tree views
6162
[web_tree_many2one_clickable](web_tree_many2one_clickable/) | 18.0.1.0.1 | | Open the linked resource when clicking on their name
6263
[web_widget_bokeh_chart](web_widget_bokeh_chart/) | 18.0.1.0.1 | <a href='https://github.com/LoisRForgeFlow'><img src='https://github.com/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> <a href='https://github.com/JasminSForgeFlow'><img src='https://github.com/JasminSForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='JasminSForgeFlow'/></a> | This widget allows to display charts using Bokeh library.

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.20251121.0"
3+
version = "18.0.20251201.0"
44
dependencies = [
55
"odoo-addon-web_calendar_slot_duration==18.0.*",
66
"odoo-addon-web_chatter_position==18.0.*",
@@ -38,6 +38,7 @@ dependencies = [
3838
"odoo-addon-web_systray_button_init_action==18.0.*",
3939
"odoo-addon-web_theme_classic==18.0.*",
4040
"odoo-addon-web_timeline==18.0.*",
41+
"odoo-addon-web_touchscreen==18.0.*",
4142
"odoo-addon-web_tree_dynamic_colored_field==18.0.*",
4243
"odoo-addon-web_tree_many2one_clickable==18.0.*",
4344
"odoo-addon-web_widget_bokeh_chart==18.0.*",

web_touchscreen/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 Touchscreen
37
===============
@@ -7,13 +11,13 @@ Web Touchscreen
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a0270c68e618f1a89a7b032ff47bfb6ac062745155eec81fbe042bc25b9d3fac
14+
!! source digest: sha256:112ec2050fedfe73c26285522f19b32b55988139474fb52cc81db70dd053aa03
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Alpha
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_touchscreen/static/description/index.html

Lines changed: 19 additions & 13 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 Touchscreen</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-touchscreen">
364-
<h1 class="title">Web Touchscreen</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-touchscreen">
370+
<h1>Web Touchscreen</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:a0270c68e618f1a89a7b032ff47bfb6ac062745155eec81fbe042bc25b9d3fac
375+
!! source digest: sha256:112ec2050fedfe73c26285522f19b32b55988139474fb52cc81db70dd053aa03
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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_touchscreen"><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_touchscreen"><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="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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_touchscreen"><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_touchscreen"><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 prefers kanban sub-form views when using a tablet, or any
374379
other device with a touch screen, no matter its size.</p>
375380
<p>For example, these screenshots showcase a sale order in a tablet:</p>
@@ -411,7 +416,7 @@ <h1 class="title">Web Touchscreen</h1>
411416
</ul>
412417
</div>
413418
<div class="section" id="use-cases-context">
414-
<h1><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h1>
419+
<h2><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h2>
415420
<p>This module was developed because Odoo optimizes views only for mobile
416421
or desktop, but forgets about tablets.</p>
417422
<p>It will be useful for you if you usually use a tablet.</p>
@@ -423,7 +428,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h1>
423428
</ul>
424429
</div>
425430
<div class="section" id="usage">
426-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
431+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
427432
<p>To use this module, you need to:</p>
428433
<ol class="arabic simple">
429434
<li>Use a tablet.</li>
@@ -432,38 +437,38 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
432437
</ol>
433438
</div>
434439
<div class="section" id="known-issues-roadmap">
435-
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
440+
<h2><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h2>
436441
<ul class="simple">
437442
<li>Enable more mobile UI enhancements for tablets as they seem relevant.</li>
438443
<li>Allow setting per user or per session, with sane defaults. Just in
439444
case you happen to use a tablet with a mouse.</li>
440445
</ul>
441446
</div>
442447
<div class="section" id="bug-tracker">
443-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
448+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
444449
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
445450
In case of trouble, please check there if your issue has already been reported.
446451
If you spotted it first, help us to smash it by providing a detailed and welcomed
447452
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_touchscreen%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
448453
<p>Do not contact contributors directly about support or help with technical issues.</p>
449454
</div>
450455
<div class="section" id="credits">
451-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
456+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
452457
<div class="section" id="authors">
453-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
458+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
454459
<ul class="simple">
455460
<li>Moduon</li>
456461
</ul>
457462
</div>
458463
<div class="section" id="contributors">
459-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
464+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
460465
<ul class="simple">
461466
<li>Jairo Llopis (<a class="reference external" href="https://www.moduon.team/">Moduon</a>)</li>
462467
<li>David Vidal (<a class="reference external" href="https://www.moduon.team/">Moduon</a>)</li>
463468
</ul>
464469
</div>
465470
<div class="section" id="maintainers">
466-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
471+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
467472
<p>This module is maintained by the OCA.</p>
468473
<a class="reference external image-reference" href="https://odoo-community.org">
469474
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -478,5 +483,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
478483
</div>
479484
</div>
480485
</div>
486+
</div>
481487
</body>
482488
</html>

0 commit comments

Comments
 (0)