summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfixco_custom/views/stock_picking.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml
index 2e19946..c13c5d9 100755
--- a/fixco_custom/views/stock_picking.xml
+++ b/fixco_custom/views/stock_picking.xml
@@ -153,20 +153,21 @@
<xpath expr="(//search/field[@name='name'])[1]" position="attributes">
<attribute name="filter_domain">
- ['|','|','|',
+ ['|','|','|','|',
('name', 'ilike', self),
('origin', 'ilike', self),
('invoice_mp', 'ilike', self),
+ ('number_soo', 'ilike', self),
('order_reference', 'ilike', self)
]
</attribute>
</xpath>
- <xpath expr="//search" position="inside">
+ <!-- <xpath expr="//search" position="inside">
<field name="number_soo"
string="Number SOO"
filter_domain="[('number_soo','ilike',self)]"
/>
- </xpath>
+ </xpath> -->
</field>
</record>