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.
17 lines
521 B
17 lines
521 B
# -*- coding: utf-8 -*-
|
|
# 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/website/tree/8.0',
|
|
'category': 'web',
|
|
'version': '8.0.1.0.0',
|
|
'depends': [
|
|
'base',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'AGPL-3',
|
|
}
|