Skip to content
Snippets Groups Projects
Commit 53febfa2 authored by Kevin Baptiste's avatar Kevin Baptiste Committed by fw-bot
Browse files

[IMP] lunch: add help message for empty alerts


closes odoo/odoo#39042

Taskid: 2081660
X-original-commit: 5f3f58a4
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent d202452b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment