Sunday, April 7, 2024
2 changes · saas-17.2
Miscellaneous changes
This pr backports some fixed for python3.11 and introduces new fixes for Ubuntu Noble, such as timezones. Forward-Port-Of: odoo/odoo#160842 Forward-Port-Of: odoo/odoo#151989
Original PR description
This pr backports some fixed for python3.11 and introduces new fixes for Ubuntu Noble, such as timezones. Forward-Port-Of: odoo/odoo#160842 Forward-Port-Of: odoo/odoo#151989
Commit[1] aimed to fix a layout issue inside the eCommerce categories form view on mobile devices. Prior to Commit[1], a .oe_left class was applied to the content of the sheet, moving it "out of the flow", resulting in a wrong sized form_sheet. To fix the issue, we removed the `.oe_left` class, but doing such a change introduced a risk for users's customizations. To prevent this issue, we reintroduce the initial lines, and will provide a fix in another PR. Commit[1]: 9837396 Rela
Original PR description
Commit[1] aimed to fix a layout issue inside the eCommerce categories form view on mobile devices. Prior to Commit[1], a .oe_left class was applied to the content of the sheet, moving it "out of the flow", resulting in a wrong sized form_sheet. To fix the issue, we removed the `.oe_left` class, but doing such a change introduced a risk for users's customizations. To prevent this issue, we reintroduce the initial lines, and will provide a fix in another PR. Commit[1]: 9837396 Related to task-3847917 Forward-Port-Of: odoo/odoo#160859 Forward-Port-Of: odoo/odoo#160701