Sunday, July 12, 2026
3 changes · saas-19.3
Resolved issues and error corrections
Fixed a display issue in Planning where material resource rows could appear with the wrong height after the resource field changed format. This keeps planning lists visually consistent and easier to read for users managing schedules.
Original PR description
commit - https://github.com/odoo/enterprise/pull/106700/changes/3f27d96bda7c0b20683adb3fc1d38b5c3279c4a4 When the resource field was converted from m2o to m2m, the corresponding SCSS selector in the planning list was not updated. so the row height was not adjusted correctly for material resources using the m2m avatar widget. Forward-Port-Of: odoo/enterprise#123894
Draft planning items in My Planning now display with the expected hatched visual style instead of appearing like confirmed entries. This makes it easier for users to distinguish draft plans at a glance and avoid confusion when reviewing schedules.
Original PR description
Issue: Calendar entries appear plain even when they should appear hatched. (ex. while in draft status) Steps to reproduce: If you create any planning and set it to draft. Then go to Planning > Planning > My Planning, the newly created plan should be in hatched but it becomes plain. Cause: In the view planning.slot.my.calendar there was missing the element that causes the views to become hatched when in draft status. Solution: Added said element. opw-6260055 Forward-Port-Of: odoo/enterprise#119153
Documentation and clarification updates
This pull request represents a legal compliance update, specifically a Certificate of License Agreement (CLA) signature by jota2rz. This ensures ongoing adherence to Odoo's licensing terms and allows continued development on this feature branch. It's a standard process for maintaining legal compliance within the Odoo project.
Original PR description
Signing again at 19.0 to be able to continue with this PR: https://github.com/odoo/enterprise/pull/123387 Forward-Port-Of: odoo/odoo#275490