Browse Source
[FIX]: Formal license and Travis LINT errors
[FIX]: Formal license and Travis LINT errors
[FIX]: Renaming files according to OCA standards [FIX]: Change internal persistance form char to float [FIX]: Reorder jquery plugin to lib directory [ADD]: Form field record defintion can override timepicker plugin optionspull/1248/head
docmfried
9 years ago
committed by
Dennis Sluijk
9 changed files with 85 additions and 81 deletions
-
24web_widget_timepicker/README.rst
-
22web_widget_timepicker/__init__.py
-
51web_widget_timepicker/__openerp__.py
-
2web_widget_timepicker/static/src/css/web_widget_timepicker.css
-
52web_widget_timepicker/static/src/js/web_widget_timepicker.js
-
0web_widget_timepicker/static/src/lib/jquery.timepicker/jquery.timepicker.css
-
0web_widget_timepicker/static/src/lib/jquery.timepicker/jquery.timepicker.js
-
3web_widget_timepicker/static/src/xml/web_widget_timepicker.xml
-
12web_widget_timepicker/views/web_widget_timepicker_assets.xml
@ -1,22 +1,2 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# OpenERP, Open Source Management Solution |
|||
# Copyright (C) 2015 BADEP (<http://www.badep.ma>). |
|||
# |
|||
# This program is free software: you can redistribute it and/or modify |
|||
# it under the terms of the GNU Affero General Public License as |
|||
# published by the Free Software Foundation, either version 3 of the |
|||
# License, or (at your option) any later version. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU Affero General Public License for more details. |
|||
# |
|||
# You should have received a copy of the GNU Affero General Public License |
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################## |
|||
|
|||
|
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
@ -1,3 +1,3 @@ |
|||
.oe_form_editable .oe_form .oe_form_field_time input { |
|||
width: 7em; |
|||
width: 6em; |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue