← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-773108-uco into lp:openobject-addons

 

Ujjvala Collins (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-773108-uco into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #773108 in OpenERP Addons: "Calendar : privacy option is not working properly"
  https://bugs.launchpad.net/openobject-addons/+bug/773108

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-773108-uco/+merge/59751

[FIX] crm: Fixed problem of Privacy option on Meetings.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-773108-uco/+merge/59751
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-773108-uco.
=== modified file 'crm/crm_meeting_menu.xml'
--- crm/crm_meeting_menu.xml	2011-01-17 22:25:46 +0000
+++ crm/crm_meeting_menu.xml	2011-05-03 10:27:34 +0000
@@ -51,6 +51,7 @@
         <field name="view_mode">calendar,tree,form,gantt</field>
         <field name="view_id" ref="crm_case_calendar_view_meet"/>
         <field name="context">{"search_default_user_id":uid, 'search_default_section_id': section_id}</field>
+        <field name="domain">['|',('user_id','=',uid), ('class','=','public')]</field>
         <field name="search_view_id" ref="view_crm_case_meetings_filter"/>
         <field name="help">The meeting calendar is shared between the sales teams and fully integrated with other applications such as the employee holidays or the business opportunities. You can also synchronize meetings with your mobile phone using the caldav interface.
         </field>


Follow ups