Daily updates from Odoo
Tuesday, November 14, 2017
2 changes · master
Enhancements to existing features
This update makes invoice report elements easier and safer to target when customizing layouts. It reduces the risk that small report structure changes will break custom invoice adjustments.
Original PR description
Description of the issue/feature this PR addresses: Before this PR it is quite ugly / hard to xpath in some elements of the invoice report. If I would want to xpath to the `<p>` element for `o.reference` for example I would have to make a dirty xpath. For example something along the lines off: `<xpath expr="//p[3]">` This however tends to break quite easily. For example when one of those `<p>` elements is ever removed Desired behavior after PR is merged: I can easily xpath on the name of the elements. In the example of the `o.reference` HTML field `<p>` I could now directly xpath on the name of the `<p>` element. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Documentation and clarification updates
This pull request adds a signed Contributor License Agreement record for Mehdi Ghezal. This supports Odoo's contribution process by documenting the legal permission needed to accept contributions.
Original PR description
Description of the issue/feature this PR addresses: Sign the Odoo CLA