[IMP] kpi_dashboard: edit color

This commit is contained in:
Enric Tobella
2020-07-29 18:43:01 +02:00
parent 612784b827
commit f6a4955151
6 changed files with 62 additions and 7 deletions

View File

@@ -150,6 +150,10 @@
<field name="modify_context_expression"
attrs="{'invisible': [('modify_context', '=', False)]}"
widget="ace" options="{'mode': 'python'}"/>
<field name="modify_color"/>
<field name="modify_color_expression"
attrs="{'invisible': [('modify_color', '=', False)]}"
widget="ace" options="{'mode': 'python'}"/>
</group>
</sheet>
<footer>