Update outgoing.xml
This commit is contained in:
parent
f8a3a6d7ef
commit
4fbe753678
|
|
@ -22,7 +22,7 @@
|
|||
<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="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