mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: resize the child extra parameters
When configuring a custom trigger on a bundle by using the wizard, the child extra params field is often too small to display all the parameters. e.g., specify two long test-tags as it's often the case for multi-builds. With this commit, the field span over 4 columns.
This commit is contained in:
parent
3c7f59a817
commit
b018e5a1a4
@ -16,7 +16,6 @@
|
||||
<field name="config_id"/>
|
||||
<field name="number_build"/>
|
||||
<field name="extra_params"/>
|
||||
<field name="child_extra_params"/>
|
||||
<field name="child_config_id"/>
|
||||
</group>
|
||||
<group string="Restore options">
|
||||
@ -26,6 +25,7 @@
|
||||
<field name="restore_database_suffix" attrs="{'invisible': [('restore_mode', '!=', 'auto')]}"/>
|
||||
</group>
|
||||
<group colspan="4">
|
||||
<field name="child_extra_params"/>
|
||||
<field name="config_data"/>
|
||||
</group>
|
||||
</group>
|
||||
|
Loading…
Reference in New Issue
Block a user