Daily updates from Odoo
Wednesday, November 16, 2022
3 changes · master
Enhancements to existing features
When a sales order line price is changed, Odoo now offers to update other lines that share the same pricing when at least two matching lines exist. This makes bulk pricing updates easier and reduces the chance of inconsistent prices across subscription-related sales lines.
Original PR description
When updating the pricing of a SOL, if there is at least 2 other lines with a similar pricing, a wizard pop up to ask if Odoo must update the pricing of those lines. Previously, this wizard only popped up when there was at least 2 other lines and all of them had a similar pricing. taskid-2859459
Users can now double-click spreadsheet cards in creation, insertion, and dashboard selection dialogs to confirm their choice immediately. This makes adding or creating spreadsheets faster and reduces extra clicks in common document and dashboard workflows.
Original PR description
… selection modal Double-clicking on a card of the spreadsheet modal (both insertion, creation, and selection modals) should submit it with the clicked item. Modals updated : - Documents => "Create a spreadsheet" modal - "Insert in spreadsheet" modal (for Graph/List/Pivot/Link inserted in spreadsheet/dashboard) - Dashboard configuration => "Add a spreadsheet" modal Odaoo task [2950594](https://www.odoo.com/web#id=2950594&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
This update makes Field Service easier to use by improving task search, clearer warning messages, and cleaner task reports. It also avoids showing irrelevant budget information when no project budget is linked, helping users focus on applicable details.
Original PR description
Purpose of this PR to improve generic usage of industry_fsm app. So, in this PR done following changes: -added quick search Description in project.task search view task-2924215