Commit Graph

6 Commits (363894cba3105b9a4ed096c08b31b6ba1ce0b85d)

Author SHA1 Message Date
Jairo Llopis 2810ad33f3
[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.
2018-06-13 08:54:46 +02:00
Pedro M. Baeza 6ce6961ceb
[FIX] web_dialog_size: Bump version number 2018-05-16 10:55:42 +02:00
Quentin Theuret 7a2ba30b7d [MIG] Migrate web_dialog_size module to v11 2018-03-25 19:13:50 +02:00
David b246adf640 [FIX] web_dialog_size: default_maximize
- default_maximize option wasn't working due to strict value comparison
2018-03-25 19:13:50 +02:00
David Vidal 983b98b4c9 [10.0][FIX] web_dialog_size: export modal (#746)
* [10.0][FIX] web_dialog_size: export modal

- PR #733 introduced draggable dialogs wich broke some of them
2018-03-25 19:13:50 +02:00
Siddharth Bhalgami ec4353fa71 [10.0-MIG] web_dialog_size for v10.0 2018-03-25 19:13:49 +02:00