You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2 KiB

  1. Expand Dialog
  2. =============
  3. A module that lets the user expand/restore the dialog box size through a button
  4. in the upper right corner (mimicking most windows managers).
  5. It does also add draggable support to the dialogs.
  6. Configuration
  7. =============
  8. By default, the module respects the caller's `dialog_size` option. If you want
  9. to override this and have all dialogs maximized by default, set the configuration
  10. parameter `web_dialog_size.default_maximize` to `1`.
  11. Credits
  12. =======
  13. Contributors
  14. ------------
  15. * Anthony Muschang <anthony.muschang@acsone.eu>
  16. * Stéphane Bidoul <stephane.bidoul@acsone.eu>
  17. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  18. * Holger Brunn <hbrunn@therp.nl>
  19. * Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
  20. * Wolfgang Pichler <wpichler@callino.at>
  21. Maintainer
  22. ----------
  23. .. image:: http://odoo-community.org/logo.png
  24. :alt: Odoo Community Association
  25. :target: http://odoo-community.org
  26. This module is maintained by the OCA.
  27. OCA, or the Odoo Community Association, is a nonprofit organization whose
  28. mission is to support the collaborative development of Odoo features and
  29. promote its widespread use.
  30. To contribute to this module, please visit http://odoo-community.org.