[REF] crm: Small refactoring in view.

bzr revid: uco@tinyerp.com-20110415070506-lw6j6zqxjf9e1swh
This commit is contained in:
Ujjvala Collins (OpenERP) 2011-04-15 12:35:06 +05:30
parent ed397c9578
commit 3f45b32abe
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
<field name="view_type">form</field>
<field name="view_mode">tree,calendar</field>
<field name="view_id" ref="crm_case_phone_tree_view"/>
<field name="domain">[('state','=','open')]</field>
<field name="domain">[('state','!=','done')]</field>
<field name="context" eval="'{\'search_default_section_id\':section_id, \'default_state\':\'open\', \'search_default_current\':1,\'search_default_today\':1}'"/>
<field name="search_view_id" ref="crm.view_crm_case_phonecalls_filter"/>
<field name="help">Schedule a call lists all the calls to be done by your sales team. A salesman can record the information about the call in the form view. This information will be stored in the partner form to trace every contact you have with a customer. You can also import a .CSV file with a list of calls to be done by your sales team.</field>