sobo-odoo
sobo-odoo
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines...
In commit [1], the call to `observerUnactive` at the start of the `_onDragAndDropStart` function has been removed because with it, undoing a drag and drop in grid mode did not...
In [1], conditions have been made in order to allow/forbid each snippet to toggle the grid mode. However, a case has been forgotten: when a snippet that cannot toggle the...
This commit is a backport of commit [1], fixing some hardcoded gutter values that should have been using the `$grid-gutter-width` variable instead. [1]: https://github.com/odoo/odoo/commit/78f7b86884178e82c7160fb9fc20859c8478b156 task-4194685
In the "Card" snippet, if the cover image is replaced by a video, and if it has a ratio (i.e. the "Ratio" option is not set on "Image default"), the...
Steps to reproduce: - In edit mode, drop a "Text-Image" snippet. - In the text column, add 4 columns with the powerbox (type "/" then "columns"). - In each column,...
In some theme customizations, images were replaced by new ones without specifying the usual image classes `img img-fluid mx-auto`. While two of them could be ignored, this is not the...
Steps to reproduce: - Drop the "Team" snippet and toggle it to grid mode. - Change the grid items padding with the "Padding (Y, X)" option. => The `o_we_padding_highlight` class...