mirror of https://github.com/OCA/web.git
22 lines
681 B
Python
22 lines
681 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/*.js",
|
|
"/web_datetime_picker_default_time/static/src/xml/*.xml",
|
|
],
|
|
},
|
|
}
|