Daily updates from Odoo
Monday, August 28, 2023
1 change · master
Code cleanup and technical improvements
The update reorganizes how mail-related records are stored internally so future maintenance and cleanup are easier. It also removes some unused discussion-service code, with no expected direct change for end users.
Original PR description
https://github.com/odoo/odoo/pull/133202 In preparation of code cleaning of models in store. Entries in store are allocated per model, using the model name. Records of a model can be accessed from `store[ModelName].records`.