Hi Community!
For a batch workflow I want to automatically update all acc_holder_name fields in the model res.partner.bank. (Also I can't update acc_number, but that's not the issue at the moment.) Via web interface I can edit every single field, but if I try it with my program the field stays empty. No error code or something like that. I read, that it might be possible that there is an internal restriction to write data. It's definitely not the code. Other fields I can edit.
Do I need other permissions to change fields in this model than normally? I can change the time clock, for example.
Thank you very much in advance!
Edit:
Okay... I was being stupid. I read from the live environment and updated the developer environment. Don't mind me. I'll show myself out.