Created
March 25, 2021 14:29
-
-
Save jakkritz/80446a722564df606c1bc99c8b8b2857 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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