Commit Graph

12 Commits (e29c979629158f374a6c97cb15478e43fb1b0711)

Author SHA1 Message Date
OCA-git-bot 7e664090ff [BOT] post-merge updates 2025-02-06 15:01:35 +00:00
OCA-git-bot f3a6021c13 [BOT] post-merge updates 2024-12-27 12:04:09 +00:00
Carlos Roca 2f6c486321 [MIG] web_dialog_size: Migration to 17.0 2024-12-27 12:04:09 +00:00
Carlos Roca 5b122506a4 [IMP] web_dialog_size: pre-commit auto fixes 2024-12-27 12:04:09 +00:00
Carlos Roca 5495f4ac09 [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-12-27 12:04:09 +00:00
tarteo e0d6f11eaa [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-12-27 12:04:08 +00:00
Mantux11 000342b0b7 [15.0][MIG] web_dialog_size: migration to 15.0 2024-12-27 12:04:08 +00:00
Jairo Llopis 2f9ad6559d [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-12-27 12:04:08 +00:00
Pierre Pizzetta 5dac993b7d [MIG] web_dialog_size: Migration to 14.0 2024-12-27 12:04:08 +00:00
sudhir-erpharbor 33649baef3 [IMP] Improved code and solved the bug of two arrows in dialog. 2024-12-27 12:04:08 +00:00
ernesto 0894abacf3 [MIG] web_dialog_size: Migration to 12.0 2024-12-27 12:04:08 +00:00
Jairo Llopis be74a0a479 [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-12-27 12:04:08 +00:00