[IMP] sale: fix default search on related actions

bzr revid: rco@openerp.com-20120620082205-u2ynzpr7wp6sgbaw
This commit is contained in:
Raphael Collet 2012-06-20 10:22:05 +02:00
parent abced46e7c
commit 9b54aec5c2
1 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@
</record>
<act_window
context="{'search_default_partner_id': [active_id], 'default_partner_id': active_id}"
context="{'search_default_partner_id': active_id, 'default_partner_id': active_id}"
id="act_res_partner_2_sale_order"
name="Quotations and Sales"
groups="base.group_sale_salesman"
@ -533,7 +533,7 @@
src_model="res.partner"/>
<act_window
context="{'search_default_product_id': [active_id], 'default_product_id': active_id}"
context="{'search_default_product_id': active_id, 'default_product_id': active_id}"
id="action_order_line_product_tree"
name="Sales Order Lines"
res_model="sale.order.line"