web/web_company_title/__manifest__.py

20 lines
529 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',
'website': 'https://github.com/OCA/web',
'auto_install': False,
'installable': True,
}