From 5f3f58a41f92f6b90f48beb11d89fb253945564d Mon Sep 17 00:00:00 2001 From: Kevin Baptiste <kba@odoo.com> Date: Tue, 8 Oct 2019 07:11:05 +0000 Subject: [PATCH] [IMP] lunch: add help message for empty alerts closes odoo/odoo#38188 Taskid: 2081660 Signed-off-by: Yannick Tivisse (yti) <yti@odoo.com> --- addons/lunch/views/lunch_alert_views.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/addons/lunch/views/lunch_alert_views.xml b/addons/lunch/views/lunch_alert_views.xml index c33ff3a3ffa7..e1257ad41d8f 100644 --- a/addons/lunch/views/lunch_alert_views.xml +++ b/addons/lunch/views/lunch_alert_views.xml @@ -80,5 +80,10 @@ <field name="domain">['|', ('active', '=', True), ('active', '=', False)]</field> <field name="context">{}</field> <field name="view_id" ref="lunch_alert_view_tree"/> + <field name="help" type="html"> + <p class="o_view_nocontent_smiling_face"> + Create new lunch alerts + </p> + </field> </record> </odoo> -- GitLab