summaryrefslogtreecommitdiff
path: root/fixco_custom
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-03-06 23:27:35 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-03-06 23:27:35 +0700
commit276faba0be00d0f35423d030cd7b9d5ed0b0ff66 (patch)
treef9e821a0bcd9655ad32b5efd802b1224b6e499e4 /fixco_custom
parenta4e8a9929579b36157a639a1f2ebe74677eae4e0 (diff)
<MIqdad> can search soo number in stock picking transfer name
Diffstat (limited to 'fixco_custom')
-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>