Hello, I'm using Odoo 17.2e Odoo Studio access (no direct coding)
I want to create an automation that is triggered every time I add a new line on my Sale quotations.
The automation needs to populate some extra fields that I have already created in the SO Line view.
The Question:
How can I trigger the action to run as soon as I select the product on my quotation line?
What it works for me is triggering "On Save" on my sale.order.line model, all works fine but I always need to SAVE the whole quotation before the action is triggered. Is there a better way that triggers the new line only, before saving the whole quotation?
Thanks !!
Luca