mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add config_data to trigger form
Adds the missing field `config_data` to trigger's form view.
This commit is contained in:
parent
7542f41fff
commit
a0ff53f63b
@ -17,6 +17,7 @@
|
|||||||
<field name="category_id" required='1'/>
|
<field name="category_id" required='1'/>
|
||||||
<field name="project_id" default=""/>
|
<field name="project_id" default=""/>
|
||||||
<field name="config_id"/>
|
<field name="config_id"/>
|
||||||
|
<field name="config_data" widget="runbotjsonb"/>
|
||||||
<field name="report_view_id"/>
|
<field name="report_view_id"/>
|
||||||
</group>
|
</group>
|
||||||
<group>
|
<group>
|
||||||
|
Loading…
Reference in New Issue
Block a user