I've defined a related field like
vat= fields.Char(related='partner_id.vat', readonly="False")
then in form definition
<field name="vat" force_save="True" readonly="False"/>
When I enter edit mode on the form, I can modify the value, but when I hit "save", the value goes back to the old value.
Which is the correct way to do it ?