Daily updates from Odoo
Monday, October 11, 2021
1 change
Code cleanup and technical improvements
This update removes unnecessary percent symbol escaping from XML view definitions. It is an internal cleanup that keeps configuration files simpler without changing how users interact with the system.
Original PR description
The commit https://github.com/odoo/odoo/commit/1b40e9265f88f57aaaf311bb8fae3d1fd1966d7d allows to get rid of most escapings %% in xmls but there were still occurences of useless %% in some of them. We remove them.