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.

49 lines
1.9 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Copyright (c) All rights reserved:
  5. # (c) 2012 Agile Business Group sagl (<http://www.agilebg.com>)
  6. # Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  7. # (c) 2012 Domsense srl (<http://www.domsense.com>)
  8. # (c) 2015 Anubía, soluciones en la nube,SL (http://www.anubia.es)
  9. # Alejandro Santana <alejandrosantana@anubia.es>
  10. #
  11. # This program is free software: you can redistribute it and/or modify
  12. # it under the terms of the GNU Affero General Public License as
  13. # published by the Free Software Foundation, either version 3 of the
  14. # License, or (at your option) any later version.
  15. #
  16. # This program is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. # GNU Affero General Public License for more details.
  20. #
  21. # You should have received a copy of the GNU Affero General Public License
  22. # along with this program. If not, see http://www.gnu.org/licenses
  23. #
  24. ##############################################################################
  25. {
  26. 'name': 'Super Calendar',
  27. 'version': '0.2',
  28. 'category': 'Generic Modules/Others',
  29. 'summary': 'This module allows to create configurable calendars.',
  30. 'author': ('Agile Business Group, '
  31. 'Alejandro Santana, '
  32. 'Odoo Community Association (OCA)'),
  33. 'website': 'http://www.agilebg.com',
  34. 'license': 'AGPL-3',
  35. 'depends': [
  36. 'base',
  37. 'web_calendar',
  38. ],
  39. 'data': [
  40. 'views/super_calendar_view.xml',
  41. 'data/cron_data.xml',
  42. 'security/ir.model.access.csv',
  43. ],
  44. 'demo': [],
  45. 'test': [],
  46. 'installable': True,
  47. 'application': True,
  48. 'auto_install': False,
  49. }