[IMP] crm : Improved the label and help string of lead search view.

bzr revid: mdi@tinyerp.com-20140402091553-vl4cn51ihng3qqjt
This commit is contained in:
DJ Patel 2014-04-02 14:45:53 +05:30
parent 11e0a5d8e7
commit ada9e4e830
1 changed files with 2 additions and 2 deletions

View File

@ -361,8 +361,8 @@
<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 Countries" context="{'invisible_country': False}" help="Show Countries"/>
<filter string="Show Sales Team" context="{'invisible_section': False}" domain="[]" help="Show Sales Team" groups="base.group_multi_salesteams"/>
<filter string="Countries" context="{'invisible_country': False}" help="Countries"/>
<filter string="Sales Team" context="{'invisible_section': False}" domain="[]" help="Sales Team" groups="base.group_multi_salesteams"/>
</group>
</search>
</field>