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.

26 lines
753 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Francesco OpenCode Apruzzese <cescoap@gmail.com>
  3. # Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': "Web Environment Ribbon",
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Web',
  9. 'author': 'Francesco OpenCode Apruzzese, '
  10. 'Tecnativa, '
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://it.linkedin.com/in/francescoapruzzese',
  13. 'license': 'AGPL-3',
  14. "depends": [
  15. 'web',
  16. ],
  17. "data": [
  18. 'view/base_view.xml',
  19. 'data/ribbon_data.xml',
  20. ],
  21. "update_xml": [],
  22. "demo_xml": [],
  23. "auto_install": False,
  24. 'installable': True
  25. }