Thursday, October 13, 2022
4 changes · master
Miscellaneous changes
On the emoji picker, additional rendered rows on top and bottom were not loaded correctly on top. This commit fixes the top rendered rows not working properly. Also fixes computation of some fields that should contain integer values (index) but had float instead, which required late rounding. Task-3000424 Forward-Port-Of: odoo/odoo#101467
Original PR description
On the emoji picker, additional rendered rows on top and bottom were not loaded correctly on top. This commit fixes the top rendered rows not working properly. Also fixes computation of some fields that should contain integer values (index) but had float instead, which required late rounding. Task-3000424 Forward-Port-Of: odoo/odoo#101467
Before this commit, the active category was wrongly computed, which results is wrong display of the active category while scrolling and while clicking on the category bar. The bug was that computation relied on condition of 1st rendered row, instead of 1st visible row. Rendered rows include the extra before the 1st visible one, here 10 extra rows above. As a result, the computation of active category acts as if the viewport was offset by 10 rows upward. Task-3017324 Forward-Port-Of: odoo
Original PR description
Before this commit, the active category was wrongly computed, which results is wrong display of the active category while scrolling and while clicking on the category bar. The bug was that computation relied on condition of 1st rendered row, instead of 1st visible row. Rendered rows include the extra before the 1st visible one, here 10 extra rows above. As a result, the computation of active category acts as if the viewport was offset by 10 rows upward. Task-3017324 Forward-Port-Of: odoo/odoo#103173
Due to Apple AppStore's review, the HomeMenu in the mobile app on iPhone should look like a list instead of the regular grid of icons. This commit forces each row to take the whole width instead of being cropped to the left side, hidding the App's name (but not the icon). Steps to reproduce: - Open your Odoo database on the iOS mobile app on iPhone - Login => HomeMenu should look like a list but each row is cropped to the left Forward-Port-Of: odoo/enterprise#32794
Original PR description
Due to Apple AppStore's review, the HomeMenu in the mobile app on iPhone should look like a list instead of the regular grid of icons. This commit forces each row to take the whole width instead of being cropped to the left side, hidding the App's name (but not the icon). Steps to reproduce: - Open your Odoo database on the iOS mobile app on iPhone - Login => HomeMenu should look like a list but each row is cropped to the left Forward-Port-Of: odoo/enterprise#32794
Difference is no longer calculated in the backend, see: https://github.com/odoo/odoo/commit/caeb782841fc5a7ad71a196e2c9ee67644ef9074#diff-6e3139ca3c848ecd9159cbee86a94aa51a3c7e0d2b62bbccfac1023c18a1edf5L296 Related ticket: https://www.odoo.com/web#id=3001032&cids=1&model=project.task&view_type=form Forward-Port-Of: odoo/enterprise#32446 Forward-Port-Of: odoo/enterprise#32264
Original PR description
Difference is no longer calculated in the backend, see: https://github.com/odoo/odoo/commit/caeb782841fc5a7ad71a196e2c9ee67644ef9074#diff-6e3139ca3c848ecd9159cbee86a94aa51a3c7e0d2b62bbccfac1023c18a1edf5L296 Related ticket: https://www.odoo.com/web#id=3001032&cids=1&model=project.task&view_type=form Forward-Port-Of: odoo/enterprise#32446 Forward-Port-Of: odoo/enterprise#32264