Tuesday, May 24, 2016
12 changes · master
New functionality added to Odoo
The mail app gains a blacklist mechanism to help prevent unwanted or inappropriate email senders from interacting through mail channels and threads. This gives administrators better control over communication quality and reduces disruption from blocked contacts.
Original PR description
WIP Task: https://www.odoo.com/web#id=23876&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
Enhancements to existing features
The CRM opportunity form label is updated from “Expected Closing” to “Expected Closing Date.” This makes the field clearer for users by explicitly indicating that they should enter a date.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web?#id=24027&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.d2bb0c0af703e5081b45dd52e2682936 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 …losing Date'.
The asset form label is updated from “Every” to “One entry every” to make the scheduling field easier to understand. This small wording change helps users interpret how often asset entries will be created without changing any underlying accounting behavior.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=23596&view_type=form&model=project.task&action=333&active_id=131 - Pad : https://pad.odoo.com/p/r.469ece008a512493d484878dc341242b 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 …ry'.
The Event app now uses the term “Event Category” consistently in list grouping options instead of the older “Event Type” label. This removes a small wording inconsistency and makes the interface clearer for users managing events.
Original PR description
Description of the issue/feature this PR addresses: Task:https://www.odoo.com/web?#id=24132&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.41fa78aacc8beb64150cd1cef6efca20 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
Task time tracking now labels the progress indicator as “Working Time Recorded” and shows the exact percentage of planned time that has been logged, including subtasks. This helps teams quickly see whether work is on track or has exceeded the planned effort, without misleading tooltips or capped percentages.
Original PR description
Description of the issue/feature this PR addresses: Improve working time progress in task time management Task: https://www.odoo.com/web#id=22641&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.1702d60214657067b45329a7156dcc59 Current behavior before PR: progress bar is not showing the exact percentage of working time progress in task time managemnet Desired behavior after PR is merged: - "Progress(%)" will be renamed into "Working Time Recorded" - tooltip will be removed from the progress bar - It will show the exact percentage of working time progress ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The company form now changes the mouse cursor to a hand when users hover over the currency settings “here” link. This small usability improvement makes it clearer that the text is clickable and helps users navigate settings more confidently.
Original PR description
Description of the issue/feature this PR addresses: <strong>Task:</strong> https://www.odoo.com/web#id=24142&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad: </strong> https://pad.odoo.com/p/r.d5403414dd4e4b1561339ffda5cf1a43 Current behavior before PR: In currency Setting link of company form mouse shape does not change it's shape when hover on 'here' link. Desired behavior after PR is merged: In currency Setting link of company form mouse shape is change when hover on 'here' link. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …e change it's shape when hover on 'here' link.
This update adds a dedicated menu entry so users can more easily find and manage analytic account tags. It also renames the existing accounting tag menu from "Tags" to "Account Tags" to make the navigation clearer and reduce confusion between different tag types.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=23827&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/openerp-project.task-B403ZQXMJE 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 - Also changed account tags menu string. 'Tags' to 'Account Tags'
The default demo data now includes addresses, phone numbers, and email addresses for the administrator, demo user, and portal demo user. This reduces manual setup when testing or demonstrating Odoo with standard sample users.
Original PR description
Description of the issue/feature this PR addresses: Admin, Demo and Portal Users should have address + phone + email address Task: https://www.odoo.com/web#id=23929&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.0cad3288276b7c00d6e9f04aa5f4c10c Current behavior before PR: There is no default contact detail of admin, demo user and portal user, user should have to filled it up manually .. Desired behavior after PR is merged: There will be default address, phone number and email address for all three users: admin,demo user & portal user in base demo data ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Companies can now translate custom report footers for different languages. This helps businesses present localized documents consistently to customers, partners, and employees.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web?#id=23643&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad: https://pad.odoo.com/p/r.c101645d059067190d8a11aec9fd9320 Current behavior before PR: Custom footer cannot be translated in report. Desired behavior after PR is merged: Translate custom footer for report by making the field Translatable = True. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Removes an incorrect default abbreviation for the “Sir” partner title because “Sr.” commonly means “Senior,” not “Sir.” This helps keep customer and contact data clearer and avoids misleading titles in business records.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=24156&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/openerp-project.task-9BCMQA2EQU 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
Code cleanup and technical improvements
The sales contract features were migrated to a newer internal framework, making them easier to maintain and evolve. Automated tests were also cleaned up and improved, helping reduce risk for future changes without changing the core customer-facing workflow.
The sales contract module has been reorganized and migrated to Odoo's newer internal API. This should make the module easier to maintain and evolve while preserving the existing contract and subscription business workflows.