mirror of https://github.com/OCA/web.git
19 lines
484 B
Python
19 lines
484 B
Python
# Odoo, Open Source Web Company Title
|
|
# Copyright (C) 2019 Alexandre Díaz <dev@redneboa.es>
|
|
#
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).#
|
|
{
|
|
'name': "Web Company Title",
|
|
'category': "web",
|
|
'version': "11.0.1.0.1",
|
|
"author": "Alexandre Díaz, "
|
|
"Odoo Community Association (OCA)",
|
|
'depends': ['web'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
],
|
|
'license': 'AGPL-3',
|
|
'auto_install': False,
|
|
'installable': True,
|
|
}
|