[FIX] mis_builder: do not use color picker widget because it does not allow for null values
parent
1eaa80622a
commit
3d51df95f1
|
@ -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',
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue