Commit Graph

29 Commits (e29c979629158f374a6c97cb15478e43fb1b0711)

Author SHA1 Message Date
OCA-git-bot 7e664090ff [BOT] post-merge updates 2025-02-06 15:01:35 +00:00
jguerriat 4403ef95e5 [MIG] web_dialog_size: Migration to 18.0 2025-02-06 12:56:31 +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
Pierre Pizzetta cb16e42796 [IMP] web_dialog_size: black, isort, prettier 2024-12-27 12:04:08 +00:00
Stéphane Bidoul 077550d22e pre-commit update: prettier xml indent 2024-12-27 12:04:08 +00:00
Jairo Llopis 045510df11 [IMP] pre-commit run after update
Includes some manual fixes to silent ESLint warnings.
2024-12-27 12:04:08 +00:00
emagdalena b89ea36d04 [FIX] web_dialog_size js warnings 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
joezsweet ef35b223b0 Fix default_maximize check
Checking result of rpc call, `dialog_maximize`, will end to be always `true` as the method will return a json: `{'dialog_maximize': false }`. So i changed the test to test the value of json key `dialog_maximize`
2024-12-27 12:04:08 +00:00
QS5ELkMu 1d70b87e67 [11.0][FIX] web_dialog_size: Draggable Dialog 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
Siddharth Bhalgami 1ae07f0b8c [MIG] web_dialog_siza: Migrate to v9.0 2024-12-27 12:04:08 +00:00
Stéphane Bidoul 48c2584892 [FIX] web_dialog_size: do not expand by default and correctly honor default_maximize parameter 2024-12-27 12:04:08 +00:00
Pedro M. Baeza 594c50e0bf [IMP] web_dialog_size: Select default dialog size by config
* [IMP] web_dialog_size: Put dialog size expanded by default

* [REM] web_popup_large: By duplication of the functionality

* [IMP] web_dialog_size: README and contributors

* [ADD] configuration parameter for default behavior

[FIX] return super's promise
[IMP] use fontawesome icons for buttons
2024-12-27 12:04:08 +00:00
Anthony Muschang f609ea0958 [ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen
width.
2024-12-27 12:04:08 +00:00