Friday, March 4, 2016
6 changes · master
Enhancements to existing features
The purchase requisition screen no longer shows an outdated help tooltip for the procurement field. This reduces confusion because the field is now a clear selection list and no longer needs extra explanation.
Original PR description
Description of the issue/feature this PR addresses: Remove tooltip on procurement field - Task: https://www.odoo.com/web#id=22694&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad: https://pad.odoo.com/p/r.DBM4XisPZrn0jDTx Current behavior before PR: Procurement field tooltip no need anymore. Desired behavior after PR is merged: Procurement field tooltip will be remove. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Leads form now labels the contact role field as "Job Position" instead of "Function". This makes CRM wording consistent with customer forms and clearer for users entering contact details.
Original PR description
Description of the issue/feature this PR addresses: Consistency: job positions vs function **Task :** https://www.odoo.com/web#id=22658&view_type=form&model=project.task&action=327&menu_id=4720 **Pad:** https://pad.odoo.com/p/r.25b1473ae6adaf0834b1908e64d58e63 Current behavior before PR: The field name is 'Function' in Leads form view Desired behavior after PR is merged: The field name is 'Job Position' in Leads form view ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Updates wording in the Stock app so remaining references to “Suppliers” now say “Vendors.” This keeps terminology consistent across Odoo and reduces confusion for users working with vendor-related stock operations.
Original PR description
Description of the issue/feature this PR addresses: - Replace the word 'Suppliers' with 'Vendors' at all places **Task:** https://www.odoo.com/web#id=22676&view_type=form&model=project.task&action=327&menu_id=4720 **Pad:** https://pad.odoo.com/p/r.37260d0a97c4e9bf684f3d16582b3a51 Current behavior before PR: - As we have replaced the word 'Supplier' with 'Vendor', still word 'Suppliers' is found at some places Desired behavior after PR is merged: - The word 'Supplier' will be replaced by 'Vendor' at all the places ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Unit of Measure list now includes the type of each unit, making it easier for users to understand and compare measurement units at a glance. This small usability improvement helps teams manage product configuration more efficiently without opening each record individually.
Original PR description
Description of the issue/feature this PR addresses: Add type in UoM list view. <b>Pad:</b> https://pad.odoo.com/p/r.f60847a7db60a63574e827c4800ccccc <b>Task:</b> https://www.odoo.com/web#id=22501&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Current behavior before PR: UoM type field is not in list view of UoM. Desired behavior after PR is merged: Added UoM type field in the list view of UoM. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Features or functions removed from Odoo
The mailing app no longer lets users manually create tracking links from the list view. This keeps link tracking aligned with the intended website promotion flow, reducing confusion and preventing incorrectly created tracking records.
Original PR description
Task: https://www.odoo.com/web#id=22386&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.l4AKAyHYmKmXVRTy
Code cleanup and technical improvements
The website shop stock module was migrated to the newer module structure and an unused controller override was removed. This is an internal cleanup with no expected change for shoppers or business users, helping keep the module easier to maintain.
Original PR description
Task : https://www.odoo.com/web#id=22469&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.sWID4M4UazVGmZfO