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.

50 lines
1.6 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # This file is part of web_dialog_sizes, an Odoo module.
  5. #
  6. # Copyright (c) 2015 ACSONE SA/NV (<http://acsone.eu>)
  7. #
  8. # web_expand_dialog is free software: you can redistribute it and/or
  9. # modify it under the terms of the GNU Affero General Public License
  10. # as published by the Free Software Foundation, either version 3 of
  11. # the License, or (at your option) any later version.
  12. #
  13. # web_expand_dialog is distributed in the hope that it will be useful,
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. # GNU Affero General Public License for more details.
  17. #
  18. # You should have received a copy of the
  19. # GNU Affero General Public License
  20. # along with web_expand_dialog.
  21. # If not, see <http://www.gnu.org/licenses/>.
  22. #
  23. ##############################################################################
  24. {
  25. 'name': "Web Dialog Size",
  26. 'summary': """
  27. A module that lets the user expand a
  28. dialog box to the full screen width.""",
  29. 'author': "ACSONE SA/NV,"
  30. "Serv. Tecnol. Avanzados - Pedro M. Baeza,"
  31. "Therp BV,"
  32. "Odoo Community Association (OCA)",
  33. 'website': "http://acsone.eu",
  34. 'category': 'web',
  35. 'version': '8.0.0.1.0',
  36. 'license': 'AGPL-3',
  37. 'depends': [
  38. 'web',
  39. ],
  40. 'qweb': [
  41. 'static/src/xml/web_dialog_size.xml',
  42. ],
  43. 'data': [
  44. 'view/qweb.xml',
  45. ],
  46. }