Daily updates from Odoo
Tuesday, July 12, 2022
1 change
Code cleanup and technical improvements
This update reorganizes rental sales files and menus to make the application easier to maintain without changing how users work. It also tidies view definitions and improves one error message translation, reducing future maintenance risk.
Original PR description
* Clean inconsistent xml indentation * correctly group xml/python code by models (in separate files) * use clear file names to easily know the xml content. * Use a dedicated file to specify all the application menus Note: files split are done in two commits to keep the blame history of the files.