Monday, August 1, 2022
1 change · master
Code cleanup and technical improvements
The public live chat code has been reorganized to use the same modern structure as Odoo's Discuss app. This should make live chat easier to maintain and improve over time, with limited immediate change 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-2939083