← Back to team overview

openerp-expert-framework team mailing list archive

6.1 Web Client and Context evaluation

 

Hi guys,

In 6.0 and GTK, I used to have things like this in my views :

<field name="my_one2many_ids" context="{'existing_one2meny_entries' :
my_one2many_ids}"/>

This is useful if you want to define some defaults for a new element which
depends on existings one.
However, with the new web client, this context can't eval properly, I got a
"my_one2many_field_ids is not defined".

Is it a regression ? How can I fix that ?

Note : it still works in the GTK 6.1.

Follow ups