Friday, March 4, 2022
2 changes · master
Resolved issues and error corrections
The Point of Sale now loads the messaging service needed by related communication features such as VoIP. This prevents failures caused by missing messaging support in the POS environment and helps keep store operations stable.
Original PR description
POS is an environment that uses a lot of `web.backend_assets`, in fact much more than it really needs. It's too much effort to remove features, like discuss code or voip. With recent changes, `voip` requires the `messaging` service, it was not deployed. This commit now ensures `messaging` is deployed in POS. Enterprise: https://github.com/odoo/enterprise/pull/24970
This fix lets users edit expense line details in expense reports, including cases linked to sales expenses. It reduces friction when correcting or updating expense information before processing.
Original PR description
Related PR - odoo/odoo#84978 task - 2768700