Daily updates from Odoo
Friday, August 19, 2016
8 changes · master
Enhancements to existing features
Calendar invitees now receive a confirmation in the browser when they accept, decline, or view an invitation from email. The change improves confidence that their response was recorded and also prevents duplicate attendee records when event partner details are updated.
Original PR description
…and view invitation from email Task: https://www.odoo.com/web#id=12763&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.eagKQBb3I0IH9dtG
Product variant prices can no longer be edited directly on the variant record. This reduces pricing mistakes by guiding users to manage variant prices from the product template using the Variant Prices button, where pricing is intended to be controlled.
Original PR description
Description of the issue/feature this PR addresses: - The variant prices should be read only on the variant. - variant prices are managed on the template (via the Variant Prices button) Task:https://www.odoo.com/web?#id=22390&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.8753be2d433fe99a478ab029b984cddf I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Sales order reports no longer show partner payment terms when they were manually removed from the order. This prevents confusing duplicate or unintended payment information from appearing on customer-facing documents.
Original PR description
- In report_saleorder.xml, removed unnecessary payment terms field to display. it's printed twice Task:https://www.odoo.com/web?#id=22365&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.loTULMfHFGjiQNJy
Resolved issues and error corrections
This fixes an error that could appear when users set resupply warehouses in Inventory. The change prevents the setup process from crashing, allowing warehouse resupply configuration to be completed normally.
Original PR description
Description of the issue/feature this PR addresses: Issue : https://www.odoo.com/web#id=682561&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - When user tries to set a resupply warehouses, it throws a traceback.. Desired behavior after PR is merged: - Resolve the traceback on setting of resupply warehouses ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a website login issue where permission checks could use the public website visitor instead of the person attempting to sign in. The change helps ensure access rules are evaluated for the right user, reducing incorrect login behavior.
Original PR description
Fixes: https://github.com/odoo/odoo/issues/13203 ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …r as request.env.user is public user, not the user trying to log in
This fixes an error that occurred when users tried to retrieve inventory values from the Inventory at Date report. Business users can now access the report as expected, improving reliability for stock valuation checks.
Original PR description
Description of the issue/feature this PR addresses: Issue : https://www.odoo.com/web#id=686194&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - Go to Inventory > Reports > Inventory at Date, click on "Retrive the Inventory Value", it gives traceback Desired behavior after PR is merged: - Traceback will be resolved ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
The anonymization feature has been reorganized and migrated to Odoo's newer application framework. This should make the module easier to maintain and align it with current platform standards, with no major business process change expected.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=24258&view_type=form&model=project.task&action=327&menu_id=4720 - Pad: https://pad.odoo.com/p/r.bf1b5f1780cc31a5a5e8b93828d11c77 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
Miscellaneous changes
WIP, just to check the diff...
Original PR description
WIP, just to check the diff...