Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 15, 2024
1 parent a579944 commit 850789e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0.20241113.0
16.0.20241115.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'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',
],
Expand Down
24 changes: 12 additions & 12 deletions web_widget_progressbar_gradient/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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|

Expand All @@ -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
===========
Expand All @@ -83,9 +83,9 @@ Authors
Contributors
------------

- Denis Roussel [email protected]
- Jacques-Etienne Baudoux [email protected]
- Souheil Bejaoui [email protected]
- Denis Roussel [email protected]
- Jacques-Etienne Baudoux [email protected]
- Souheil Bejaoui [email protected]

Maintainers
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Web Widget Progressbar Gradient</h1>
!! 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.
Expand Down

0 comments on commit 850789e

Please sign in to comment.