Hello together,
can you please give me a hint what I am doing wrong? I trie to update every contact and company via scheduled action. Here you can find the python code:
# select all contacts
contacts = env['res.partner'].search([])
# query all contacts
for contact in contacts:
contact['mobile'] = "1234"