Monday, June 20, 2022
2 changes · master
Code cleanup and technical improvements
Barcode scanning now relies on one consistent keyboard event instead of switching between multiple event types. This simplifies the underlying code, making barcode behavior easier to maintain and reducing the chance of future inconsistencies without changing the user workflow.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The public website live chat code was reorganized to align with Odoo's newer messaging framework. This is mainly an internal improvement that should make future live chat enhancements easier and more consistent, with limited immediate impact for end users.
Original PR description
*: website_livechat This commit is a step towards refactoring the JS of public livechat, so that it reuses the same architecture as the code of Discuss. This implies code that uses JS models and OWL components. Task-2888734