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

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2018 Ventor, Xpansa Group (<https://ventor.tech/>)
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. 'name': 'Disallow indexing completely via robots.txt',
  6. 'author': 'Ventor, Xpansa Group, Odoo Community Association (OCA)',
  7. 'website': 'https://github.com/OCA/website/tree/8.0',
  8. 'category': 'web',
  9. 'version': '8.0.1.0.0',
  10. 'depends': [
  11. 'base',
  12. ],
  13. 'installable': True,
  14. 'application': False,
  15. 'license': 'AGPL-3',
  16. }