Hi,
I'm pretty new to Odoo Studio
I want to set an automation with Odoo Studio when one of my articles is selled (when the purchase order is created and stock is changing).
I tried to create an automation based on "Articles" model, when updating the "qty_available" field. But no related logs show in Technical > Data structure > Logging when I change the stock of a product OR when I creates a purchase order with a product (I tried to put record.message_post(body="HELLO WORLD") and
log('response', level='info') in the Python code of the automation, showing that it doesn't fire.
What am I doing wrong ?
Thanks !