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
755 B

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