Daily updates from Odoo
Friday, January 18, 2019
2 changes · master
Code cleanup and technical improvements
The website module’s internal code has been split into separate files while preserving its development history. This does not introduce visible functional changes, but it should make future maintenance and updates easier for developers.
Original PR description
Purpose of this merge commit is to split main class by file and keep history
The VoIP module was updated to match recent changes in how activities are marked as done in the core Odoo system. This keeps VoIP activity handling compatible, including activities completed by uploading a document, with no expected change to everyday user behavior.
Original PR description
This commit uniformize the "mark as done" method for activity. The change is done in comminuty edition, so adaptations are required here. No functionnal change should be observed as this is purely technical. Task-1915004