I have a field type char "name" and a function onchange for this field. I want save the register complete when i modified the field "name" Something like:
@api.onchange('name')
def _onchange_name(self):
#Save the register on the BBDD (like press the save button)
you want to have the history of name changes,, am I correct?
I have more fields, i want automatically save all fields at the change the name
could you please explain in detail about what you want?