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.

39 lines
1.1 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). By default,
  5. all dialog boxes are expanded.
  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. Maintainer
  20. ----------
  21. .. image:: http://odoo-community.org/logo.png
  22. :alt: Odoo Community Association
  23. :target: http://odoo-community.org
  24. This module is maintained by the OCA.
  25. OCA, or the Odoo Community Association, is a nonprofit organization whose
  26. mission is to support the collaborative development of Odoo features and
  27. promote its widespread use.
  28. To contribute to this module, please visit http://odoo-community.org.