Daily updates from Odoo
Monday, December 18, 2017
2 changes · master
Enhancements to existing features
This update makes employee leave balance fields use the same calculation, reducing the chance of mismatched values in HR records. It also simplifies the underlying implementation, which should make the leave tracking logic easier to maintain.
Original PR description
Description of the issue/feature this PR addresses: The fields `remaining_leaves` as the same compute of 'leaves_count'. Before : The 'leave_count compute' and 'leaves_count' have a diferente compute After : The 'leave_count compute' and 'leaves_count' have a same compute Bonus : remove SQL to ORM code -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Default and Bootswatch themes now have updated categorization and short descriptive subtitles. This makes it easier for users to understand and browse available website themes when choosing a design.
Original PR description
Changed themes: - Default - Bootswatch Task: https://www.odoo.com/web?#id=32528&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.f26b667afb4c9cc22217a112d444e096 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