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.

31 lines
619 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Rémy Taymans <remytaymans@gmail.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Website Portal Extend',
  6. 'summary': """
  7. Extension of Website Portal that show correctly information about
  8. companies
  9. """,
  10. 'description': """
  11. """,
  12. 'author': 'Rémy Taymans',
  13. 'license': 'AGPL-3',
  14. 'version': '9.0.1.0',
  15. 'website': "www.coopiteasy.be",
  16. 'category': 'Website',
  17. 'depends': [
  18. 'website',
  19. 'website_portal_v10',
  20. ],
  21. 'data': [
  22. 'views/portal_website_templates.xml',
  23. ]
  24. }