QS5ELkMu
b4d46e89a1
[11.0][FIX] web_dialog_size: Draggable Dialog
6 years ago
oca-travis
8f8b73bb4c
[UPD] Update web_dialog_size.pot
6 years ago
OCA Git Bot
86be4fba6c
[UPD] README.rst
6 years ago
Pedro M. Baeza
411baa2a14
[FIX] web_dialog_size: Fix README
6 years ago
OCA Git Bot
915f7af354
[UPD] README.rst
6 years ago
Jairo Llopis
2810ad33f3
[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.
6 years ago
Pedro M. Baeza
6ce6961ceb
[FIX] web_dialog_size: Bump version number
7 years ago
Quentin THEURET
6087242852
[FIX] #921 Fixed issue when discard a modal with draggable element
7 years ago
Angel Moya - PESOL
e5b53e100e
FIX discard
On any form, if you edit and try to discard you get an error
check this lines:
https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/views/basic/basic_controller.js#L82
https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/core/dialog.js#L235
7 years ago
Quentin Theuret
7a2ba30b7d
[MIG] Migrate web_dialog_size module to v11
7 years ago
David
b246adf640
[FIX] web_dialog_size: default_maximize
- default_maximize option wasn't working due to strict value comparison
7 years ago
David Vidal
983b98b4c9
[10.0][FIX] web_dialog_size: export modal ( #746 )
* [10.0][FIX] web_dialog_size: export modal
- PR #733 introduced draggable dialogs wich broke some of them
7 years ago
Wolfgang Pichler
d38ba72efc
[IMP] Added draggable support to dialogs
7 years ago
Siddharth Bhalgami
ec4353fa71
[10.0-MIG] web_dialog_size for v10.0
8 years ago
Siddharth Bhalgami
f1dbecb3c9
[MIG] web_dialog_siza: Migrate to v9.0
9 years ago
Stéphane Bidoul
0f0fc59e7e
[FIX] web_dialog_size: do not expand by default and correctly honor default_maximize parameter
9 years ago
Pedro M. Baeza
1b12b6b539
[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
9 years ago
Stéphane Bidoul
6033bc3ccc
[UPD] prefix versions with 8.0
9 years ago
Anthony Muschang
a8122d3553
[ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen
width.
10 years ago