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.

22 lines
680 B

  1. # Odoo, Open Source Web Company Color
  2. # Copyright (C) 2019 Alexandre Díaz <dev@redneboa.es>
  3. #
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).#
  5. {
  6. 'name': "Web Company Color",
  7. 'category': "web",
  8. 'version': "12.0.1.0.0",
  9. "author": "Alexandre Díaz, "
  10. "Odoo Community Association (OCA)",
  11. 'website': 'https://github.com/OCA/web',
  12. 'depends': ['web', 'base_sparse_field', 'web_widget_color'],
  13. 'data': [
  14. 'view/assets.xml',
  15. 'view/res_company.xml'
  16. ],
  17. 'uninstall_hook': 'uninstall_hook',
  18. 'post_init_hook': 'post_init_hook',
  19. 'license': 'AGPL-3',
  20. 'auto_install': False,
  21. 'installable': True,
  22. }