Files
web/web_widget_remaining_days_exact_date/readme/USAGE.rst
Carlos Roca a2f4298af4 [ADD] web_widget_remaining_days_exact_date: New module to show exact date when remaining days shown
This module is adding an option to the remaining_days widget to be able
to show the exact date.
2024-08-14 11:15:27 +02:00

9 lines
289 B
ReStructuredText

If in any case the exact date doesn't need to be displayed, we can disable the
functionality by adding `options="{'exact_date': False}"` to the field that has the
widget.
**Example**
.. code:: xml
<field name="date_deadline" widget="remaining_days" options="{'exact_date': False}"/>