3
0
Fork 0
web_techsystech/web_disable_browser_autocom.../__manifest__.py

18 lines
500 B
Python

# Copyright (C) 2020 Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
'name': 'Web Disable Autocomplete',
'summary': 'Allow disable browser autocomplete.',
'category': "Website",
'license': 'AGPL-3',
'author': 'Akretion, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'version': '12.0.1.0.1',
'depends': ['web'],
'qweb': [
'static/src/web/base.xml',
],
'installable': True,
}