Hi everyone!!
I have to use set values to modify two fields into openerp.
Here is my code :
self.field_manager.set_values({
"data": jsonStrssEM,
});
But what i want to do is to modify two fields in the same moment with different lines . who can answer me please