Skip to content

Commit

Permalink
[FIX] portal_sale: force empty context
Browse files Browse the repository at this point in the history
The context was removed by 1933e92.
  • Loading branch information
KangOl committed Sep 25, 2014
1 parent 311c77b commit 7b17133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/portal_sale/portal_sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7b17133

Please sign in to comment.