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

  1. # Copyright 2015-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
  2. # - Houssine BAKKALI - <houssine@coopiteasy.be>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Theme light',
  6. 'description': 'extract of the theme zen',
  7. 'category': 'Website',
  8. 'version': '12.0.1.0.0',
  9. 'author': 'Benjamin Dugardin',
  10. 'author': 'Houssine BAKKALI',
  11. 'website': "www.coopiteasy.be",
  12. 'depends': ['base',
  13. 'web',
  14. 'website_theme_install'
  15. ],
  16. 'data': [
  17. 'views/layout_template.xml',
  18. 'report/header_report_G002.xml',
  19. ],
  20. 'installable': True,
  21. 'application': True,
  22. }