[BOT] post-merge updates

pull/3009/head
OCA-git-bot 2024-11-15 11:21:46 +00:00
parent a579944042
commit 850789ee46
5 changed files with 16 additions and 14 deletions

View File

@ -80,6 +80,7 @@ addon | version | maintainers | summary
[web_widget_pattern](web_widget_pattern/) | 16.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Allows to define a regex for validating input on the backend
[web_widget_pattern_partner_autocomplete](web_widget_pattern_partner_autocomplete/) | 16.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Allows to define a regex for validating input on the backend
[web_widget_plotly_chart](web_widget_plotly_chart/) | 16.0.1.0.0 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | Allow to draw plotly charts.
[web_widget_progressbar_gradient](web_widget_progressbar_gradient/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | This module allows to display progressbar with gradient
[web_widget_remaining_days_exact_date](web_widget_remaining_days_exact_date/) | 16.0.1.0.0 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Allows displaying the exact date alongside the remaining days
[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 16.0.1.1.3 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Show list fields as a matrix

View File

@ -1 +1 @@
16.0.20241113.0
16.0.20241115.0

View File

@ -67,6 +67,7 @@ setuptools.setup(
'odoo-addon-web_widget_pattern>=16.0dev,<16.1dev',
'odoo-addon-web_widget_pattern_partner_autocomplete>=16.0dev,<16.1dev',
'odoo-addon-web_widget_plotly_chart>=16.0dev,<16.1dev',
'odoo-addon-web_widget_progressbar_gradient>=16.0dev,<16.1dev',
'odoo-addon-web_widget_remaining_days_exact_date>=16.0dev,<16.1dev',
'odoo-addon-web_widget_x2many_2d_matrix>=16.0dev,<16.1dev',
],

View File

@ -7,7 +7,7 @@ Web Widget Progressbar Gradient
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:52cefe47def0fe37ee1abf6e7e2e7a7d91a660212b9e1729421d1bd15449af98
!! source digest: sha256:a609c92772eccf14a11c37f83f9d076c71e9d866d56aa69073240379a681cd1e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@ -32,11 +32,11 @@ This module allows to display progress bars with colorized gradient bar.
The color will increase following value from green passing per yellow
and finishing to red.
- Normal rendering:
- Normal rendering:
|Progressbar Gradient|
- Reverse rendering:
- Reverse rendering:
|Progressbar Inverse Gradient|
@ -51,16 +51,16 @@ and finishing to red.
Usage
=====
- When declaring a progressbar field, use the 'progressbar_color'
widget.
- Add the inverse option to reverse the colors on the progress bar
field: ``options="{'inverse': true}"``
- When declaring a progressbar field, use the 'progressbar_color'
widget.
- Add the inverse option to reverse the colors on the progress bar
field: ``options="{'inverse': true}"``
Known issues / Roadmap
======================
- Be able to configure steps values for the three colors and also in
inversed mode.
- Be able to configure steps values for the three colors and also in
inversed mode.
Bug Tracker
===========
@ -83,9 +83,9 @@ Authors
Contributors
------------
- Denis Roussel denis.roussel@acsone.eu
- Jacques-Etienne Baudoux je@bcim.be
- Souheil Bejaoui souheil.bejaoui@acsone.eu
- Denis Roussel denis.roussel@acsone.eu
- Jacques-Etienne Baudoux je@bcim.be
- Souheil Bejaoui souheil.bejaoui@acsone.eu
Maintainers
-----------

View File

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:52cefe47def0fe37ee1abf6e7e2e7a7d91a660212b9e1729421d1bd15449af98
!! source digest: sha256:a609c92772eccf14a11c37f83f9d076c71e9d866d56aa69073240379a681cd1e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_progressbar_gradient"><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_progressbar_gradient"><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>
<p>This module allows to display progress bars with colorized gradient bar.