Tuesday, April 2, 2019
6 changes
New functionality added to Odoo
Users can now add a note to lot and serial number records in Inventory. This makes it easier to capture important context or details directly on the tracked item record for future reference.
Original PR description
Task: https://www.odoo.com/web#id=1938650&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.1cc6df2e2e3007fab076f40ce498bf9f -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
The system now avoids running access rule checks when there are no records to evaluate. This reduces unnecessary processing in core operations while preserving the same results for users and permissions.
Original PR description
Checking access rules only makes sence if we have some records, _filter_access_rules will always return a subset or current recordset, and a subset or a empty recordset is an empty recordset.
Resolved issues and error corrections
This fix restores the correct handling of errors when applying changes in the web interface. It helps prevent incorrect error behavior, making form updates more reliable for users.
Original PR description
After #230ad8c the error handling has been changed inaccurately. This fix sets the error handling correctly. 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
The purchase order report has been simplified by removing a repeated order reference, updating the confirmation label, and showing the purchase representative. This makes the document easier for vendors and internal teams to read and helps identify the responsible contact more quickly.
Original PR description
Task: https://www.odoo.com/web#id=1902886&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.2ca076b3832f4f20234b8b20a48d01dc 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
Coupon messages on the website checkout now use standard alert styling, making them look cleaner and more consistent. This helps the coupon experience fit better with different website themes without changing how coupons work.
Original PR description
By using proper BS4 classes for alert, so it looks better and it is more compatible with themes.
Configuration screens for delivery carrier integrations now use the label "Shipping Method" instead of "Delivery Method". This makes terminology consistent with sales orders, reducing confusion for users setting up shipping options.
Original PR description
To be consistent with sale orders Task : 1942231