diff --git a/gender_contact/README.rst b/gender_contact/README.rst
index d45782a0b..931efac50 100755
--- a/gender_contact/README.rst
+++ b/gender_contact/README.rst
@@ -1,4 +1,4 @@
-Gender Contacts v15
+Gender In Contacts v15
===========================
This module will helps you to give the gender details for your contact
@@ -12,6 +12,11 @@ Tech
* [Python] - Models
* [XML] - Odoo views
+License
+-------
+General Public License, Version 3 (LGPL v3).
+(https://www.odoo.com/documentation/user/15.0/legal/licenses/licenses.html)
+
Installation
============
- www.odoo.com/documentation/15.0/setup/install.html
diff --git a/gender_contact/__manifest__.py b/gender_contact/__manifest__.py
index 9369e4d5b..e8ec168a5 100755
--- a/gender_contact/__manifest__.py
+++ b/gender_contact/__manifest__.py
@@ -22,7 +22,7 @@
###################################################################################
{
- 'name': 'Gender Contact',
+ 'name': 'Gender In Contacts',
'version': '15.0.1.0.0',
'summary': """This module will helps you to give gender details for your contact.""",
'description': "Module helps you to manage the gender information of your partner as well as in the contacts.",
@@ -31,13 +31,12 @@
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': "https://www.cybrosys.com",
- 'depends': ['base','contacts'],
- 'data': ['views/gender_view.xml'
- ],
+ 'depends': ['base', 'contacts'],
+ 'data': ['views/gender_view.xml'],
'demo': [],
- 'images': ['static/description/banner.png'],
+ 'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'installable': True,
- 'auto_install': True,
- 'application': True,
+ 'auto_install': False,
+ 'application': False,
}
diff --git a/gender_contact/static/description/assets/screenshots/gender_1.png b/gender_contact/static/description/assets/screenshots/gender_1.png
new file mode 100644
index 000000000..fc86b26e0
Binary files /dev/null and b/gender_contact/static/description/assets/screenshots/gender_1.png differ
diff --git a/gender_contact/static/description/assets/screenshots/gender_2.png b/gender_contact/static/description/assets/screenshots/gender_2.png
new file mode 100644
index 000000000..fa461aee0
Binary files /dev/null and b/gender_contact/static/description/assets/screenshots/gender_2.png differ
diff --git a/gender_contact/static/description/assets/screenshots/gender_3.png b/gender_contact/static/description/assets/screenshots/gender_3.png
new file mode 100644
index 000000000..770f97580
Binary files /dev/null and b/gender_contact/static/description/assets/screenshots/gender_3.png differ
diff --git a/gender_contact/static/description/assets/screenshots/gender_4.png b/gender_contact/static/description/assets/screenshots/gender_4.png
new file mode 100644
index 000000000..a7101d705
Binary files /dev/null and b/gender_contact/static/description/assets/screenshots/gender_4.png differ
diff --git a/gender_contact/static/description/assets/screenshots/gender_5.png b/gender_contact/static/description/assets/screenshots/gender_5.png
new file mode 100644
index 000000000..c4fb948d3
Binary files /dev/null and b/gender_contact/static/description/assets/screenshots/gender_5.png differ
diff --git a/gender_contact/static/description/assets/screenshots/gender_6.png b/gender_contact/static/description/assets/screenshots/gender_6.png
new file mode 100644
index 000000000..d39b809d4
Binary files /dev/null and b/gender_contact/static/description/assets/screenshots/gender_6.png differ
diff --git a/gender_contact/static/description/banner.jpg b/gender_contact/static/description/banner.jpg
new file mode 100644
index 000000000..d7d81e129
Binary files /dev/null and b/gender_contact/static/description/banner.jpg differ
diff --git a/gender_contact/static/description/banner.png b/gender_contact/static/description/banner.png
deleted file mode 100644
index 378767184..000000000
Binary files a/gender_contact/static/description/banner.png and /dev/null differ
diff --git a/gender_contact/static/description/index.html b/gender_contact/static/description/index.html
index b0a7cb2b8..d74bdc1c3 100644
--- a/gender_contact/static/description/index.html
+++ b/gender_contact/static/description/index.html
@@ -137,7 +137,45 @@
+
+ Create contact with gender as male.
++ Create contact with gender as Female.
++ Under the filter option we can see Male, Female and Other. We can easily filter the contacts by this.
++ After selecting filter it will show the selected ones.
++ And also we can easily group contacts by gender.
+