Daily updates from Odoo
Tuesday, June 11, 2019
1 change
Code cleanup and technical improvements
The website module’s code has been reorganized into several focused files instead of one large file. This internal cleanup makes the system easier for developers to maintain and should not change how users experience the website features.
Original PR description
Split class from file addons/website/model/website.py in multi files. Make several commit: new file, move code, merge by class to keep history clean.