mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot_merge: secret field & titles for o2m tables
This commit is contained in:
parent
ec5d60d027
commit
fd705d241a
@ -26,6 +26,7 @@
|
||||
<group>
|
||||
<group>
|
||||
<field name="github_token"/>
|
||||
<field name="secret"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name="ci_timeout"/>
|
||||
@ -33,11 +34,13 @@
|
||||
</group>
|
||||
</group>
|
||||
|
||||
<separator string="Repositories"/>
|
||||
<field name="repo_ids">
|
||||
<tree editable="bottom">
|
||||
<field name="name"/>
|
||||
</tree>
|
||||
</field>
|
||||
<separator string="Branches"/>
|
||||
<field name="branch_ids">
|
||||
<tree editable="bottom">
|
||||
<field name="name"/>
|
||||
|
Loading…
Reference in New Issue
Block a user