Tuesday, March 14, 2017
11 changes · master
Enhancements to existing features
This update adjusts the sales order email template so customer names are formatted without an unnecessary space after a comma. It improves the polish and consistency of customer-facing emails with a very small visual change.
Original PR description
Task: https://www.odoo.com/web?#id=31539&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.6437eaf33b405510bf995b0b7fa6fb42 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 CRM VoIP demo data has been expanded with example phone calls. This helps users and evaluators see more realistic reporting and activity examples when exploring the system.
Original PR description
Task: **https://www.odoo.com/web?#id=21284&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720** Pad: **https://pad.odoo.com/p/r.jK5sgBHTi88ogCdN**
The signature request email template has been reformatted to make messages clearer and more professional for recipients. This helps improve the signing experience by presenting the request information in a cleaner, easier-to-read format.
Original PR description
Task: https://www.odoo.com/web?#id=10987&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.LqRFKVPL7AhkNmh3
The wording in deferred revenue screens was updated from “depreciation” to “revenue” to better match revenue recognition terminology. This makes the interface clearer for users managing deferred revenue and reduces confusion with asset depreciation concepts.
Original PR description
Hello, with this branch we have changed string depriciation to revenue for revenue recognition Task: https://www.odoo.com/web?#id=21592&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.FHS67kt9XVY18LwM Thanks
Resolved issues and error corrections
This update prevents an error that could occur after upgrading from Odoo v7 to v8 when the system receives an empty database entry. It improves stability during upgrade-related database handling and reduces the chance of interruptions for users.
Original PR description
Problem: Calling http.db_filter([None]) with [None] as db list throw Error. More info in #2643
This change fixes a purchase workflow issue by correcting the delivery operation type used for dropshipping. It helps ensure purchase orders route goods through the intended dropship process instead of the wrong outgoing delivery flow.
This update adds the missing form setup needed to assign a sales team in website CRM scoring. It helps prevent invalid field errors and makes lead scoring configuration work more reliably for users.
When a wizard action opens a web link, the wizard now closes as expected instead of remaining on screen or causing the current view to reload unnecessarily. This improves the user flow for actions that redirect users to external or new-window content.
Original PR description
Task: https://www.odoo.com/web?#id=21062&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.MEzWuDJ0aazvLCVk
This update prevents an error when users click the Overdue button in customer follow-up reports. It also hides the "Do it Later" option when invoices are overdue, helping users focus on the relevant follow-up action.
Original PR description
Task: https://www.odoo.com/web?#id=677114&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720
The postal invoice sending workflow was corrected to prevent an error when users choose to send invoices by post. This keeps the document mailing process working reliably without changing the user-facing process.
Original PR description
Task: https://www.odoo.com/web?#id=681170&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720
This fix removes an unwanted thin border around images in form views so they display more consistently with the previous Odoo version. It improves the visual polish of records that include images without changing business workflows.
Original PR description
…nt image having border of 1px and it looks weired and hence make it same like old version of odoo Issue: 646213