A Dimecres, 31 de març de 2010, forum-u...@tinyerp.org va escriure:
> Hello!
> 
> I have a form with four fields, when i enter data in one, i must change the
>  value of the other three. I can use the method on_change?

Sure, see "sale.order" form, for examples. You just need to return semething 
like this:

return { 'value': {'field1: value1, 'field2': value2} }

> 
> Thanks.
> 
> 
> 
> 
> -------------------- m2f --------------------
> 
> --
> http://www.openobject.com/forum/viewtopic.php?p=53588#53588
> 
> -------------------- m2f --------------------
> 
> 
> _______________________________________________
> Tinyerp-users mailing list
> http://tiny.be/mailman2/listinfo/tinyerp-users
> 


-- 

Albert Cervera i Areny
http://www.NaN-tic.com
OpenERP Partner
Mòbil: +34 669 40 40 18
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to