Friday, March 11, 2016
4 changes · master
Enhancements to existing features
The accounting menu has been cleaned up to remove duplicate action entries with the same name. This makes navigation clearer for users working with the Chart of Accounts and reduces the chance of selecting the wrong option.
Original PR description
Task: https://www.odoo.com/web#id=22366&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.yt8y8hvQZRmTuU1Y
The appraisal form now handles closing and final dates more consistently, avoiding warnings that depended on the current time. This makes it easier and more predictable to update older appraisals when business records need correction.
Original PR description
**Task**: https://www.odoo.com/web?#id=22193&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **Pad**: https://pad.odoo.com/p/r.pKcnkL1OcfJY0IXD
Code cleanup and technical improvements
Sales service capabilities are being consolidated into the timesheet sales module because both areas now rely on the same project and sales setup. This simplifies the app structure and should make installation and maintenance easier without changing the business workflow.
Original PR description
Description of the issue/feature this PR addresses: ``` * Since the last timesheets refactoring, timesheet entries are always linked to a project, and sale_service has the same dependencies as sale_timesheet. * This commit simplifies the modules hierarchy by merging two modules that have a close functionality and that were both always installed after timesheets and sales. ```
The Survey module has been migrated to Odoo's newer internal framework, with related files reorganized and tests improved. This should make the app easier to maintain and evolve while preserving the existing survey experience for users.
Original PR description
- Task: https://www.odoo.com/web#id=11957&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.N3VUoDswhl3mbAnu