Skip to content

Commit

Permalink
[IMP] ean13 add in search
Browse files Browse the repository at this point in the history
  • Loading branch information
dhecar committed Sep 17, 2016
1 parent 1699624 commit 3a5b489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sine_motoscoot_stock/product_motoscoot_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<field name="type">search</field>
<field name="arch" type="xml">
<xpath expr="//search[@string='Product']/field[@name='name']" position="inside">
<field name="ean13" string="EAN" filter_domain="['|',('ean13','ilike',self)]" />
<field name="name" string="Product" filter_domain="['|','|', ('name','ilike',self),('default_code','ilike',self),('ean13','ilike',self)]"/>
</xpath>

</field>
Expand Down

0 comments on commit 3a5b489

Please sign in to comment.