Commit Graph

18 Commits (b853f714a88ede4a014e30b11b2f9ad4722e5b0c)

Author SHA1 Message Date
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
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
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
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