3
0
Fork 0
web_techsystech/web_no_crawler/__manifest__.py

16 lines
458 B
Python

# Copyright (C) 2018 Ventor, Xpansa Group (<https://ventor.tech/>)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
'name': 'Disallow indexing completely via robots.txt',
'author': 'Ventor, Xpansa Group, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'category': 'web',
'version': '12.0.1.0.1',
'depends': [
'web',
],
'installable': True,
'license': 'LGPL-3',
}