Monday, May 4, 2020
3 changes · master
Enhancements to existing features
This update simplifies the main control panel by keeping search filters visible, removing extra dropdown indicators, and moving import into the favorites menu. It also adjusts export visibility so users only see it when no records are selected, reducing clutter and making actions clearer.
Original PR description
PURPOSE 1) show export button only when no records are selected. 2) remove advanced search option from controlpanel searchbar. 3) remove dropdown caret from controlpanel and change the icon of action buttons 4) remove import button and add it in favorites dropdown. SPECIFICATIONS 1) export button should only show when no records are selected. 2) searchbar should only show normal search icon. And filters, groupbys should always show. 3) dropdown icon should be removed from filters, groupbys, etc.., and change the icon of action buttons 4) import button should be removed and add it in to the favorites dropdown. LINKS PR https://github.com/odoo/odoo/pull/49793 Task 2234547 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update lets Odoo create purchase order lines, sales order lines, and CRM leads in batches across related apps. This improves consistency between modules and can make high-volume operations smoother and more efficient.
Original PR description
Ensure main Odoo models supports batch record creation. * `purchase.order.line` supports multi creation in `purchase`, but not anymore when `purchase_stock` is installed. * `sale.order.line` supports multi creation in `sale`, but not anymore when `sale_purchase` is installed. * `crm.lead` doesn't support batch creation atm, but it doesn't cost anything to support it. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The control panel search area has been simplified by removing the advanced search option from the sample interface and hiding dropdown carets on search menus. This makes filters, grouping, and favorites feel cleaner and more consistent, with added mobile coverage for the import action in favorites.
Original PR description
PURPOSE 1) remove advanced search option from controlpanel searchbar sample UI. 2) remove dropdown caret from controlpanel sample UI. SPECIFICATIONS 1) removed advanced search option from sample UI. 2) dropdown icon removed from sample filter, groupby and favorite etc.. 3) added a mobile testcase for import button in favorite dropdown. LINKS PR https://github.com/odoo/enterprise/pull/10059 Task 2234547