mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[12.0][IMP] kpi_dashboard: Allow to use formula
This commit is contained in:
@@ -44,7 +44,12 @@
|
||||
<field name="action"/>
|
||||
</tree>
|
||||
</field>
|
||||
</page>
|
||||
</page>
|
||||
<page name="code" string="Code" attrs="{'invisible': [('computation_method', '!=', 'code')]}">
|
||||
<field name="code" widget="ace"
|
||||
options="{'mode': 'python'}"
|
||||
placeholder="Enter Python code here."/>
|
||||
</page>
|
||||
</notebook>
|
||||
</sheet>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user