odoo/addons/web_kanban/__manifest__.py

22 lines
422 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Base Kanban',
'category': 'Hidden',
'description': """
Odoo Web kanban view.
========================
""",
'version': '2.0',
'depends': ['web'],
'data' : [
'views/web_kanban_templates.xml',
],
'qweb' : [
'static/src/xml/*.xml',
],
'auto_install': True
}