mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot: add a searchpanel on bundle search
This commit is contained in:
parent
2b690de566
commit
5b70e91043
@ -173,6 +173,9 @@
|
||||
<filter string="Is base" name="is_base" domain="[('is_base', '=', True)]"/>
|
||||
<filter string="Is sticky" name="is_sticky" domain="[('sticky', '=', True)]"/>
|
||||
<separator/>
|
||||
<searchpanel>
|
||||
<field name="project_id" select="multi" string="Projects" icon="fa-folder" enable_counters="1"/>
|
||||
</searchpanel>
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
|
Loading…
Reference in New Issue
Block a user