21 lines
557 B
Python
21 lines
557 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2016 B-informed B.V.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
'name': 'Alter robots.txt disallow indexing',
|
|
'summary': 'Disables robots.txt for indexing by webcrawlers like Google',
|
|
'license': 'AGPL-3',
|
|
'version': '10.0.1.0.0',
|
|
'author': "B-Informed B.V.,Odoo Community Association (OCA)",
|
|
'category': 'Website',
|
|
'depends': [
|
|
'website',
|
|
],
|
|
'data': [
|
|
'views/disable_robots.xml',
|
|
],
|
|
'demo': [],
|
|
'test': [],
|
|
'installable': True,
|
|
}
|