Made web_widget_color installable and remove the search field.

The search field doesn't seem to exist anymore
This commit is contained in:
Loïc Faure-Lacroix
2015-12-03 21:06:37 +03:00
committed by Enric Tobella
parent 6cc7e1a3a6
commit 3b17beddf9
2 changed files with 1 additions and 3 deletions

View File

@@ -39,6 +39,6 @@
'static/src/xml/widget.xml', 'static/src/xml/widget.xml',
], ],
'auto_install': False, 'auto_install': False,
'installable': False, 'installable': True,
'web_preload': True, 'web_preload': True,
} }

View File

@@ -11,8 +11,6 @@ openerp.web_widget_color = function (instance) {
instance.web.form.widgets.add('color', 'instance.web.form.FieldColor'); instance.web.form.widgets.add('color', 'instance.web.form.FieldColor');
instance.web.search.fields.add('color', 'instance.web.search.CharField');
instance.web.form.FieldColor = instance.web.form.FieldChar.extend({ instance.web.form.FieldColor = instance.web.form.FieldChar.extend({
template: 'FieldColor', template: 'FieldColor',
widget_class: 'oe_form_field_color', widget_class: 'oe_form_field_color',