Skip to content
Snippets Groups Projects
Commit 63a5a795 authored by mreficent's avatar mreficent Committed by Martin Trigaux
Browse files

[FIX] purchase: not setting context is not empty context


Previous versions of this action had a context. It was removed at
odoo/odoo@2d3e6d7383aaa3c1589f22 Set explicitly an empty context to
force the removal when upgrading the module. Fine tunning of
odoo/odoo@93465630090e2c42

closes odoo/odoo#43310

X-original-commit: 6138686d
Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 23e28247
No related branches found
No related tags found
No related merge requests found
......@@ -549,6 +549,7 @@
<field name="view_mode">tree,kanban,form,pivot,graph,calendar,activity</field>
<field name="view_id" ref="purchase_order_tree"/>
<field name="domain">[]</field>
<field name="context">{}</field>
<field name="search_view_id" ref="view_purchase_order_filter"/>
<field name="context">{'quotation_only': True}</field>
<field name="help" type="html">
......@@ -572,6 +573,7 @@
<field name="view_id" ref="purchase_order_view_tree"/>
<field name="domain">[('state','in',('purchase', 'done'))]</field>
<field name="search_view_id" ref="purchase_order_view_search"/>
<field name="context">{}</field>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">
Create a quotation
......
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