# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': 'Cohort View', 'summary': 'Basic Cohort view for odoo', 'description': """ """, 'category': 'Hidden', 'depends': ['web'], 'data': ['views/assets.xml'], 'qweb': ['static/src/xml/web_cohort.xml'], 'auto_install': True, 'license': 'OEEL-1', }