Comment 4 for bug 1088842

Revision history for this message
Raphaƫl Valyi - http://www.akretion.com (rvalyi) wrote : Re: [Bug 1088842] Re: Context is not transfered to one2many fields_view_get anymore

Hello Alexis and others,

did you check also also this one https://bugs.launchpad.net/bugs/1091204 ?
Isn't one the duplicate of the other?
That doesn't help to fix things, but eventually that highlights the
importance of the regression if that ever matters.

On Mon, Mar 18, 2013 at 2:04 PM, Alexis de Lattre <email address hidden> wrote:

> This bug is really annoying, because it's a regression compared to
> OpenERP 6.1. Does a workaround exist ?
>
> --
> You received this bug notification because you are a member of OpenERP
> Drivers, which is subscribed to OpenERP Web.
> https://bugs.launchpad.net/bugs/1088842
>
> Title:
> Context is not transfered to one2many fields_view_get anymore
>
> Status in OpenERP Web:
> Confirmed
>
> Bug description:
> On trunk.
> In a form view with a one2many with a context, like this:
> <field name="line_ids" colspan="4" nolabel="1"
> context="{'start_period_id': start_period_id, 'tree_view_ref':
> 'smile_mps.view_mps_procurement_planning_line_tree1'}" modifiers="{}"/>
>
> In rev 3563, that's what we had in fields_view_get context:
> {'lang': 'fr_FR', 'tree_view_ref':
> 'smile_mps.view_mps_procurement_planning_line_tree1', 'tz':
> 'Europe/Brussels', 'uid': 1, 'start_period_id': 36}
>
> But now in rev 3587 (and since rev 3564), that's what we have:
> {'lang': 'fr_FR', 'tz': 'Europe/Brussels', 'uid': 1}
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/openerp-web/+bug/1088842/+subscriptions
>