[FIX] mis_builder: do not use color picker widget because it does not allow for null values

pull/189/head
Stéphane Bidoul 2016-05-13 08:29:43 +02:00
parent 1eaa80622a
commit 3d51df95f1
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,6 @@
'account', 'account',
'report_xlsx', # OCA/reporting-engine 'report_xlsx', # OCA/reporting-engine
'date_range', # OCA/server-tools 'date_range', # OCA/server-tools
'web_widget_color', # OCA/web
], ],
'data': [ 'data': [
'wizard/mis_builder_dashboard.xml', 'wizard/mis_builder_dashboard.xml',

View File

@ -113,8 +113,8 @@
<form> <form>
<group> <group>
<field name="name" /> <field name="name" />
<field name="color" widget="color" /> <field name="color" />
<field name="background_color" widget="color" /> <field name="background_color" />
<field name="font_style" /> <field name="font_style" />
<field name="font_weight" /> <field name="font_weight" />
<field name="font_size" /> <field name="font_size" />