diff --git a/README.md b/README.md index 16b990cd9627..e34b2e5bd753 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 797d424d8f63..594383ec75f5 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241113.0 \ No newline at end of file +16.0.20241115.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 8f82a22c7d8b..b9b5bc4f6ac0 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -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', ], diff --git a/web_widget_progressbar_gradient/README.rst b/web_widget_progressbar_gradient/README.rst index fd73c1051dc8..4da9c14ba7f7 100644 --- a/web_widget_progressbar_gradient/README.rst +++ b/web_widget_progressbar_gradient/README.rst @@ -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 ----------- diff --git a/web_widget_progressbar_gradient/static/description/index.html b/web_widget_progressbar_gradient/static/description/index.html index a855bd23c460..94a4ab48bae1 100644 --- a/web_widget_progressbar_gradient/static/description/index.html +++ b/web_widget_progressbar_gradient/static/description/index.html @@ -367,7 +367,7 @@
This module allows to display progress bars with colorized gradient bar.