Skip to content
Snippets Groups Projects
Commit 9d0b4410 authored by eLBati's avatar eLBati Committed by Martin Trigaux
Browse files

[FIX] crm: hide "email" title if not debug mode

Before this commit, an empty block "email" was displayed when not in debug mode
Move the group to upper level

closes odoo/odoo#30761
parent d730f669
Branches
Tags
No related merge requests found
......@@ -117,8 +117,8 @@
</page>
<page name="extra" string="Extra Info">
<group>
<group string="Email">
<field name="message_bounce" readonly="1" groups="base.group_no_one"/>
<group string="Email" groups="base.group_no_one">
<field name="message_bounce" readonly="1"/>
</group>
<group string="Tracking" groups="base.group_multi_company,base.group_no_one" name="categorization">
<field name="company_id"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment