forked from Techsystech/web
21 lines
624 B
Python
21 lines
624 B
Python
# Copyright 2024 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "Web Datetime Picker Default Time",
|
|
"summary": "Allows to define a default time on datetime picker",
|
|
"version": "16.0.1.0.0",
|
|
"category": "web",
|
|
"website": "https://github.com/OCA/web",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"maintainers": ["grindtildeath"],
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"web",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"/web_datetime_picker_default_time/static/src/js/datepicker.esm.js",
|
|
],
|
|
},
|
|
}
|