Daily updates from Odoo
Friday, October 11, 2024
3 changes · master
Resolved issues and error corrections
This fix removes unnecessary extra spacing around control buttons in Planning, Social, and Gantt views. The change makes these screens look more consistent and avoids blank gaps when no buttons are shown.
Original PR description
This PR removes an extra spacing added on top of the gap rule already defined at the control panel level. As this extra spacing was leading to a weird and inconsistent visual result, we simply remove…
This PR removes an extra spacing added on top of the gap rule already defined at the control panel level. As this extra spacing was leading to a weird and inconsistent visual result, we simply remove it. It also fixes an issue about `GanttView.Buttons` always being present in the DOM even if empty, leading to an extra spacing due to the `d-flex gap-1` set on the parent. To handle that scenario, we simply add a `d-empty-none` rule on it. - requires https://github.com/odoo/odoo/pull/183077 | ///////////// | Master | This PR | |--------|--------|--------| | Planning | <img width="383" alt="image" src="https://github.com/user-attachments/assets/130b2f50-ecbf-47b0-ba4b-f15536186802"> | <img width="391" alt="image" src="https://github.com/user-attachments/assets/5e045515-1d16-401e-985d-c84a1220b1d8"> | | Social | <img width="388" alt="image" src="https://github.com/user-attachments/assets/f1bcf991-bed8-43de-8b41-d59a6dca03e9"> | <img width="383" alt="image" src="https://github.com/user-attachments/assets/6ca8d83d-da9f-42d1-855c-493afe384869"> | | web_gantt | <img width="340" alt="image" src="https://github.com/user-attachments/assets/374beeb3-f0de-4a78-9b63-1f351343994e"> | <img width="340" alt="image" src="https://github.com/user-attachments/assets/6dc6c802-3198-4680-8a94-33e60f6d228b"> | task-3833933
A new technical settings menu makes quote calculator spreadsheet templates easier to find and manage. Administrators can now clean up unused templates or import templates from JSON files without adding clutter to the Sales app menus.
Original PR description
Currently, there's no menu to get a list of all quote calculator spreadsheet templates. This commits adds a menu in the technical settings. It allows to: - delete/clean unused spreadsheet templates - import a template from its json file (BA do that quite often for dashboards, I expect they'll want to do it for spreadsheet quotation templates) Feedback from OXP Note: we don't add the menu in the Sales app menus because we don't want to add noise in there. It must be kept clean. Will be backported to 18.0 Task: 4236559
This update supports an internal platform change and adjusts automated checks across accounting, localization, inventory barcode, sales, and helpdesk knowledge areas. It helps ensure these business workflows continue to run reliably after the core environment change.
Original PR description
odoo/odoo#181048