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.

28 lines
843 B

8 years ago
  1. # Odoo, Open Source Web Widget Color
  2. # Copyright (C) 2012 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
  3. # Copyright (C) 2014 Anybox <http://anybox.fr>
  4. # Copyright (C) 2015 Taktik SA <http://taktik.be>
  5. # Copyright (C) 2018 Alexandre Díaz <dev@redneboa.es>
  6. #
  7. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).#
  8. {
  9. 'name': "Web Widget Color",
  10. 'category': "web",
  11. 'version': "11.0.1.0.0",
  12. "author": "Savoir-faire Linux, "
  13. "Anybox, "
  14. "Taktik SA, "
  15. "Sudokeys, "
  16. "Odoo Community Association (OCA)",
  17. 'depends': ['base', 'web'],
  18. 'data': [
  19. 'view/web_widget_color_view.xml'
  20. ],
  21. 'qweb': [
  22. 'static/src/xml/widget.xml',
  23. ],
  24. 'license': 'AGPL-3',
  25. 'auto_install': False,
  26. 'installable': True,
  27. 'web_preload': True,
  28. }