Do not show cancelled quotations by default in Requests for Quotation

This commit is contained in:
Alexis de Lattre
2016-01-06 16:01:45 +01:00
parent 55d1f66d0e
commit b3bc3c923d

View File

@@ -60,5 +60,10 @@
</field>
</record>
<!-- Do not show cancelled quotations by default in "Requests for Quotation" -->
<record id="purchase.purchase_rfq" model="ir.actions.act_window">
<field name="context">{'search_default_draft': True}</field>
</record>
</data>
</openerp>