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.

25 lines
788 B

  1. # Copyright 2015 Francesco OpenCode Apruzzese <cescoap@gmail.com>
  2. # Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  3. # Copyright 2017 Thomas Binsfeld <thomas.binsfeld@acsone.eu>
  4. # Copyright 2017 Xavier Jiménez <xavier.jimenez@qubiq.es>
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  6. {
  7. 'name': "Web Environment Ribbon",
  8. 'version': '12.0.1.0.0',
  9. 'category': 'Web',
  10. 'author': 'Francesco OpenCode Apruzzese, '
  11. 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'https://github.com/OCA/web',
  14. 'license': 'AGPL-3',
  15. "depends": [
  16. 'web',
  17. ],
  18. "data": [
  19. 'data/ribbon_data.xml',
  20. 'view/base_view.xml',
  21. ],
  22. "auto_install": False,
  23. 'installable': True
  24. }