# -*- coding: utf-8 -*- { 'name': 'Remove Sitemap URLS', 'version': '1.0.0', 'category': 'Website', 'summary': 'Allows the removal of specific urls from the sitemap.', 'description': """ sitemap remove from sitemap exclude url from sitemap exclude url sitemap remove url sitemap sitemap improvements advanced sitemap """, 'author': "Lean Easy", 'website': "https://www.leaneasy.co.uk", 'depends': ['base', 'website'], 'data': [ 'views/res_config_settings.xml', ], 'images': [ 'static/description/module_banner.jpg', 'static/description/icon.png' ], 'installable': True, 'auto_install': False, 'application': False, 'license': 'OPL-1', }