Friday, December 28, 2018
9 changes · master
New functionality added to Odoo
Adds a new app for managing approval requests such as business trips, overtime, purchases, advance payments, and budget approvals. Employees can submit standardized requests, while approvers receive activities and notifications to accept or refuse them, making approval workflows more consistent and visible.
Enhancements to existing features
This improvement makes it easier for users to see how fields in a table connect to other records. It helps teams search, filter, and understand data relationships more quickly, especially for linked field types such as many-to-one, one-to-many, and many-to-many.
Original PR description
Description of the issue/feature this PR addresses: quick searching Current behavior before PR: There is no easy way to see the relation of fields on a table, which makes searching and filtering harder. Desired behavior after PR is merged: You're able to see the relation of all fields on a table. This is especially handy when you want to see details from `many2one`, `one2many` and `many2many` fields:  -- 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
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
Recruiters can now see when an applicant has applied before or to multiple jobs using the same email address. This makes it easier to identify returning candidates and review their prior application context directly from the applicant form.
Original PR description
Purpose ======= HR users wants to know if an applicant applied to multiple jobs or if he applied in the past. Specification ============= Keep an history of applications based on email. Add a stat button on the applicant form to display other applications with the same email. Task 1896295 -- 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
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