Daily updates from Odoo
Friday, December 7, 2018
3 changes · master
Enhancements to existing features
This update makes the link tracking form easier and safer to customize by adding named sections to the form layout. It mainly benefits teams and partners who adapt Odoo views, reducing the risk of fragile customizations.
Original PR description
Description of the issue/feature this PR addresses: Allow easier `xpath` expressions Current behavior before PR: No `group` names are set and this view is annoying / unsafe to `xpath` Desired behavior after PR is merged: `group` names are set and this view is easy and safe to `xpath`. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The old mail tour has been turned off because it has been replaced by the OdooBot onboarding experience. This reduces duplication and keeps the retired tour available only for testing purposes.
Original PR description
The `mail_tour` has been replaced by "odoobot onboarding". Thus, `mail_tour` is not useful and should only be used for testing purpose. task: 1916093
The salary contract app removes an unused generic template model that did not fit real-world usage. This simplifies the setup behind salary package configuration and should reduce maintenance without changing core business workflows.
Original PR description
It was a failed attempt to make somethig generic. Sometimes we are not the only ones to choose.