**Environment:**
- Odoo 18.0+e (Enterprise Edition)
**Business Requirement:**
We have a web hook, which is based on stock.picking. This model is binded by many2one with sale.order. Sale.order is connected to to sale.order.line with one2many. It has a description field. If I`m not mistake "name". We want to trace the data from "name" in our web hook together with the data from stock.picking
**Question:**
Is it possible? How can we do it?