[FIX] runbot_merge: remove widget on branch_filter

Apparently:

* this requires a `model` option (makes sense)
* this blows up in a list view (makes less sense)
This commit is contained in:
Xavier Morel 2020-10-05 08:02:14 +02:00
parent 3b28d7801d
commit c61c1c74a0

View File

@ -64,7 +64,7 @@
<field name="status_ids">
<tree editable="bottom">
<field name="context"/>
<field name="branch_filter" widget="domain"/>
<field name="branch_filter"/>
<field name="prs"/>
<field name="stagings"/>
</tree>