Skip to content
Snippets Groups Projects
Commit 74beff72 authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

[FIX] purchase: fix traceback

invoice_state does not exist anymore
parent d2b90152
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<field name="inherit_id" ref="stock.view_picking_internal_search"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='product_id']" position="before">
<filter name="reception_to_invoice" string="Incoming Shipments to Invoice" domain="[('reception_to_invoice', '=', True), ('invoice_state', '!=', 'invoiced')]"/>
<filter name="reception_to_invoice" string="Incoming Shipments to Invoice" domain="[('reception_to_invoice', '=', True)]"/>
</xpath>
</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