Update internal.xml

This commit is contained in:
zainab2097 2024-07-16 11:23:20 +03:00 committed by GitHub
parent 98cf052db6
commit 263ff3c17e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -7,12 +7,17 @@
<field name="model">internal.transaction</field>
<field name="arch" type="xml">
<search string="internal transaction">
<field name="name" string="Transaction" filter_domain="[('name','like',self)]"/>
<field name="tran_tag" string="tag" filter_domain="[('tran_tag','like',self)]"/>
<field name="name" string="Transaction" filter_domain="[('name','ilike',self)]"/>
<field name="tran_tag" string="tag" filter_domain="[('tran_tag','ilike',self)]"/>
<field name="is_reade"/>
<field name="subject"/>
<field name="is_favorite"/>
<filter string="Unread Transaction" name="unread" domain="[('is_reade','=',False)]"/>
<filter string="Favorite" name="favorite" domain="[('is_favorite','=','1')]"/>
<filter string="Subject Type" name="subject_type" domain="[('subject_type_id','!=',False)]"/>
<filter string="State" name="state" domain="[('state', '!=',False)]"/>
<!-- <group expand="0" string="Group By">-->
<!-- <filter name="group_manager" string="Manager" domain="[]" context="{'group_by':'parent_id'}"/>-->
<!-- <filter name="group_coach" string="Coach" domain="[]" context="{'group_by':'coach_id'}"/>-->