# Odoo, Open Source Web Company Title # Copyright (C) 2019 Alexandre Díaz # # 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, }