You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
680 B

# Odoo, Open Source Web Company Color
# Copyright (C) 2019 Alexandre Díaz <dev@redneboa.es>
#
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).#
{
'name': "Web Company Color",
'category': "web",
'version': "12.0.1.0.0",
"author": "Alexandre Díaz, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/web',
'depends': ['web', 'base_sparse_field', 'web_widget_color'],
'data': [
'view/assets.xml',
'view/res_company.xml'
],
'uninstall_hook': 'uninstall_hook',
'post_init_hook': 'post_init_hook',
'license': 'AGPL-3',
'auto_install': False,
'installable': True,
}