Commit Graph

15 Commits (8f5aa160d641fb8ccbd5b51f9f9fb2cb181abf59)

Author SHA1 Message Date
oca-ci 7fc9e11a8d [UPD] Update web_dialog_size.pot 2025-02-06 14:58:58 +00:00
oca-ci 583aabbd05 [UPD] Update web_dialog_size.pot 2024-12-27 12:04:09 +00:00
mymage c54f972057 Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-16.0/web-16.0-web_dialog_size
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_dialog_size/it/
2024-12-27 12:04:08 +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
Corneliuus 9b0ec3af42 Added translation using Weblate (German) 2024-12-27 12:04:08 +00:00
Alessandro Fiorino a50b2e05e0 Added translation using Weblate (Italian) 2024-12-27 12:04:08 +00:00
Valentin Vinagre 0727e5ab6b Added translation using Weblate (Spanish) 2024-12-27 12:04:08 +00:00
Bosd 609aeb2aac Added translation using Weblate (Dutch) 2024-12-27 12:04:08 +00:00
Yves Le Doeuff d69f7c6d40 Added translation using Weblate (French) 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
sudhir-erpharbor 33649baef3 [IMP] Improved code and solved the bug of two arrows in dialog. 2024-12-27 12:04:08 +00:00
黎伟杰 41dbec7efa Added translation using Weblate (Chinese (Simplified)) 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
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