I try to write on field 'description' with record.write in automated action but i have a raise UserError :
File "/home/odoo/src/odoo/addons/project/models/project.py", line 1771, in write
handle_history_divergence(self, 'description', vals)
File "/home/odoo/src/odoo/addons/web_editor/controllers/main.py", line 44, in handle_history_divergence
incoming_history_ids = incoming_history_matches[1].split(',')
TypeError: 'NoneType' object is not subscriptableThanks for you reply
Hi Julien i have the same issue, i found that, is related to adding multiple lines on the field, it seems to be an odoo bug, still looking for a solution...
Same issue here on Odoo.sh, affecting multiple users, started this week.. I've raised a support request, awaiting a response.