Daily updates from Odoo
Tuesday, August 29, 2023
2 changes
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