[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.
This commit is contained in:
Carlos Roca
2024-08-14 08:23:21 +02:00
parent 2c0db0ca8c
commit a2f4298af4
10 changed files with 634 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../web_widget_remaining_days_exact_date

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)