Comment 13 for bug 1088842

Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

Hi,

This seems a duplicate of bug 1091204 that is marked as fixed. Could you check that you still get the error after revision 3849 (rev-id <email address hidden>) of openerp-web 7.0?
If you do, please post more details on bug 1091204 with an updated test case.

It seems to work for me on revision 3941:

  I modifying the sales order form as follows:
   <field name="order_line" context="{'tree_view_ref': 'sale.view_order_line_tree', 'foo': partner_id}">

  And I get the following context passed to sale.order.line.fields_view_get():
   {'lang': 'en_US', 'tree_view_ref': 'sale.view_order_line_tree', 'tz': 'Europe/Brussels', 'uid': 1, 'foo': 15}

Thanks!