Daily updates from Odoo
Navigate
Branch
Wednesday, July 24, 2019
10 changes
New functionality added to Odoo
Website editors can now set videos as snippet backgrounds, alongside existing image and color choices. This gives business users more flexible, visually engaging page design options directly in the standard website editor.
Original PR description
Description of the issue/feature this PR addresses: - To put a muted radio button and check all other options by default - Loading background video with dropdown selection - Opacity with scroll -…
Description of the issue/feature this PR addresses: - To put a muted radio button and check all other options by default - Loading background video with dropdown selection - Opacity with scroll - Radio buttons to fill/put video in container - Related task : https://www.odoo.com/web?#id=1920630&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.87eb797270ac8da12cb49f989279a027 Current behavior before PR: - User doesn't get the background video as a option like we already have a background image/color. - Media block is used for background video. Desired behavior after PR is merged: - Now user will get Background Video" option in standard website and Media block is removed from the snippet. - Radio button "muted" will be added and all other radio buttons are already check by default - In standard website "loading background" with dropdown selection, "opacity" with scroll and radio buttons for fill/put video in container will be available same as Media block. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
Form view stat buttons in the web interface now use styling aligned with the Enterprise experience. This improves visual consistency and prepares the interface to display future ribbon elements properly.
Original PR description
**Task**: https://www.odoo.com/web#id=2035081&model=project.task&menu_id=4720 **Pad**: https://pad.odoo.com/p/r.4519fd96d1dac5758c63d78b63a2d34c -- 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
Form view statistic buttons have been visually adjusted so they display consistently with the Enterprise interface. This prepares the layout for future ribbon display improvements and helps keep the user experience more polished and consistent.
Original PR description
**Task**: https://www.odoo.com/web#id=2035081&model=project.task&menu_id=4720 **Pad**: https://pad.odoo.com/p/r.4519fd96d1dac5758c63d78b63a2d34c --
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
This fixes how date and time information is formatted on delayed rental order lines. It helps users read rental timing information consistently and reduces confusion when reviewing rental delays.
Original PR description
Fix commit bd0bd7ae63bce50cb09f462ff606deb0a4dbc12b