Commit Graph

16 Commits (6563f0b8e8b5ad51a0f9efffd00067c6f5913dbd)

Author SHA1 Message Date
jguerriat 4403ef95e5 [MIG] web_dialog_size: Migration to 18.0 2025-02-06 12:56:31 +00:00
Carlos Roca 2f6c486321 [MIG] web_dialog_size: Migration to 17.0 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
Pierre Pizzetta 5dac993b7d [MIG] web_dialog_size: Migration to 14.0 2024-12-27 12:04:08 +00:00
Pierre Pizzetta cb16e42796 [IMP] web_dialog_size: black, isort, prettier 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
sudhir-erpharbor 5f2571d688 [MIG] Migrated web_dialog_size module in v13. 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
Quentin THEURET 782c50e228 [FIX] #921 Fixed issue when discard a modal with draggable element 2024-12-27 12:04:08 +00:00
Quentin Theuret 93453902a8 [MIG] Migrate web_dialog_size module to v11 2024-12-27 12:04:08 +00:00
David 4a810b2f4e [FIX] web_dialog_size: default_maximize
- default_maximize option wasn't working due to strict value comparison
2024-12-27 12:04:08 +00:00
Wolfgang Pichler d00ff9eeed [FIX+IMP] web_dialog_size
* IMP: Added draggable support to dialogs
* FIX: web_dialog_size: export modal
  - PR #733 introduced draggable dialogs which broke some of them
2024-12-27 12:04:08 +00:00
Siddharth Bhalgami e79f192017 [10.0-MIG] web_dialog_size for v10.0 2024-12-27 12:04:08 +00:00