You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
834 B
29 lines
834 B
# -*- coding: utf-8 -*-
|
|
# © 2016 Vividlab (<http://www.vividlab.de>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Web Timepicker Widget",
|
|
"version": "9.0.1.0.0",
|
|
"author": "VividLab, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Web",
|
|
"website": "http://www.vividlab.de",
|
|
'installable': False,
|
|
"depends": [
|
|
"web",
|
|
],
|
|
"css": [
|
|
"static/src/lib/jquery.timerpicker/jquery.timepicker.css",
|
|
"static/src/css/web_widget_timepicker.css",
|
|
],
|
|
"js": [
|
|
"static/src/lib/jquery.timerpicker/jquery.timepicker.js",
|
|
"static/src/js/web_widget_timepicker.js",
|
|
],
|
|
"data": [
|
|
"views/web_widget_timepicker_assets.xml",
|
|
],
|
|
"qweb": [
|
|
"static/src/xml/web_widget_timepicker.xml",
|
|
]
|
|
}
|