Files
web/web_widget_remaining_days_exact_date/__manifest__.py
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

21 lines
683 B
Python

# Copyright 2024 Tecnativa - Carlos Roca
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
{
"name": "Web Widget Remaining Days Exact Date",
"summary": "Allows displaying the exact date alongside the remaining days",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"website": "https://github.com/OCA/web",
"author": "Tecnativa, Odoo Community Association (OCA)",
"maintainers": ["CarlosRoca13"],
"license": "AGPL-3",
"depends": ["web"],
"assets": {
"web.assets_backend": [
"web_widget_remaining_days_exact_date/static/src/remaining_days"
"/remaining_days.esm.js",
],
},
}