Daily updates from Odoo
Friday, May 31, 2019
2 changes
Resolved issues and error corrections
This fix prevents an error when someone opens a redirected email link to a record while not logged in. It helps users reach the intended page more smoothly instead of encountering a crash or traceback.
Original PR description
Description of the issue/feature this PR addresses: - Task - https://www.odoo.com/web#id=2000286&action=327&model=project.task&view_type=form&menu_id=4720 - Pad - https://pad.odoo.com/p/r.51f71151b69b178c6d5c51e70fc35535 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix lets Gantt view definitions place field and template sections in either order without causing validation errors. It reduces avoidable setup failures for teams configuring or customizing Gantt views.
Original PR description
Before this commit, In Gantt view, if you try to define field tag before templates tag then you will get validation error because field tag declared after templates tag in .rng file. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr