Daily updates from Odoo
Thursday, May 16, 2019
6 changes
New functionality added to Odoo
This change adds an automated test journey for the website shop, covering common customer purchase flows such as business and consumer checkout, tax display variations, and address handling. It helps protect the online sales experience from future regressions without changing day-to-day user behavior.
Original PR description
Task : https://www.odoo.com/web#id=1829827&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.1874499047ac4e26e2c9168d5aa3f7e1 Description of the issue/feature this PR addresses: Create new tour FOR TEST PURPOSE ONLY for website_sale. Current behavior before PR: There is no tour TEST for website_sale that perform steps according to this task. Desired behavior after PR is merged: Created TOUR TEST for website_sale. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Linking an employee to a user no longer automatically overwrites the employee's carefully formatted name. This helps preserve correct personal name formatting and avoids unintended changes in HR records.
Original PR description
Purpose ======= Managing people's names is hard. The full name is stored in a single field. But is it first name first? Last name first? How many names? We don't want an onchange to automatically change names for which we might have spent a lot of energy correctly formatting in the database. Specification ============= Remove the automatic sync between the user's name and the employee's name when a user is linked to the employee. Task 1953003 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The manufacturing bill of materials structure report now uses clearer labels for its print buttons. This helps users choose the right print action more confidently and reduces confusion when generating reports.
Original PR description
Description of the issue/feature this PR addresses: Related task: https://www.odoo.com/web?#id=1998237&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.8e7eaa74d386617c4bf1e6677c086903 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
Resolved issues and error corrections
This change corrects an error introduced in the stock picking view by removing an invalid reference. It helps ensure users can open and use the stock transfer screen without encountering a view-related failure.
Original PR description
Commit ca35f98 change the picking view but introduce an error by calling 'self'. 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
This corrects a typo that prevented a wishlist data rule from being applied. It helps ensure wishlist records follow the intended validation, reducing the chance of duplicate or inconsistent wishlist entries.
Original PR description
_sql_constrains does nothing
This fixes a small typo that caused the wrong calculation method to be used in CRM lead mining requests. The change helps ensure lead mining request information is computed correctly, reducing the risk of inaccurate CRM data.
Original PR description
Since c456228fa466982806355475079121f0b45c0166, the compute method was not the good one. 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