diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-07 13:45:28 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-07 13:45:28 +0700 |
| commit | eb39bec92f2e2fef2be5bf64a7c165ecd9787601 (patch) | |
| tree | b970653de4fe4052f278a397ff1bfe9bf3214fb6 /fixco_custom/views/stock_picking.xml | |
| parent | c4090ef57b2288ed219cfb5b9abb5997b4f85bbc (diff) | |
| parent | 276faba0be00d0f35423d030cd7b9d5ed0b0ff66 (diff) | |
<Miqdad> merge
Diffstat (limited to 'fixco_custom/views/stock_picking.xml')
| -rwxr-xr-x | fixco_custom/views/stock_picking.xml | 7 |
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> |
