[IMP] runbot_merge: add number to PR search view

The number is probably the most common search criteria for PRs (to
track their status / issues). Having to go through custom filters to
find one is a pain in the ass.

Already done live by editing the view, but means it's getting lost
every time the module gets updated.

closes #73
This commit is contained in:
Xavier Morel 2019-01-25 15:49:20 +01:00
parent 4490c8f119
commit 41cdc7e5f9

View File

@ -72,6 +72,7 @@
name="open" string="Open"
domain="[('state', 'not in', ['merged', 'closed'])]"
/>
<field name="number"/>
<field name="author"/>
<field name="label"/>
<field name="target"/>