Daily updates from Odoo
Tuesday, August 29, 2023
3 changes · master
Resolved issues and error corrections
A test was adjusted to stop trying to click a button that is already confirmed as disabled. This keeps automated checks aligned with stricter behavior in the shared click helper and helps avoid misleading test actions.
Original PR description
This commit is the enterprise counterpart of odoo/odoo#133196. The click helper now throws an error if the target is disabled. In the adapted test, we already assert that the button is disabled, there's no point clicking on it.
The Knowledge app now displays property controls more consistently after a recent layout change for separator properties. This keeps article property panels visually aligned and ensures the system has the needed context to remember user preferences correctly.
Original PR description
Helpdesk ======= Hide the "Add A Property" button by default, and instead use the client action. Knowledge ========= The HTML structure of the properties field has been changed for the separators properties, fix the CSS. Task-3188915
The timesheet timer can now be started again from list and kanban views after a recent technical change had broken that action. The grid view was also cleaned up so it no longer shows a redundant empty section when there is only one unnamed section, making the display clearer for users.
Original PR description
Before this commit, since the refactor of the relational model the timer cannot be launched in list and kanban views in timesheet This commit fixes the issue but the timer header in the list and kanban views has to be reviewed to be able to correctly use the reactivity implemnented in the new relational model.