diff --git a/addons/crm/crm_lead_menu.xml b/addons/crm/crm_lead_menu.xml index 65daf5d79d5..b98d26a0e6e 100644 --- a/addons/crm/crm_lead_menu.xml +++ b/addons/crm/crm_lead_menu.xml @@ -8,9 +8,8 @@ tree,form ['|', ('type','=','lead'), ('type','=',False)] - {"search_default_user_id":uid,'search_default_current':1} - {'search_default_current':1, 'default_type': 'lead', 'search_default_section_id':section_id} + {'search_default_current':1, 'default_type': 'lead', 'search_default_section_id': section_id} A lead is a first, unqualified, contact with a new prospect. Use leads when you import a database of prospects or integrate your website's contact form with OpenERP. After having been qualified, the lead can be converted to a partner and a business opportunity for a further detailed tracking of the related activities. diff --git a/addons/crm/crm_lead_view.xml b/addons/crm/crm_lead_view.xml index 47da5111692..6ea8eea959f 100644 --- a/addons/crm/crm_lead_view.xml +++ b/addons/crm/crm_lead_view.xml @@ -318,7 +318,7 @@ context="{'invisible_section': False}"> crm.meeting calendar,tree,form,gantt - {"search_default_user_id":uid} + {"search_default_user_id":uid, 'search_default_section_id': section_id} The calendar of meetings is shared between sales teams and fully integrated with the others applications like the employee holidays. You can also synchronize meetings with your mobile phone using the caldav interface. diff --git a/addons/crm/crm_meeting_view.xml b/addons/crm/crm_meeting_view.xml index 06cb0280567..2821024bfbf 100644 --- a/addons/crm/crm_meeting_view.xml +++ b/addons/crm/crm_meeting_view.xml @@ -312,7 +312,7 @@ diff --git a/addons/crm/crm_opportunity_view.xml b/addons/crm/crm_opportunity_view.xml index 4536497d6b7..004b4df3442 100644 --- a/addons/crm/crm_opportunity_view.xml +++ b/addons/crm/crm_opportunity_view.xml @@ -302,7 +302,7 @@ context="{'invisible_section': False}" widget="selection"> form tree,calendar - {"search_default_user_id":uid, 'search_default_section_id':section_id} + {"search_default_user_id":uid, 'search_default_section_id': section_id} @@ -68,7 +68,7 @@ tree,calendar - + Trace easily all your Inbound calls. The Inbound menu open a search view in editable mode, so you can easily modify or add a new call record. With the actions buttons convert a lead into an opportunity or plan a meeting. diff --git a/addons/crm/crm_phonecall_view.xml b/addons/crm/crm_phonecall_view.xml index 4f07b549576..96d5a6fb24c 100644 --- a/addons/crm/crm_phonecall_view.xml +++ b/addons/crm/crm_phonecall_view.xml @@ -272,7 +272,7 @@ diff --git a/addons/crm_claim/crm_claim_menu.xml b/addons/crm_claim/crm_claim_menu.xml index 3e853936541..3a4b63047ea 100644 --- a/addons/crm_claim/crm_claim_menu.xml +++ b/addons/crm_claim/crm_claim_menu.xml @@ -14,7 +14,7 @@ form tree,calendar,form,graph - {"search_default_section_id":section_id,"search_default_current":1,"search_default_user_id":uid} + {'search_default_section_id': section_id, "search_default_current":1,"search_default_user_id":uid} Record and trace your customers' claims here. A claim is defined by a client name, several types, a status and a priority level. A claim can also be a preventive or repairing action. A claim can be linked to a reference like a sales order, or a lot. You can send emails with attachments and get the history of the claim treatment (emails send, interventions type, etc.). diff --git a/addons/crm_claim/crm_claim_view.xml b/addons/crm_claim/crm_claim_view.xml index e7b8d65e711..97301ff39bf 100644 --- a/addons/crm_claim/crm_claim_view.xml +++ b/addons/crm_claim/crm_claim_view.xml @@ -274,7 +274,11 @@ help="Unassigned Claims" /> + widget="selection"> + + crm.fundraising tree,form,graph - {"search_default_user_id":uid,"search_default_current":1} + {"search_default_user_id":uid,"search_default_current":1, 'search_default_section_id': section_id} When you wish to support your organization or a campaign, trace here all your activities for collecting money. The menu open a search list where you can find funds description, email, history, probability of success. Several actions buttons allows you to easily modify your different fund status. diff --git a/addons/crm_fundraising/crm_fundraising_view.xml b/addons/crm_fundraising/crm_fundraising_view.xml index 2021245c1f5..39d53c53a47 100644 --- a/addons/crm_fundraising/crm_fundraising_view.xml +++ b/addons/crm_fundraising/crm_fundraising_view.xml @@ -274,7 +274,7 @@ diff --git a/addons/crm_helpdesk/crm_helpdesk_menu.xml b/addons/crm_helpdesk/crm_helpdesk_menu.xml index 30267e7b4f2..867c8358c83 100644 --- a/addons/crm_helpdesk/crm_helpdesk_menu.xml +++ b/addons/crm_helpdesk/crm_helpdesk_menu.xml @@ -11,7 +11,7 @@ crm.helpdesk tree,calendar,form - {"search_default_user_id":uid} + {"search_default_user_id":uid, 'search_default_section_id': section_id} Alike records and processing of claims, Helpdesk and Support is a good tool to trace your interventions. This menu is more adapted to an oral communication, which is not necessarily related to a claim. Select a customer, add notes and categorize your interventions with a channel and a priority level. diff --git a/addons/crm_helpdesk/crm_helpdesk_view.xml b/addons/crm_helpdesk/crm_helpdesk_view.xml index 2abd5d0eff9..0531092dd98 100644 --- a/addons/crm_helpdesk/crm_helpdesk_view.xml +++ b/addons/crm_helpdesk/crm_helpdesk_view.xml @@ -249,7 +249,7 @@