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.

29 lines
735 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 ACSONE SA/NV
  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. "Odoo Community Association (OCA)",
  14. 'website': "http://acsone.eu",
  15. 'category': 'web',
  16. 'version': '10.0.1.0.2',
  17. 'license': 'AGPL-3',
  18. 'depends': [
  19. 'web',
  20. ],
  21. 'qweb': [
  22. 'static/src/xml/web_dialog_size.xml',
  23. ],
  24. 'data': [
  25. 'templates/assets.xml',
  26. ],
  27. 'installable': True,
  28. }