[FIX] mis_builder: correct use of color picker widget

pull/189/head
Stéphane Bidoul 2016-05-12 21:39:03 +02:00
parent 6e7936378f
commit c96e366cdc
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@
'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="web.colorpicker" /> <field name="color" widget="color" />
<field name="background_color" /> <field name="background_color" widget="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" />