odoo/addons/web_calendar/__manifest__.py

23 lines
477 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Web Calendar',
'category': 'Hidden',
'description':"""
Odoo Web Calendar view.
==========================
""",
'author': 'Odoo SA, Valentino Lab (Kalysto)',
'version': '2.0',
'depends': ['web'],
'data' : [
'views/web_calendar_templates.xml',
],
'qweb': [
'static/src/xml/*.xml',
],
'auto_install': True
}