diff --git a/README.md b/README.md index ebfd1a938..b4636b955 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,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_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 [//]: # (end addons) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 18959e92c..ea80631dd 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240806.0 \ No newline at end of file +16.0.20240814.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 58b5ea85f..0745551b1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -64,6 +64,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_remaining_days_exact_date>=16.0dev,<16.1dev', 'odoo-addon-web_widget_x2many_2d_matrix>=16.0dev,<16.1dev', ], classifiers=[ diff --git a/web_widget_remaining_days_exact_date/README.rst b/web_widget_remaining_days_exact_date/README.rst index ffaa7cc1e..3b3919665 100644 --- a/web_widget_remaining_days_exact_date/README.rst +++ b/web_widget_remaining_days_exact_date/README.rst @@ -7,7 +7,7 @@ Web Widget Remaining Days Exact Date !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c71bd5f0f41e5a6661d1d1866db575053f328abd16c559071f5eb8e916cd4f88 + !! source digest: sha256:a84ad30ebfaa64e7c8874579509890ef6e9fecfeac8202b233ddfc57b2dde5ca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/web_widget_remaining_days_exact_date/static/description/icon.png b/web_widget_remaining_days_exact_date/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/web_widget_remaining_days_exact_date/static/description/icon.png differ diff --git a/web_widget_remaining_days_exact_date/static/description/index.html b/web_widget_remaining_days_exact_date/static/description/index.html index 03c5ed3dc..d5f2dbb10 100644 --- a/web_widget_remaining_days_exact_date/static/description/index.html +++ b/web_widget_remaining_days_exact_date/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c71bd5f0f41e5a6661d1d1866db575053f328abd16c559071f5eb8e916cd4f88 +!! source digest: sha256:a84ad30ebfaa64e7c8874579509890ef6e9fecfeac8202b233ddfc57b2dde5ca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This module allows displaying the exact date alongside the remaining days.