[FIX] portal_sale: force empty context
authorChristophe Simonis <chs@odoo.com>
Thu, 25 Sep 2014 09:51:15 +0000 (11:51 +0200)
committerChristophe Simonis <chs@odoo.com>
Thu, 25 Sep 2014 09:51:15 +0000 (11:51 +0200)
The context was removed by 1933e926.

addons/portal_sale/portal_sale_view.xml

index 2bdc41c..80dff87 100644 (file)
@@ -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>