Skip to content

Instantly share code, notes, and snippets.

@jakkritz
Created March 25, 2021 14:29
Show Gist options
  • Save jakkritz/80446a722564df606c1bc99c8b8b2857 to your computer and use it in GitHub Desktop.
Save jakkritz/80446a722564df606c1bc99c8b8b2857 to your computer and use it in GitHub Desktop.
<!-- custom search -->
<record model="ir.ui.view" id="thaiocr_search">
<field name="name">Thai OCR Search</field>
<field name="model">thaiocr.receipt</field>
<field name="arch" type="xml">
<search>
<field name="name"/>
<field name="purchaser_id"/>
<filter string="No Purchaser"
name="without_purchaser"
domain="[('purchaser_id', '=', False)]"/>
</search>
</field>
</record>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment