Daily updates from Odoo
Wednesday, May 14, 2025
2 changes · master
Code cleanup and technical improvements
This update streamlines internal AI agent code by removing inputs that the system can already determine automatically. It reduces maintenance complexity without changing the visible user experience.
Original PR description
Some method args can be removed because they can be inferred from `self` and its field values like the `topic_ids`.
Point of Sale order synchronization was streamlined so updates can be shared in real time with less duplicate processing. This should make related flows such as preparation displays, self-ordering, receipts, and local invoicing integrations more reliable and easier to maintain.
Original PR description
task- 4766757