[FIX][IMP]: fix traceback and imp code for hide schduledcall menu

bzr revid: aja@tinyerp.com-20130822110308-pvkfhx89urg2w0f3
This commit is contained in:
ajay javiya (OpenERP) 2013-08-22 16:33:08 +05:30
parent a0ab757537
commit d810bea294
2 changed files with 5 additions and 4 deletions

View File

@ -75,14 +75,14 @@ Dashboard for CRM will include:
'crm_view.xml',
'crm_phonecall_view.xml',
'crm_phonecall_menu.xml',
'crm_lead_view.xml',
'crm_lead_menu.xml',
'crm_meeting_menu.xml',
'crm_phonecall_view.xml',
'crm_phonecall_menu.xml',
'report/crm_lead_report_view.xml',
'report/crm_phonecall_report_view.xml',

View File

@ -144,7 +144,8 @@
<menuitem name="Scheduled Calls" id="menu_crm_case_phone_outbound"
parent="crm.menu_crm_case_phone"
action="crm_case_categ_phone_outgoing0" />
groups="crm.group_scheduled_calls_menu"
action="crm_case_categ_phone_outgoing0"/>
</data>
</openerp>