mirror of https://github.com/OCA/web.git
19 lines
445 B
Python
19 lines
445 B
Python
# Copyright 2020 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Web View Calendar List',
|
|
'summary': """
|
|
Show calendars as a List""",
|
|
'version': '11.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'author': 'Creu Blanca,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/web',
|
|
'depends': [
|
|
'web',
|
|
],
|
|
'data': [
|
|
'templates/assets.xml',
|
|
],
|
|
}
|