I am using odoo18 and I need a decorator like @api.depends or @api.onchange, but without filling the compute attribute or only triggered by manual operating in the view.
The ability of the decorator is monitor which field's value being changed and trigger, no _compute= or manual operation.
Thank you & Regards.