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.

24 lines
694 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2012-2015 Therp BV (<http://therp.nl>)
  3. # Copyright 2016 - Tecnativa - Angel Moya <odoo@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Support branding",
  7. "summary": "Adds your branding to an Odoo instance",
  8. "category": "Dependecy/Hidden",
  9. "version": "9.0.2.0.0",
  10. "license": "AGPL-3",
  11. "author": "Therp BV,Tecnativa,Odoo Community Association (OCA)",
  12. "website": 'http://therp.nl',
  13. "depends": [
  14. 'web',
  15. ],
  16. "qweb": [
  17. 'static/src/xml/base.xml',
  18. ],
  19. "data": [
  20. "data/ir_config_parameter.xml",
  21. 'views/qweb.xml',
  22. ],
  23. 'installable': True,
  24. }