1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/web_cohort/__manifest__.py
2024-12-10 09:04:09 +07:00

20 lines
478 B
Python

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