Daily updates from Odoo
Friday, August 19, 2016
5 changes · master
Enhancements to existing features
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
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...