Tuesday, September 25, 2018
6 changes · master
New functionality added to Odoo
Adds a set of shared tools and documentation to make Odoo migration scripts easier and more consistent to write. This helps teams upgrade databases with less repeated work and clearer guidance, while having limited direct impact on everyday users.
Original PR description
Those are a bunch of functions to help writing migration scripts.
Enhancements to existing features
Searching tasks by customer now returns tasks linked to the selected customer and its related contacts. This makes project task search results more complete and consistent with how customer searches work in invoicing.
Original PR description
Description of the issue/feature this PR addresses: Now searches by Customer returns all tasks related to it and it's customers Current behavior before PR: Searching by the customer only returns task registered with the current customer Desired behavior after PR is merged: Now searching by customer returns all tasks related to it and it contacts like accounting app when searching invoices by a partner. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This fix ensures serial and lot numbers appear correctly on delivery slips, helping teams and customers verify shipped items. It also removes the unnecessary reserved quantity column once a delivery is completed, making completed delivery records clearer.
Original PR description
Pad: https://pad.odoo.com/p/r.7e6638c129ca8d9a4c7f2723d512b167 Task: https://www.odoo.com/web#id=1888361&action=327&model=project.task&view_type=form&menu_id=4720 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
The partner assignment website page now displays its search bar correctly. This improves the browsing experience for visitors looking for partners or related CRM information.
Original PR description
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
The website editor menu has been adjusted so it displays correctly when editing website pages. This helps users manage page menus more reliably and avoids confusion caused by the broken interface.
Original PR description
- Edit Menu UI issue fixed [Bug:](https://drive.google.com/file/d/1vcigt-kVaAq5gxXBANXpJgHRUhtJnF8y/view)
This fix restores the editing interface for the website gallery block after a Bootstrap 4-related issue. Business users can again manage gallery content reliably when building or updating website pages.
Original PR description
Restore UI for gallery snippet.