Skip to content

Commit bda2c98

Browse files
committed
[BOT] post-merge updates
1 parent db65d31 commit bda2c98

4 files changed

Lines changed: 24 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ addon | version | maintainers | summary
8585
[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 16.0.1.0.0 | | Allows you to dynamically color fields on tree views
8686
[web_tree_many2one_clickable](web_tree_many2one_clickable/) | 16.0.1.0.1 | | Open the linked resource when clicking on their name
8787
[web_widget_bokeh_chart](web_widget_bokeh_chart/) | 16.0.1.1.0 | <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/ChrisOForgeFlow'><img src='https://github.com/ChrisOForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='ChrisOForgeFlow'/></a> | This widget allows to display charts using Bokeh library.
88-
[web_widget_char_size](web_widget_char_size/) | 16.0.1.0.0 | | Add size option to Char widget
88+
[web_widget_char_size](web_widget_char_size/) | 16.0.1.0.1 | | Add size option to Char widget
8989
[web_widget_datepicker_fulloptions](web_widget_datepicker_fulloptions/) | 16.0.1.0.0 | | Web Widget DatePicker Full Options
9090
[web_widget_domain_editor_dialog](web_widget_domain_editor_dialog/) | 16.0.1.0.0 | | Recovers the Domain Editor Dialog functionality
9191
[web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 16.0.2.0.0 | | This module adds support for dynamic dropdown widget

web_widget_char_size/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
Widget Char size
37
================
@@ -7,13 +11,13 @@ Widget Char size
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:d95eef87c4bdfd4b26c372c7a7adfa86b23b3fb5cd94fcf389674aff37bd637d
14+
!! source digest: sha256:0dd7306110e2198af4368e92497c0791570fdc5f1d777fc78f58b7b5d408d9e6
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-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%2Fweb-lightgray.png?logo=github

web_widget_char_size/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Widget Char size",
55
"summary": "Add size option to Char widget",
6-
"version": "16.0.1.0.0",
6+
"version": "16.0.1.0.1",
77
"category": "Hidden",
88
"website": "https://github.com/OCA/web",
99
"author": "Agile Business Group, Odoo Community Association (OCA)",

web_widget_char_size/static/description/index.html

Lines changed: 16 additions & 10 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>Widget Char size</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="widget-char-size">
364-
<h1 class="title">Widget Char size</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="widget-char-size">
370+
<h1>Widget Char size</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:d95eef87c4bdfd4b26c372c7a7adfa86b23b3fb5cd94fcf389674aff37bd637d
375+
!! source digest: sha256:0dd7306110e2198af4368e92497c0791570fdc5f1d777fc78f58b7b5d408d9e6
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/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/16.0/web_widget_char_size"><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-16-0/web-16-0-web_widget_char_size"><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=16.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/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/16.0/web_widget_char_size"><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-16-0/web-16-0-web_widget_char_size"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows to add an option <cite>size</cite> to Char fields in web client:</p>
374379
<pre class="code XML literal-block">
375380
<span class="nt">&lt;field</span><span class="w"> </span><span class="na">name=</span><span class="s">&quot;sized_5_field&quot;</span><span class="w"> </span><span class="na">options=</span><span class="s">&quot;{'size': 5}&quot;</span><span class="nt">/&gt;</span>
@@ -389,29 +394,29 @@ <h1 class="title">Widget Char size</h1>
389394
</ul>
390395
</div>
391396
<div class="section" id="bug-tracker">
392-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
393398
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
394399
In case of trouble, please check there if your issue has already been reported.
395400
If you spotted it first, help us to smash it by providing a detailed and welcomed
396401
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_char_size%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
397402
<p>Do not contact contributors directly about support or help with technical issues.</p>
398403
</div>
399404
<div class="section" id="credits">
400-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
405+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
401406
<div class="section" id="authors">
402-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
407+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
403408
<ul class="simple">
404409
<li>Agile Business Group</li>
405410
</ul>
406411
</div>
407412
<div class="section" id="contributors">
408-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
413+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
409414
<ul class="simple">
410415
<li>Thanakrit Pintana</li>
411416
</ul>
412417
</div>
413418
<div class="section" id="maintainers">
414-
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
419+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
415420
<p>This module is maintained by the OCA.</p>
416421
<a class="reference external image-reference" href="https://odoo-community.org">
417422
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -424,5 +429,6 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
424429
</div>
425430
</div>
426431
</div>
432+
</div>
427433
</body>
428434
</html>

0 commit comments

Comments
 (0)