Commit Graph

4 Commits (7c00a2dcf9ea239f3c9721b153cdacb55c1a98ac)

Author SHA1 Message Date
Jairo Llopis 3542c5afef
[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:47:26 +00:00
sudhir-erpharbor 3606bfed8d [MIG] Migrated web_dialog_size module in v13. 2019-10-04 11:53:36 +05:30
ernesto 6e89fb5896 [MIG] web_dialog_size: Migration to 12.0 2019-10-04 11:49:43 +05:30
Jairo Llopis fe42dbcd92 [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.
2019-10-04 11:49:43 +05:30