[IMP] crm, project_gtd : Improved the filter string.
authorDJ Patel <mdi@tinyerp.com>
Mon, 14 Apr 2014 10:21:23 +0000 (15:51 +0530)
committerDJ Patel <mdi@tinyerp.com>
Mon, 14 Apr 2014 10:21:23 +0000 (15:51 +0530)
bzr revid: mdi@tinyerp.com-20140414102123-j2bu0s4107hgh003

addons/crm/crm_lead_view.xml
addons/project_gtd/project_gtd_view.xml

index a0d4bb4..a1ef158 100644 (file)
                         <filter string="Last Post (weekly)" name="group_message_last_post" domain="[]" context="{'group_by':'message_last_post:week'}"/>
                     </group>
                     <group string="Display">
-                        <filter string="Show Sales Team" context="{'invisible_section': False}" domain="[]" help="Show Sales Team" groups="base.group_multi_salesteams"/>
-                        <filter string="Show Countries" context="{'invisible_country': False}" help="Show Countries"/>
+                        <filter string="Sales Team" context="{'invisible_section': False}" domain="[]" help="Sales Team" groups="base.group_multi_salesteams"/>
+                        <filter string="Countries" context="{'invisible_country': False}" help="Countries"/>
                     </group>
                 </search>
             </field>
index 8335ae3..0ae335d 100644 (file)
                 <separator/>
                 <filter string="No Timebox" domain="[('timebox_id', '=', False)]" help="Tasks having no timebox assigned yet"/>
                 <group expand="0" string="Display">
-                    <filter string="Show Context" name="context_show" context="{'context_show': True}" domain="[]" icon="terp-camera_test" help="Show the context field"/>
-                    <filter string="Show Deadlines" context="{'deadline_visible': False}" domain="[]" help="Show only tasks having a deadline" icon="terp-gnome-cpu-frequency-applet+"/>
+                    <filter string="Context" name="context_show" context="{'context_show': True}" domain="[]" icon="terp-camera_test" help="Show the context field"/>
+                    <filter string="Deadlines" context="{'deadline_visible': False}" domain="[]" help="Show only tasks having a deadline" icon="terp-gnome-cpu-frequency-applet+"/>
                 </group>
                 <group expand="0" string="Group By...">
                     <filter string="Stage" name="group_stage_id" context="{'group_by':'stage_id'}"/>