3
0
Fork 0
Commit Graph

35 Commits (0774e9e6870fcfe2b738d14dc200038fa13dbad4)

Author SHA1 Message Date
Jairo Llopis c5a9a29309
[FIX] apply and respect pre-commit hooks 2021-07-13 12:09:10 +01:00
Alessandro Fiorino 7f83ade71e Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-13.0/web-13.0-web_dialog_size
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_dialog_size/it/
2021-04-23 11:47:26 +00:00
Alessandro Fiorino 622f3c0192 Added translation using Weblate (Italian) 2021-04-23 09:32:44 +00:00
claudiagn b66ff44c6e Translated using Weblate (Spanish)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-13.0/web-13.0-web_dialog_size
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_dialog_size/es/
2021-02-17 14:45:27 +00:00
claudiagn f777505bf9 Added translation using Weblate (Spanish) 2021-02-17 12:50:35 +00:00
OCA-git-bot 7c00a2dcf9 [UPD] README.rst 2021-02-04 08:47:56 +00:00
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
OCA-git-bot 44017009a7 [UPD] README.rst 2020-07-13 05:55:03 +00:00
OCA-git-bot 971b6cd101 [UPD] README.rst 2020-07-13 05:31:27 +00:00
Stéphane Bidoul dee955fc26
pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
Jairo Llopis 77b09d555c
[IMP] pre-commit run after update
Includes some manual fixes to silent ESLint warnings.
2020-01-30 10:52:55 +00:00
emagdalena cc1a521d70 [FIX] web_dialog_size js warnings 2019-10-14 14:43:39 +02:00
OCA-git-bot 08763a2d57
pre-commit, black, isort 2019-10-12 12:32:55 +02:00
OCA-git-bot 7852fc0580 [UPD] README.rst 2019-10-11 08:15:04 +00:00
oca-travis d36e2c97b8 [UPD] Update web_dialog_size.pot 2019-10-11 08:09:23 +00:00
sudhir-erpharbor 8f473f2313 [IMP] Improved code and solved the bug of two arrows in dialog. 2019-10-11 11:40:03 +05:30
sudhir-erpharbor 3606bfed8d [MIG] Migrated web_dialog_size module in v13. 2019-10-04 11:53:36 +05:30
黎伟杰 350421d1d9 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1 of 1 strings)

Translation: web-12.0/web-12.0-web_dialog_size
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_dialog_size/zh_CN/
2019-10-04 11:49:43 +05:30
黎伟杰 70879ec6c7 Added translation using Weblate (Chinese (Simplified)) 2019-10-04 11:49:43 +05:30
OCA-git-bot 148f9a18b1 [UPD] README.rst 2019-10-04 11:49:43 +05:30
oca-travis ee1ed49afb [UPD] Update web_dialog_size.pot 2019-10-04 11:49:43 +05:30
ernesto 6e89fb5896 [MIG] web_dialog_size: Migration to 12.0 2019-10-04 11:49:43 +05:30
joezsweet 44da24f794 Fix default_maximize check
Checking result of rpc call, `dialog_maximize`, will end to be always `true` as the method will return a json: `{'dialog_maximize': false }`. So i changed the test to test the value of json key `dialog_maximize`
2019-10-04 11:49:43 +05:30
QS5ELkMu 106fdd7dfb [11.0][FIX] web_dialog_size: Draggable Dialog 2019-10-04 11:49:43 +05:30
oca-travis c901afffba [UPD] Update web_dialog_size.pot 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
Quentin THEURET 89861edf81 [FIX] #921 Fixed issue when discard a modal with draggable element 2019-10-04 11:49:43 +05:30
Quentin Theuret f243156e22 [MIG] Migrate web_dialog_size module to v11 2019-10-04 11:49:43 +05:30
David 20d71e049b [FIX] web_dialog_size: default_maximize
- default_maximize option wasn't working due to strict value comparison
2019-10-04 11:49:43 +05:30
Wolfgang Pichler ebc473ad9e [FIX+IMP] web_dialog_size
* IMP: Added draggable support to dialogs
* FIX: web_dialog_size: export modal
  - PR #733 introduced draggable dialogs which broke some of them
2019-10-04 11:49:43 +05:30
Siddharth Bhalgami c09bf98ebb [10.0-MIG] web_dialog_size for v10.0 2019-10-04 11:49:43 +05:30
Siddharth Bhalgami 0a33b6b4e8 [MIG] web_dialog_siza: Migrate to v9.0 2019-10-04 11:49:43 +05:30
Stéphane Bidoul 0d04f3d64f [FIX] web_dialog_size: do not expand by default and correctly honor default_maximize parameter 2019-10-04 11:49:43 +05:30
Pedro M. Baeza 73f9cb6934 [IMP] web_dialog_size: Select default dialog size by config
* [IMP] web_dialog_size: Put dialog size expanded by default

* [REM] web_popup_large: By duplication of the functionality

* [IMP] web_dialog_size: README and contributors

* [ADD] configuration parameter for default behavior

[FIX] return super's promise
[IMP] use fontawesome icons for buttons
2019-10-04 11:49:43 +05:30
Anthony Muschang 8c3688a6c1 [ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen
width.
2019-10-04 11:49:43 +05:30