Thursday, February 28, 2019
5 changes · master
Enhancements to existing features
This update prepares the accounting app for upcoming changes by reorganizing payment term and journal entry components, removing duplicated fields, and fixing a portal error when payment features are not installed. Businesses should see more reliable accounting portal behavior and cleaner sales/accounting data handling with minimal day-to-day disruption.
Original PR description
task: https://www.odoo.com/web#id=1917430&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update prepares employee leave data to work with forecasting by ensuring resource calendars include company information and use the right views. It also improves Gantt chart display options, helping teams visualize planning information more clearly.
Original PR description
task: https://www.odoo.com/web#id=21441&view_type=form&model=project.task&action=327&menu_id=4720 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
Project planning now combines forecasted work with employee leave, making availability conflicts easier to spot. Leave periods appear in the planning timeline only when they overlap with planned work, helping managers avoid scheduling people when they are unavailable.
Original PR description
task: https://www.odoo.com/web#id=21441&view_type=form&model=project.task&action=327&menu_id=4720
Resolved issues and error corrections
This update corrects a spelling mistake in a command line help message, changing "excute" to "execute." It improves clarity for users reading test filtering instructions without affecting functionality.
Original PR description
Description of the issue/feature this PR addresses: Fixes typo in command line help message. Current behavior before PR: _Comma separated list of tags to filter which tests to excute._ Desired behavior after PR is merged: _Comma separated list of tags to filter which tests to execute._ [[CLA](https://github.com/odoo/odoo/pull/30978)] -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change corrects JavaScript formatting that was preventing Odoo's documentation from compiling successfully. It helps keep the documentation pipeline reliable without changing user-facing product behavior.
Original PR description
This PR fixes non-compliant javascript As a side effect, these errors made the documentation fail. @jem-odoo @qmo-odoo you're going to burn in a very special level of Hell. A level they reserve for documentation breakers and people who talk at the theater. _\~ Shepherd Book, Firefly_ Bigs ups to @xmo-odoo who hunted these bugs down.