Tuesday, July 17, 2018
1 change
Enhancements to existing features
This update adds stable internal labels to Sales page sections so customizations can target the right areas more reliably. It reduces the risk of custom sales screen changes breaking when page order changes in future updates.
Original PR description
Description of the issue/feature this PR addresses: It is hard to xpath on the pages right now as they have no names. Current behavior before PR: You'll have to do `//page[2]` which is risky to break and page indexes can move. Desired behavior after PR is merged: Ability to xpath on name `//page[@name='other_information']` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr