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.
30 lines
785 B
30 lines
785 B
# -*- 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',
|
|
}
|
|
|