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