Thursday, March 2, 2023
4 changes · master
Enhancements to existing features
The profile verification message now shows the user's email address without italic styling, preventing it from visually overlapping with nearby punctuation. This makes the verification email clearer and more polished for website users.
Original PR description
before this commit, when a verification email is send to the user when validating the website user profile, there is no spacing/overlapping between the email(in italic) and ! after this commit as the italic is removed from the email, there will be proper spacing(no overlapping) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update applies recommended JavaScript improvements to HR-related screens and the data recycling list view. It should make these areas easier to maintain and help keep the employee attendance and organization chart experience consistent and reliable.
Original PR description
*: hr_attendance, hr_org_chart Apply recommendations from odoo/odoo#104975 to HR apps. task-3069138
This change removes duplicate reporting screens, menu items, records, and related code from the Swedish point of sale localization after the reporting functionality was merged into the main point of sale module. It helps keep the system cleaner and reduces maintenance overlap without introducing a major business workflow change.
Original PR description
Description of the issue/feature this PR addresses: A module (pos_daily_sales_reports) has been added to in 16.0 and forward ported to master. In master we merge this module with the module point_of_sale. --- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)
Amazon shipment updates now include the ship-from location when pickings are synchronized. This helps avoid Amazon warnings about missing shipping origin details and improves the reliability of marketplace order processing.
Original PR description
When sending the information about the pickings, Amazon warns against the lack of information about the shipping location. This commit adds the location to the feed message when syncing the pickings. task-2904163