mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
922ef13b74
commit
5cdc126ff4
|
@ -77,6 +77,7 @@ addon | version | maintainers | summary
|
|||
[web_widget_pattern](web_widget_pattern/) | 16.0.1.0.0 | [](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 | [](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 | [](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 | [](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 | [](https://github.com/ChrisOForgeFlow) | Show list fields as a matrix
|
||||
|
||||
[//]: # (end addons)
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20240806.0
|
||||
16.0.20240814.0
|
|
@ -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=[
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
|
@ -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
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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_remaining_days_exact_date"><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_remaining_days_exact_date"><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&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 displaying the exact date alongside the remaining days.</p>
|
||||
|
|
Loading…
Reference in New Issue