Daily updates from Odoo
Wednesday, July 24, 2019
6 changes
Enhancements to existing features
Portal chatter now lets customers and public users with a valid access link add attachments directly to documents. This reduces reliance on backend users or email-based uploads and makes document collaboration easier from the portal.
Original PR description
Before this commit, it was only possible to add attachments on documents from the backend or by sending them by email. It is now possible to add them also from the portal chatter, including for portal/public users who have a valid access_token. Part of task-37264 Co-authored-by: Pratima Gupta <pgu@odoo.com> Co-authored-by: Sébastien Theys <seb@odoo.com> 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 update improves the online shop experience by making product category browsing and search faster and clearer. Customers see more accurate category expand options, and shop searches perform better on larger catalogs.
Original PR description
task : https://www.odoo.com/web#id=2032417&action=327&model=project.task&view_type=form&menu_id=4720 pad : https://pad.odoo.com/p/r.fda3cacae6d8e949acc4f90f7f444fda Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Purchases now pick the most cost-effective vendor for a product while taking the ordered quantity into account. This helps businesses avoid overpaying when suppliers offer different prices at different quantity levels, and adds test coverage to ensure the right supplier is chosen.
Original PR description
task - https://www.odoo.com/web?#id=1947351&action=327&model=project.task&view_type=form&menu_id=4720 pad - https://pad.odoo.com/p/r.42f76c4168c856b53271369fa2674ee7
The survey module has been updated to improve the visual design and presentation of surveys. This should make surveys clearer and more appealing for respondents, supporting better engagement and completion rates.
Original PR description
Task ID : 2006808 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Receipt and delivery detail screens now hide location fields that are not relevant to the operation type. This reduces clutter for warehouse users and makes it easier to focus on the information they need when processing vendor receipts or customer deliveries.
Original PR description
task : https://www.odoo.com/web#id=2036654&action=327&model=project.task&view_type=form&menu_id=4720 pad : https://pad.odoo.com/p/r.848ca16479e8aaa45b7a99c9b9257112 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Stock calculations now use the company currently active in the session rather than the user's default company. This helps avoid incorrect stock information or behavior when users work across multiple companies in Odoo.
Original PR description
Since changes made on multi-company, env.user.company_id doesn't reprsent the the current company anymore, it is only the company in which the user will be connected by default in Odoo. The current main company is now available under env.company, so we use now the current company instead of the user default. 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