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.
 
 
 
 
 

19 lines
535 B

# -*- coding: utf-8 -*-
# © 2016 Cesar Lage (bloopark systems GmbH)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': "Web Invalid Tab",
'summary': "Highlight tab when fields inside are invalid.",
'author': "bloopark systems GmbH & Co. KG, "
"Odoo Community Association (OCA)",
'website': "http://www.bloopark.de",
'category': 'web',
'version': '8.0.1.0.0',
"license": "AGPL-3",
'depends': [
'web',
],
'data': [
'views/assets.xml',
]
}