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.

52 lines
2.1 KiB

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