Hi , I'm trying to send a request to the server via an automated action in Odoo. i.e , lets suppose a Sales Order is created. I want to send some of its data to the server and process it elsewhere as well.
I created an automated action with the "Execute Python Code" option. When i try importing the requests library i get the error:
"forbidden opcode(s) in 'import requests\n\nprint("test")': IMPORT_NAME"
Is it possible to import libraries via Odoo automated actions ? If not what are alternatives or workarounds that can be made ?
Thanks in advance