3
0
Fork 0
Commit Graph

7 Commits (b51e5e892637492599035a34012c680b9fe942f3)

Author SHA1 Message Date
tarteo 525e13fb61 [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
2023-04-18 10:36:18 +02:00
Mantux11 6c7bfa9f56 [15.0][MIG] web_dialog_size: migration to 15.0 2023-03-02 10:06:55 +01:00
Jairo Llopis 0870dfd232 [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
2023-03-02 10:06:55 +01:00
Pierre Pizzetta 3d5594c2fd [MIG] web_dialog_size: Migration to 14.0 2023-03-02 10:06:55 +01:00
sudhir-erpharbor 6df9202c29 [MIG] Migrated web_dialog_size module in v13. 2023-03-02 10:06:55 +01:00
ernesto cb82ff6bbd [MIG] web_dialog_size: Migration to 12.0 2023-03-02 10:06:55 +01:00
Jairo Llopis 38dd1ba89d [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.
2023-03-02 10:06:55 +01:00