Skip to content

Commit

Permalink
[FIX] lunch: force empty context in action
Browse files Browse the repository at this point in the history
X-original-commit: 46a3ac1
  • Loading branch information
KangOl authored and fw-bot committed Oct 10, 2019
1 parent 91e4b00 commit 1662d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/lunch/views/lunch_alert_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<field name="search_view_id" ref="lunch_alert_view_search"/>
<field name="view_mode">tree,form</field>
<field name="domain">['|', ('active', '=', True), ('active', '=', False)]</field>
<field name="context">{}</field>
<field name="view_id" ref="lunch_alert_view_tree"/>
</record>
</odoo>

0 comments on commit 1662d0c

Please sign in to comment.