Update outgoing.xml
This commit is contained in:
parent
e832c8f602
commit
361b2249da
|
|
@ -13,16 +13,12 @@
|
|||
<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"/>
|
||||
<filter name="Is Branch" string="Is Branch" domain="[('is_branch','=',True)]"/>
|
||||
<filter name="NOT Branch" string="NOT Branch" domain="[('is_branch','=',False)]"/>
|
||||
<field name="is_favorite"/>
|
||||
<filter string="Subject Type" name="subject_type" domain="[('subject_type_id','=',False)]"/>
|
||||
<filter string="State" name="state" domain="[('state', 'in',('complete','draft'))]"/>
|
||||
<filter string="Unread Transaction" name="unread" domain="[('is_reade','=',False)]"/>
|
||||
<filter string="Favorite" name="favorite" domain="[('is_favorite','=','1')]"/>
|
||||
<group expand="1" string="Group By">
|
||||
<filter string="Is Branch" name="group_by_is_branch" domain="[('is_branch', '=', True)]" context="{'group_by':'is_branch'}"/>
|
||||
<!-- <filter string="Not Branch" name="group_by_noy_is_branch" domain="[('is_branch', '=', False)]" context="{'group_by':'is_branch'}"/> -->
|
||||
<filter string="State" name="group_by_state" context="{'group_by':'state'}"/>
|
||||
<filter string="Subject Type" name="group_by_subject_type" context="{'group_by':'subject_type_id'}"/>
|
||||
</group>
|
||||
|
|
|
|||
Loading…
Reference in New Issue