Friday, December 28, 2018
6 changes · master
Enhancements to existing features
The point of sale refund process has been reorganized so businesses and partners can customize refund details more easily. Existing refund behavior remains the same, but future extensions should be simpler and less risky to maintain.
Original PR description
### Current Behaviour When creating refund order, Odoo will copy the original order and put some default copy data. All these things were put in the same method which causes problems for extension. ### Desired behavior after PR is merged: This PR splits those into multiple methods for better structure while does not break any existing inheritance -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The analytic account form has been updated to use a clearer page layout. This improves how the information is presented, making the form easier to read and more consistent with other Odoo screens.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created view. Current behavior before PR: The form views have no `<sheet>` set. Desired behavior after PR is merged: The form views have a `<sheet>` set. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds clearer internal labels to sections of the Mail activity views. It helps future customizations and upgrades be made more safely without changing how end users use the system.
Original PR description
Description of the issue/feature this PR addresses: No names on groups for easy and clean `xpath` expressions. Current behavior before PR: There are no names on the groups which makes it hard to write safe `xpath` expressions. Desired behavior after PR is merged: There are names on the groups which makes it easy and safe to write `xpath` expressions. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts activity display components so a future Approvals app can reuse and customize them more easily. It also adds an Approvals category in Odoo’s app organization, preparing the system for the new business workflow module.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Miscellaneous changes
Description of the issue/feature this PR addresses: Fix a typo Current behavior before PR: `Accouting` instead of `Accounting` Desired behavior after PR is merged: `Accounting` instead of `Accouting` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Original PR description
Description of the issue/feature this PR addresses: Fix a typo Current behavior before PR: `Accouting` instead of `Accounting` Desired behavior after PR is merged: `Accounting` instead of `Accouting` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Description of the issue/feature this PR addresses: Fix a typo Current behavior before PR: `Accouting` instead of `Accounting` Desired behavior after PR is merged: `Accounting` instead of `Accouting` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Original PR description
Description of the issue/feature this PR addresses: Fix a typo Current behavior before PR: `Accouting` instead of `Accounting` Desired behavior after PR is merged: `Accounting` instead of `Accouting` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr