Skip to content
Snippets Groups Projects
Commit 26d3275b authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

[FIX] crm: customer information visible

When an email is sent through the "Contact us" page, it triggers the
creation of a lead or an opportunity depending on group_use_lead. The
issue is that if group_use_lead is set to 0 ("Each mail sent to the
alias creates a new opportunity"), the user will never see the customer
information entered in the contact form such as the name.

It was therefore decided to make this tab visible even if the leads are
not used.

opw-657154
parent f6713b42
Branches
Tags
No related merge requests found
......@@ -511,7 +511,7 @@
<page string="Internal Notes">
<field name="description"/>
</page>
<page name="lead" string="Lead" groups="crm.group_use_lead">
<page name="lead" string="Contact Information">
<group>
<group>
<field name="partner_name"/>
......
......@@ -953,6 +953,11 @@ msgstr ""
msgid "Consumers"
msgstr ""
#. module: crm
#: model:ir.ui.view,arch_db:crm.crm_case_form_view_oppor
msgid "Contact Information"
msgstr ""
#. module: crm
#: model:ir.model.fields,field_description:crm.field_crm_lead_contact_name
msgid "Contact Name"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment