Remove 'show_email': True now that this bug has been fixed in v10 https://github.com/odoo/odoo/pull/21600

This commit is contained in:
Alexis de Lattre
2017-12-14 22:02:56 +01:00
parent 8ed8c2bc70
commit 295bf50cea

View File

@@ -90,12 +90,7 @@
<!-- 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': 1, 'search_default_todo': 1, 'show_email': 1}</field>
</record>
<record id="purchase.purchase_form_action" model="ir.actions.act_window">
<!-- add show_email=True, to display the email address of the supplier, to make it easy to check it's email before sending the PO -->
<field name="context">{'search_default_todo':1, 'show_purchase': True, 'show_email': 1}</field>
<field name="context">{'search_default_draft': 1, 'search_default_todo': 1}</field>
</record>
<record id="purchase_order_line_form2" model="ir.ui.view">