Commit Graph

12 Commits (54d9129e598b47224f7a982d9afb1a25e52bbdec)

Author SHA1 Message Date
OCA-git-bot f4885276a6 [BOT] post-merge updates 2024-08-19 06:29:06 +00:00
Carlos Roca 996d4e56e6 [MIG] web_dialog_size: Migration to 17.0 2024-08-16 09:41:59 +02:00
Carlos Roca d760a19735 [IMP] web_dialog_size: pre-commit auto fixes 2024-08-16 08:35:31 +02:00
Carlos Roca 95c85e4fce [FIX] web_dialog_size: Fixes on legacy Dialogs
The problems found on Legacy Dialogs are the next:

1. The modal can't be dragged
2. The button for extending and reduce the modal is doing nothing
3. The x for close the modal is showed twice

You can test it with dialogs showed on Vault module
2024-08-16 08:35:31 +02:00
tarteo 0b8750db7c [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
2024-08-16 08:35:31 +02:00
Mantux11 de7f74d8d8 [15.0][MIG] web_dialog_size: migration to 15.0 2024-08-16 08:35:31 +02:00
Jairo Llopis 89ece718a2 [IMP] web_dialog_size: add task to roadmap
It is important to let users decide their default dialog size. Some have ultrawide monitors and this module does more harm than benefit.

Here I add such task to roadmap, to avoid forgetting about it.

@Tecnativa
2024-08-16 08:35:31 +02:00
Pierre Pizzetta 8a378e01ee [MIG] web_dialog_size: Migration to 14.0 2024-08-16 08:35:31 +02:00
sudhir-erpharbor daaea05f29 [IMP] Improved code and solved the bug of two arrows in dialog. 2024-08-16 08:35:31 +02:00
ernesto 090c0dbeed [MIG] web_dialog_size: Migration to 12.0 2024-08-16 08:35:31 +02:00
Jairo Llopis 1ccbd594d0 [FIX] web_dialog_size: Fix usage for non-admins and reduce calls (#954)
This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
2024-08-16 08:35:31 +02:00
Anthony Muschang 0a12012776 [ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen
width.
2024-08-16 08:35:31 +02:00