Daily updates from Odoo
Friday, June 28, 2024
2 changes · master
Resolved issues and error corrections
This change restores a previous styling setting in the Enterprise web interface to avoid unnecessary warning messages during asset compilation. It does not change business functionality, but helps keep development and deployment logs cleaner.
Original PR description
This reverts commit odoo/enterprise@34a846cae4382b9507407e9f4abd509a02ce4331. Setting the box-shadow to none will trigger a WARNING in the compiler due to how bootstrap handle the box-shadow mixin[1] when receiving two arguments with one containing a 'none' We are setting the value back to 0 which will provide an invalid property too when the mixin is called with a single argument but won't warn in the console. [1]: https://github.com/twbs/bootstrap/pull/30394 follow up of task-3755095
The default appointment schedule has been corrected so available times are not accidentally blocked around the gap between morning and afternoon hours. This helps customers and staff see and book the intended appointment slots reliably.
Original PR description
Fix the gap between mornings and afternoons of the resource calendar `appointment_default_resource_calendar` which was leading to slot not being available. We also remove the temporary fix done with odoo/enterprise@fa0d123fa44775b1daccca4220e9a6ee8d72ad45 task-3858736