[IMP] web_dialog_size: Migration to 16.0

[IMP] web_dialog_size: Migration to 16.0

[REM] Remove duplicate configuration readme file

[FIX] Make it work for normal dialogs also

[FIX] SelectCreateDialog

precommit
This commit is contained in:
tarteo
2023-03-02 15:17:23 +01:00
committed by Carlos Roca
parent de7f74d8d8
commit 0b8750db7c
18 changed files with 181 additions and 168 deletions

View File

@@ -4,7 +4,7 @@
<button
t-if="props.getsize() == 'dialog_full_screen'"
type="button"
class="close dialog_button_extend"
class="btn btn-secondary dialog_button_extend"
t-on-click="dialog_button_restore"
>
<i class="fa fa-compress" />
@@ -12,7 +12,7 @@
<button
t-if="props.getsize() != 'dialog_full_screen'"
type="button"
class="close dialog_button_restore"
class="btn btn-secondary dialog_button_restore"
t-on-click="dialog_button_extend"
>
<i class="fa fa-expand" />