Hi Community,
I am working with Odoo 17.
I want to achieve that when I create the transfer from the form view, I stay in that tab. From another device, I will create the payment linking with that transfer(many2one/one2many). At this moment, the system will send a notification on all opened tabs(achieved) and the client-side data of payment_ids(One2many), state(Selection) and the payment widget(JSON) on the transfer tab should all be reloaded and aligned with the backend data.
Please let me know your thoughts.
Thank you