Wednesday, November 20, 2019
4 changes
Enhancements to existing features
The course demo data was simplified so the administrator is no longer manually added and then removed as a course attendee. Some course owners were also adjusted so the administrator can still join selected courses, making demo behavior more consistent and easier to maintain.
Original PR description
[IMP] website_slides: make responsible of a course, attendee of the course in the demo data Before ====== In the demo data, we manually add ``admin`` as an attendee of his course, and then we remove it with ``_remove_membership`` because he will be added automatically in python. Now === We do not add ``admin`` as an attendee of the course, and we remove the ``_remove_membership`` call. Task #2120225
The user profile form now shows the karma value directly through the Gamification app instead of relying on the forum app. This restores a familiar field for administrators and makes the information available in a more consistent place.
Original PR description
The karma field has been removed with this PR #35587 but before it was displayed in the res_users form view through the website_forum addon under the name "Forum Karma". This task adds it directly in the gamification inherited view for more consistency. Task ID : 2116759 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The barcode inventory interface now hides the company field where it is not needed. This reduces visual clutter for users and helps them focus on the operational details that matter during stock handling.
Original PR description
Task: https://www.odoo.com/web#id=2124115&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.9ee9d8b7e319705d448a65873cd27de9
This update tidies the Helpdesk module's mail-related code by cleaning up how supporting tools are imported. It is an internal maintenance improvement that helps developers reuse shared mail utilities more easily, with no expected change for day-to-day users.