Daily updates from Odoo
Tuesday, August 13, 2019
3 changes · master
Resolved issues and error corrections
Project task closure time is now calculated using working days from the relevant calendar instead of converting hours into 24-hour days. This gives businesses more realistic reporting on how long tasks remain open, especially when teams follow defined working schedules.
Original PR description
https://www.odoo.com/web?debug#id=37561&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Fixes a crash that could occur when editing marketing automation activities. This helps users continue updating campaigns without interruptions caused by recent internal record handling changes.
Original PR description
… brisbouille) Probably because of https://github.com/odoo/odoo/commit/d0bb596f1d51b72a6aa20d56eef3e65aefbd09b2 marketing automation is broken. Indeed onchanges are broken because of id / newid new computation. Somehow tester did not test marketing automation, so sad dev is sad.
This update fixes errors that could occur when users created or opened subscriptions belonging to another allowed company. It also improves company tracking on subscription templates and lines, making multi-company subscription handling more reliable.