[FIX]: More TravisCI LINT errors

[FIX]: Missing semicolon in web_widget_timepicker.js
pull/357/head
docmfried 2016-05-18 17:58:37 +02:00
parent 4d70b99df9
commit c5940823fa
4 changed files with 24 additions and 23 deletions

View File

@ -22,7 +22,7 @@
'static/src/lib/jquery.timerpicker/jquery.timepicker.js', 'static/src/lib/jquery.timerpicker/jquery.timepicker.js',
'static/src/js/web_widget_timepicker.js', 'static/src/js/web_widget_timepicker.js',
], ],
'qweb' : [ 'qweb': [
'static/src/xml/web_widget_timepicker.xml' 'static/src/xml/web_widget_timepicker.xml'
], ],
@ -31,6 +31,6 @@
'views/web_widget_timepicker_assets.xml' 'views/web_widget_timepicker_assets.xml'
], ],
#Installation options # Installation options
"installable": True, "installable": True,
} }

View File

@ -35,7 +35,7 @@ odoo.define('web_widget_timepicker.form_widgets', function (require) {
if(typeof this.node.attrs.options !== 'undefined' && this.node.attrs.options.length > 0 ) { if(typeof this.node.attrs.options !== 'undefined' && this.node.attrs.options.length > 0 ) {
var custom_options = eval('('+ this.node.attrs.options +')') var custom_options = eval('('+ this.node.attrs.options +')');
// for(var key in custom_options) { // for(var key in custom_options) {
// console.log('attr key : ' + key); // console.log('attr key : ' + key);

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<templates id="template" xml:space="preserve"> <templates id="template" xml:space="preserve">
<t t-name="TimePickerField"> <t t-name="TimePickerField">
<span t-att-class="'oe_form_field '+widget.widget_class" t-att-style="widget.node.attrs.style"> <span t-att-class="'oe_form_field '+widget.widget_class" t-att-style="widget.node.attrs.style">