mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +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
6ea66086c7
@ -17,6 +17,7 @@
|
||||
<field name="category_id" required='1'/>
|
||||
<field name="project_id" default=""/>
|
||||
<field name="config_id"/>
|
||||
<field name="config_data" widget="runbotjsonb"/>
|
||||
<field name="report_view_id"/>
|
||||
</group>
|
||||
<group>
|
||||
|
Loading…
Reference in New Issue
Block a user