Daily updates from Odoo
Monday, May 6, 2019
8 changes
Enhancements to existing features
Channel member forms now require a selected contact before a line can be saved. This avoids accidental blank member rows and keeps channel membership lists cleaner and more reliable.
Original PR description
Task Link: https://www.odoo.com/web#id=1973972&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad Link: https://pad.odoo.com/p/r.4fab6ce12985e3d7846d7bac1052b08a -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The module details screen now adds spacing between action buttons such as Install, Uninstall, and Upgrade. This makes the layout cleaner and helps users distinguish the available actions more easily.
Original PR description
**Added white space between install/uninstall and upgrade buttons of a module** Issue: When you go to Settings and open a module, there was no space between: - Install button and Upgrade button. - Uninstall button and Upgrade button. After this PR is merged, margin will be added to the buttons for proper layout. Pad Link: https://pad.odoo.com/p/r.f28968ae6519c2b07178d17951d0b301 Task Link: https://www.odoo.com/web?#id=1937131&action=333&active_id=131&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
The stock location form has been reorganized into a clearer page layout. This makes location details easier for users to read and manage, improving day-to-day inventory administration without changing core stock behavior.
Original PR description
Task : https://www.odoo.com/web?#id=1935522&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.22e70628cebb692f68814085b4bdd9d4 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
Password reset will now be turned on automatically in general settings. This helps users recover access when they forget their password without requiring administrators to enable the option first.
Original PR description
Description of the issue/feature this PR addresses: - Reset password settings should be enabled by default Task - https://www.odoo.com/web#id=1925281&action=327&model=project.task&view_type=form&menu_id=4720 Pad - https://pad.odoo.com/p/r.cee7c96dbdd2027beceffbf31a6a8b2a Current behavior before PR: - Reset password setting was not enabled by default in general settings Desired behavior after PR is merged: - Reset password setting will be enabled by default in general settings -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo’s general tools now recognize terabytes when presenting or handling file sizes. This keeps size information clearer and more up to date as larger storage volumes become common.
Original PR description
Description of the issue/feature this PR addresses: Tera byte is now common. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change relaxes a non-essential payment provider setting so it no longer blocks provider removal through a database requirement. It helps administrators uninstall payment providers cleanly while still allowing incorrect templates to fail naturally when used.
Original PR description
This prevent the uninstallation of all payment provider through the NOT NULL constraint. There is no reason for this field to be explicitely required - it will fail if the template is wrong anyway.
The Documents app now automatically selects the first available category in the search panel instead of starting on an "all" view. This gives users a more focused starting point when browsing documents and aligns the default view with the intended workflow.
Original PR description
This commit adds an overwrite to the default category item selection (odoo/odoo#32448) for the search panel to default on the first record instead of the "all" button. task: #1959112
Employees now see only their own documents when accessing document management from their employee record. HR document storage is better organized with new tags for employee documents, payslips, certifications, and fleet-related documents, while the appraisal tag has been removed.
Original PR description
In this commit - 1) Restrict the employee. Now he/she can only see his/her documents when from the stat button on employee form, the employee goes to the dms. 2) Added new tag in HR folder of DMS - 2.1) Employees Documents 2.2) Payslips 2.3) Certifications 3) New folder in DMS - 3.1) Fleet 3.1.1) Vehicles Documents 3.1.2) Fine 4) Removed the appraisal tag. This is related to task# 1933708.