Wednesday, March 25, 2020
4 changes · master
Enhancements to existing features
This update removes an unused contract field and adds a clearer internal way to retrieve an employee contract wage. It helps make future contract-related customizations easier while keeping the day-to-day user experience unchanged.
Original PR description
+ Add helper method to retrieve the contract wage. Those methods are supposed to be overriden in some cases. TaskID: 2222984 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
This update removes leftover placeholder cleanup code from invoicing reports and online sales security settings. It has no expected impact on day-to-day users, but helps keep the system cleaner and easier to maintain.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Planning users can now choose to show notes directly in the list view, making relevant scheduling details easier to access when needed. Role records can also be edited from the list view, reducing clicks for routine planning setup updates.
Original PR description
- Added "note" to the list view (optional hidden) - Role list view as editable TaskID: 2223897
The HR Referral reward purchase popup now uses clearer wording when employees confirm a reward. This improves understanding by referring to the action as confirming a reward and correcting the HR follow-up message.
Original PR description
PURPOSE The purpose of this commit is improve the conformation message. SPECIFICATIONS In this commit, after the conformation of reward improve the message (hr_referral_reward_views.xml) in hr_referral module. LINKS PR #9419 task-2205646