__openerp__.py 617 B

123456789101112131415161718192021
  1. # -*- coding: utf-8 -*-
  2. # © 2016 - Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Oportunity Calendar",
  6. "description": "Add a menu to show Oportunity calendar in Eiru Dashboard",
  7. "version": "8.0.1.0.0",
  8. "category": "CRM",
  9. "website": "https://www.eiru.com.py",
  10. "author": "EIRU",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. "project_task_agenda_colouring","crm","eiru_dashboard",
  16. ],
  17. "data": [
  18. "views/oportunity_calendar.xml",
  19. ],
  20. }