Tuesday, February 19, 2019
10 changes · master
New functionality added to Odoo
Adds a Belgian payroll report that generates an annual Individual Account for employees based on their payslips. The report summarizes payroll lines by month, quarter, and year, helping businesses meet Belgian payroll reporting needs more easily.
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
Enhancements to existing features
Resolved issues and error corrections
This update improves the website editor so blog and website content editing responds faster and avoids editing areas that should stay protected. It also prevents duplicate edit sessions, cleans up editor controls, and makes save/edit menu behavior clearer for users.
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
Kanban boards now show less unnecessary tooltip text by removing record-count and progress-bar help messages. This reduces clutter and makes activity-based progress indicators easier for users to read across many business apps.
Original PR description
1) Remove the total record tooltip from kanban group.
2) Remove progressbar help from kanban view.
3) Improvements in testcase since we have removed total record tooltip.
Task:https://www.odoo.com/web#id=1845459&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
Pad: https://pad.odoo.com/p/r.7e13ec256c6c38a54652df07556bd309
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prGantt views can now be configured to open on a shifted time period, such as next week or two months ago, and to define which time scales are available. This gives businesses more control over planning views so users land on the most relevant schedule timeframe by default.
The mobile task timesheet view now focuses on the quantity of time logged instead of the monetary amount, making it easier for users to review work details on the go. When units of measure are enabled, the related unit is also shown for clearer timesheet entries.
Original PR description
Pad:https://pad.odoo.com/p/r.c29a4d9939cd6ddceb71953e7a20c7a7 Task:https://www.odoo.com/web#id=1886059&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Purpose : ======== Using…
Pad:https://pad.odoo.com/p/r.c29a4d9939cd6ddceb71953e7a20c7a7
Task:https://www.odoo.com/web#id=1886059&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
Purpose :
========
Using regularly the mobile version of Odoo, it is better to display the field quantity instead of amount on it because when you
check the timesheet on a task, you’re more interested in checking the details of the time spent than the cost it represents.
If someone needs to get the information of the cost, (s)he’ll probably take the time to switch on his/her laptop.
Specification :
============
Show Qty field instead of Amount field in the mobile - Timesheet on task
If 'Units of Measure' is active then show the product uom.
Related Task : #1886059
Closes : #
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-prThis update improves the Field Service app with clearer labels, better task creation, timesheet handling, and helpful warnings when work has not been started. It also makes report templates easier to manage by fully cleaning up related records when deleted, reducing clutter and confusion for users.
Original PR description
A bunch of small fixes and improvements to the fresh industry_fsm app and associated modules : * relabelling * small list view for timesheets * fixes bug in fsm kanban with the activity icon * fixes the creation of new tasks in fsm, and prefill the dates fields * new warning on report, products and quotations button when no timesheet on task * clean delete for report template : now the related model, access rule, view and action are deleted as well More detailed information can be found in the different commits composing this pull request. Task-1942377 Closes #3670
Kanban views now show an activity-based progress bar when no progress indicator was previously configured. This helps teams quickly see the status of scheduled activities directly from their overview boards, improving follow-up and prioritization.
Original PR description
Task:https://www.odoo.com/web#id=1845459&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.7e13ec256c6c38a54652df07556bd309
The Gantt view has been refined to make controls easier to read, improve printing guidance, and display correctly in Safari. A default Gantt view generator was also added, making it easier to create consistent planning views.
The Gantt view can now open on a period offset from today, such as next week or two months ago, and can limit which time scales users can select. This helps businesses tailor planning screens to the most relevant time horizon for each workflow.
The eLearning publish and unpublish controls are now hidden from users who do not have permission to manage publication for a course or slide. This prevents confusion and makes the website editing experience match the user's actual access rights.
Original PR description
Purpose ======= The "publish/unpublish" widget is always shown on slide.channel/slide.slide for a website_publisher user even if he's not allowed to manage the publishing of the channel (see slide.channel.can_publish field). This commit will hide the widget on both the slide.channel and the slide.slide frontend pages if the user doesn't have the right to publish/unpublish. A generic solution implemented directly in the publish mixin has been chosen to ease understanding and allow easy reuse in other applications. Commit linked to task ID 1902304 (main elearning task).