Skip to content
Snippets Groups Projects
Commit 7b17133b authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] portal_sale: force empty context

The context was removed by 1933e926.
parent 311c77bb
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@
<field name="res_model">account.invoice</field>
<field name="view_mode">tree,form</field>
<field name="domain">[('type','in',['out_invoice','out_refund'])]</field>
<field name="context">{}</field>
<field name="search_view_id" ref="account.view_account_invoice_filter"/>
<field name="help">We haven't sent you any invoice.</field>
</record>
......
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