purchase_usability: also search on origin
This commit is contained in:
@@ -60,6 +60,10 @@
|
|||||||
<filter name="not_shipped" string="Not Fully Received" domain="[('is_shipped', '=', False)]"/>
|
<filter name="not_shipped" string="Not Fully Received" domain="[('is_shipped', '=', False)]"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
</filter>
|
</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>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user