Randhir Mayatra (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons13-crm-apa-crm_issue-rma into 
lp:~openerp-dev/openobject-addons/trunk-addons13-crm-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-crm-apa-crm_issue-rma/+merge/128881

Hello,

I have add the current login user as Selas person in crm view and as 
Responsible as in crm_claim view.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-crm-apa-crm_issue-rma/+merge/128881
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons13-crm-apa.
=== modified file 'crm/crm_lead_menu.xml'
--- crm/crm_lead_menu.xml	2012-09-28 12:31:04 +0000
+++ crm/crm_lead_menu.xml	2012-10-10 08:56:21 +0000
@@ -9,7 +9,7 @@
         <field name="domain">['|', ('type','=','lead'), ('type','=',False)]</field>
         <field name="view_id" ref="crm_case_tree_view_leads"/>
         <field name="search_view_id" ref="crm.view_crm_case_leads_filter"/>
-        <field name="context">{'default_type':'lead', 'stage_type':'lead'}</field>
+        <field name="context">{'search_default_user_id':uid, 'default_type':'lead', 'stage_type':'lead'}</field>
         <field name="help" type="html">
           <p class="oe_view_nocontent_create">
             Click to create an unqualified lead. 

=== modified file 'portal_claim/portal_claim_view.xml'
--- portal_claim/portal_claim_view.xml	2012-06-06 15:23:54 +0000
+++ portal_claim/portal_claim_view.xml	2012-10-10 08:56:21 +0000
@@ -8,7 +8,7 @@
             <field name="view_type">form</field>
             <field name="view_mode">tree,calendar,form</field>
             <field name="view_id" ref="crm_claim.crm_case_claims_tree_view"/>
-            <field name="context">{"search_default_user_id":'', "stage_type":'claim'}</field>
+            <field name="context">{"search_default_user_id":uid, "stage_type":'claim'}</field>
             <field name="search_view_id" ref="crm_claim.view_crm_case_claims_filter"/>
             <field name="help">Record and track your customers' claims. Claims may be linked to a sales order or a lot. You can send emails with attachments and keep the full history for a claim (emails sent, intervention type and so on). Claims may automatically be linked to an email address using the mail gateway module.</field>
         </record>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to