diff --git a/use_by_default_filter/README.rst b/use_by_default_filter/README.rst
index 382d36c46..f913075ca 100644
--- a/use_by_default_filter/README.rst
+++ b/use_by_default_filter/README.rst
@@ -1,10 +1,10 @@
-.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
+.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
-=====================
-Use By Default Filter
-=====================
+===================
+Set Default Filter
+===================
This module helps in changing any of the saved filter to default filter and vice versa on enabling a checkbox.
@@ -30,7 +30,7 @@ GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3)
Credits
=======
-* Developer: RAHUL C K @ Cybrosys
+* Developer: (V16) RAHUL C K, Contact: odoo@cybrosys.com
Contacts
--------
diff --git a/use_by_default_filter/__manifest__.py b/use_by_default_filter/__manifest__.py
index 505ef3aa0..95ac3c1bc 100644
--- a/use_by_default_filter/__manifest__.py
+++ b/use_by_default_filter/__manifest__.py
@@ -18,26 +18,24 @@
#
##############################################################################
{
- 'name': 'Use By Default Filter',
+ 'name': 'Set Default Filter',
'version': '14.0.1.0.0',
'category': 'Extra Tools',
'summary': 'Make filter as default filter on a click.',
- 'description': """
- Change filters in search view as default filter and vice versa on enabling
- the checkbox
- """,
+ 'description': """Change filters in search view as default filter and vice
+ versa on enabling the checkbox""",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com',
- 'depends': ['base', 'web'],
+ 'depends': ['web'],
'data': [
'views/assets.xml'
],
'qweb': [
'static/src/xml/checkbox_DropdownMenuItem.xml'
],
- 'images': ['static/description/banner.png'],
+ 'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
diff --git a/use_by_default_filter/doc/RELEASE_NOTES.md b/use_by_default_filter/doc/RELEASE_NOTES.md
index dfa3619c3..6bd712c3e 100644
--- a/use_by_default_filter/doc/RELEASE_NOTES.md
+++ b/use_by_default_filter/doc/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
## Module
- Change a filter to default filter in a single click
+ Change a Filter to Default Filter in a Single Click
- Use By Default Filter
+ Set Default Filter
@@ -121,8 +121,6 @@
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important; line-height: 30px !important;">
This module helps in changing any of the saved filter to default filter and vice versa on enabling a checkbox.