Tuesday, December 18, 2018
5 changes · master
Enhancements to existing features
Completed activity messages are now clearer and more concise by showing user feedback first, without an extra title. When an activity includes a note, it is still shown after the feedback so important context remains visible.
Original PR description
Feedback should be the first part of the message without tilte to make it more concise. If the activity has a note, the note should be displayed but after the feedback. We can also remove the field feedback that was not so useful since it was only written just before unlink. Feedback is now passed as another parameter to the template. Task: 1918392
This update allows calendar, graph, and pivot views to use a specific custom behavior setting. It gives implementers more flexibility to tailor these views while keeping the change limited to the base configuration rules.
Original PR description
Description of the issue/feature this PR addresses: It's not possible to use a specific js-class with a calendar, graph or pivot view. Desired behavior after PR is merged: We can use a specific js-class with a calendar, graph or pivot view. The "js-class" attribute is accepted by RNG file -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Payslip reports now show additional legal information, including the employee registration number, the payslip computation date, and worked days. This helps companies meet payroll reporting obligations in countries such as Belgium and also preserves an already selected payroll journal when contract defaults are missing.
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
HR teams can now create reusable activity plans for employee onboarding and offboarding. This helps coordinate tasks such as equipment setup, training, and departure follow-up so responsibilities and deadlines are clearer.
Original PR description
Task : 1912681 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting payment term setup now removes a duplicate option that behaved the same as another existing choice. This makes configuration clearer for users without changing the actual payment calculation behavior.
Original PR description
'after_invoice_month' and 'day_following_month' options did the same thing.