[FIX] mis_builder: correct use of color picker widget
parent
6e7936378f
commit
c96e366cdc
|
@ -16,6 +16,7 @@
|
|||
'account',
|
||||
'report_xlsx', # OCA/reporting-engine
|
||||
'date_range', # OCA/server-tools
|
||||
'web_widget_color', # OCA/web
|
||||
],
|
||||
'data': [
|
||||
'wizard/mis_builder_dashboard.xml',
|
||||
|
|
|
@ -113,8 +113,8 @@
|
|||
<form>
|
||||
<group>
|
||||
<field name="name" />
|
||||
<field name="color" widget="web.colorpicker" />
|
||||
<field name="background_color" />
|
||||
<field name="color" widget="color" />
|
||||
<field name="background_color" widget="color" />
|
||||
<field name="font_style" />
|
||||
<field name="font_weight" />
|
||||
<field name="font_size" />
|
||||
|
|
Loading…
Reference in New Issue