diff --git a/addons/crm/crm_lead_view.xml b/addons/crm/crm_lead_view.xml index 16a90e4e44d..ded62318153 100644 --- a/addons/crm/crm_lead_view.xml +++ b/addons/crm/crm_lead_view.xml @@ -35,7 +35,7 @@ crm.case.categ form - {'object_id': 'crm.lead'} + [('object_id.model', '=', 'crm.lead')] Create specific categories that fit your company's activities to better classify and analyse your leads and opportunities. Such categories could for instance reflect your product structure or the different types of sales you do. diff --git a/addons/crm/crm_meeting_view.xml b/addons/crm/crm_meeting_view.xml index 636cb8289fb..d35300b62b5 100644 --- a/addons/crm/crm_meeting_view.xml +++ b/addons/crm/crm_meeting_view.xml @@ -10,7 +10,7 @@ form [('object_id.model', '=', 'crm.meeting')] - {'object_id':'crm.meeting'} + Create different meeting categories to better organize and classify your meetings. diff --git a/addons/crm/crm_phonecall_view.xml b/addons/crm/crm_phonecall_view.xml index 54ea8bd7dfc..23f871d1581 100644 --- a/addons/crm/crm_phonecall_view.xml +++ b/addons/crm/crm_phonecall_view.xml @@ -10,7 +10,7 @@ form [('object_id.model', '=', 'crm.phonecall')] - {'object_id':'crm.phonecall'} + Create specific phone call categories to better define the type of calls tracked in the system. diff --git a/addons/crm_claim/crm_claim_view.xml b/addons/crm_claim/crm_claim_view.xml index 2dd9990f29c..0b9eccb39b1 100644 --- a/addons/crm_claim/crm_claim_view.xml +++ b/addons/crm_claim/crm_claim_view.xml @@ -14,7 +14,7 @@ form [('object_id.model', '=', 'crm.claim')] - {'object_id':'crm.claim'} + Create claim categories to better manage and classify your claims. Some example of claims can be: preventive action, corrective action. diff --git a/addons/crm_fundraising/crm_fundraising_view.xml b/addons/crm_fundraising/crm_fundraising_view.xml index 7c89b68590a..67f82bddd22 100644 --- a/addons/crm_fundraising/crm_fundraising_view.xml +++ b/addons/crm_fundraising/crm_fundraising_view.xml @@ -14,7 +14,7 @@ form [('object_id.model', '=', 'crm.fundraising')] - {'object_id':'crm.fundraising'} + Manage and define the fund raising categories you want to be maintained in the system. diff --git a/addons/crm_helpdesk/crm_helpdesk_view.xml b/addons/crm_helpdesk/crm_helpdesk_view.xml index 5b3203f19d0..4b0ec72166b 100644 --- a/addons/crm_helpdesk/crm_helpdesk_view.xml +++ b/addons/crm_helpdesk/crm_helpdesk_view.xml @@ -14,7 +14,7 @@ form [('object_id.model', '=', 'crm.helpdesk')] - {'object_id':'crm.helpdesk'} + Create and manage helpdesk categories to better manage and classify your support requests. diff --git a/addons/hr_recruitment/hr_recruitment_view.xml b/addons/hr_recruitment/hr_recruitment_view.xml index 4ccfcbe48a2..a9995598050 100644 --- a/addons/hr_recruitment/hr_recruitment_view.xml +++ b/addons/hr_recruitment/hr_recruitment_view.xml @@ -17,7 +17,7 @@ form [('object_id.model', '=', 'hr.applicant')] - {'object_id':'hr.applicant'} + # ------------------------------------------------------ # Stage diff --git a/addons/project_issue/project_issue_view.xml b/addons/project_issue/project_issue_view.xml index 6bd0d208fd4..3fed35b4386 100644 --- a/addons/project_issue/project_issue_view.xml +++ b/addons/project_issue/project_issue_view.xml @@ -40,7 +40,7 @@ form [('object_id.model', '=', 'project.issue')] - {'object_id':'project.issue'} +