Commit Graph

8 Commits (059c099f1259c49ef02b29896f2c5ef1f176d27b)

Author SHA1 Message Date
OCA-git-bot fa3a601014 [UPD] README.rst 2021-02-04 08:45:08 +00:00
Jairo Llopis d13fb31e71
[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
2021-02-04 08:26:26 +00:00
OCA-git-bot 5b099ca76c [UPD] README.rst 2020-07-14 05:30:40 +00:00
OCA-git-bot e91957559d [UPD] README.rst 2020-07-13 05:30:37 +00:00
OCA-git-bot 6df32b51c3 [UPD] README.rst 2019-07-29 03:49:00 +00:00
ernesto 3413b34041 [MIG] web_dialog_size: Migration to 12.0 2018-12-07 17:48:31 +01:00
Jairo Llopis 7ad14bd00c [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-12-07 17:48:17 +01:00
Anthony Muschang 642adc75b3 [ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen
width.
2018-12-07 17:46:08 +01:00