Am trying to migrate pos_longpolling to odoo 15...
get bus() {
return this.env.services[this.props.service || "bus_service"]
.pos_longpolling.bus;
}
Got Error of
TypeError: Cannot read properties of undefined (reading 'bus')
at SyncNotification.get bus [as bus]
Anyone can help how to rewrite bus_timer