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.

66 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. =============
  5. Expand Dialog
  6. =============
  7. A module that lets the user expand/restore the dialog box size through a button
  8. in the upper right corner (mimicking most windows managers).
  9. It does also add draggable support to the dialogs.
  10. Configuration
  11. =============
  12. By default, the module respects the caller's `dialog_size` option. If you want
  13. to override this and have all dialogs maximized by default, set the configuration
  14. parameter `web_dialog_size.default_maximize` to `1`.
  15. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  16. :alt: Try me on Runbot
  17. :target: https://runbot.odoo-community.org/runbot/162/10.0
  18. Bug Tracker
  19. ===========
  20. Bugs are tracked on `GitHub Issues
  21. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  22. check there if your issue has already been reported. If you spotted it first,
  23. help us smash it by providing detailed and welcomed feedback.
  24. Credits
  25. =======
  26. Images
  27. ------
  28. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  29. Contributors
  30. ------------
  31. * Anthony Muschang <anthony.muschang@acsone.eu>
  32. * Stéphane Bidoul <stephane.bidoul@acsone.eu>
  33. * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  34. * Holger Brunn <hbrunn@therp.nl>
  35. * Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
  36. * Wolfgang Pichler <wpichler@callino.at>
  37. * David Vidal <david.vidal@tecnativa.com>
  38. Do not contact contributors directly about support or help with technical issues.
  39. Maintainer
  40. ----------
  41. .. image:: https://odoo-community.org/logo.png
  42. :alt: Odoo Community Association
  43. :target: https://odoo-community.org
  44. This module is maintained by the OCA.
  45. OCA, or the Odoo Community Association, is a nonprofit organization whose
  46. mission is to support the collaborative development of Odoo features and
  47. promote its widespread use.
  48. To contribute to this module, please visit https://odoo-community.org.