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.

30 lines
769 B

  1. # Copyright 2015 ACSONE SA/NV
  2. # Copyright 2018 Amaris
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': "Web Dialog Size",
  6. 'summary': """
  7. A module that lets the user expand a
  8. dialog box to the full screen width.""",
  9. 'author': "ACSONE SA/NV, "
  10. "Therp BV, "
  11. "Siddharth Bhalgami,"
  12. "Tecnativa, "
  13. "Amaris, "
  14. "Odoo Community Association (OCA)",
  15. 'website': "http://github.com/OCA/web",
  16. 'category': 'web',
  17. 'version': '12.0.1.0.0',
  18. 'license': 'AGPL-3',
  19. 'depends': [
  20. 'web',
  21. ],
  22. 'qweb': [
  23. 'static/src/xml/web_dialog_size.xml',
  24. ],
  25. 'data': [
  26. 'templates/assets.xml',
  27. ],
  28. 'installable': True,
  29. }