From 07ae5c57eb0a636690bb043729a770e63e62a42f Mon Sep 17 00:00:00 2001 From: Yannick Tivisse <yti@odoo.com> Date: Wed, 31 Aug 2016 13:17:33 +0200 Subject: [PATCH] [IMP] pad: Display an user friendly message on pad configuration view --- addons/pad/static/src/xml/pad.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/pad/static/src/xml/pad.xml b/addons/pad/static/src/xml/pad.xml index 0b8dd79d1b1f..4b7372f99068 100644 --- a/addons/pad/static/src/xml/pad.xml +++ b/addons/pad/static/src/xml/pad.xml @@ -4,7 +4,7 @@ <t t-name="FieldPad"> <div class="oe_form_field_text oe_pad"> <p class="oe_unconfigured"> - You must configure the etherpad through the menu Settings > Companies > Companies, in the configuration tab of your company. + Please enter your Etherpad credentials through the menu 'Settings > General Settings > Configure your company data', in the 'Configuration' tab of your company. </p> <t t-if="widget.get('effective_readonly')"> <div class="oe_pad_content etherpad_readonly oe_configured" /> -- GitLab