Friday, May 17, 2019
6 changes · master
Enhancements to existing features
The stock replenishment wizard now requires users to enter a scheduled date before proceeding. This helps ensure replenishment actions are planned with a clear timing, reducing incomplete or ambiguous stock operations.
Original PR description
Follow up of d5ec467bafe623815a7a54641e2291456e7c6267 Description of the issue/feature this PR addresses: Fixes https://github.com/odoo/odoo/issues/29778 (This has been already Improved in v12 at d5ec467bafe623815a7a54641e2291456e7c6267 ) Current behavior before PR: Desired behavior after PR is merged: Cc: @mart-e -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo's base data has been updated to replace several obsolete currencies with their current replacements. This helps keep country and currency records accurate for businesses operating in or reporting on those regions.
Original PR description
Task: https://www.odoo.com/web#id=1823998&view_type=form&model=project.task&action=327&menu_id=4720 pad: https://pad.odoo.com/p/r.c2476dead91ed75db5b2adaceec24e41 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Follow-up reports now display dates using the logged-in user's preferred language format rather than the customer's format. This makes reports easier for staff to read consistently and reduces confusion when working with customers in different locales.
Original PR description
task - https://www.odoo.com/web#id=1922508&action=327&model=project.task&view_type=form&menu_id=4720 pad https://pad.odoo.com/p/r.36555f49456119b41cc1f0d710cc2474
The Intrastat Report menu is now shown within the Netherlands reporting section and becomes available when Netherlands reports are installed. This makes the report easier for Dutch accounting users to find and access from the relevant localization menu.
Original PR description
Description of the issue/feature this PR addresses: Related task: https://www.odoo.com/web?#id=1969902&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.d1f563e235a166c7b333daee73651236 Current behavior before PR: Desired behavior after PR is merged:
Resolved issues and error corrections
This fixes a visual issue where phone number links in forms were no longer highlighted correctly. Users can once again easily recognize phone fields as clickable contact actions, improving clarity in daily workflows.
Original PR description
Since ea1b3254bb58b762c4398dbd8a823a7a41fff6e1, the phone widget was no more highlighted as it is not contain in a 'span'. This commit reintroduce the correct behavior for the phone widget. 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
Code cleanup and technical improvements
Helpdesk was adjusted to stay compatible with recent changes in the shared messaging system. This helps ensure customer emails continue to be matched to the right contacts after the underlying mail update.
Original PR description
Purpose: adapt enterprise addons to community update of mail.thread methods. In this commit we adapt to _find_partner_from_emails update. Related to task ID 1911679 Linked to PR #4087