Skip to content
Snippets Groups Projects
Commit 5f3f58a4 authored by Kevin Baptiste's avatar Kevin Baptiste
Browse files

[IMP] lunch: add help message for empty alerts


closes odoo/odoo#38188

Taskid: 2081660
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 1e1b9b40
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