purchase_usability: also search on origin

This commit is contained in:
Alexis de Lattre
2017-10-12 11:32:08 +02:00
parent 7d7424ad8a
commit 080e3decbc

View File

@@ -60,6 +60,10 @@
<filter name="not_shipped" string="Not Fully Received" domain="[('is_shipped', '=', False)]"/>
<separator/>
</filter>
<field name="name" position="attributes">
<attribute name="string">Reference or Origin</attribute>
<attribute name="filter_domain">['|', ('name', 'ilike', self), ('origin', 'ilike', self)]</attribute>
</field>
</field>
</record>