diff --git a/employee_creation_from_user/__manifest__.py b/employee_creation_from_user/__manifest__.py index 0e51ef8e3..96ce7137f 100644 --- a/employee_creation_from_user/__manifest__.py +++ b/employee_creation_from_user/__manifest__.py @@ -23,7 +23,7 @@ { 'name': 'Employees From User', 'version': '10.0.1.0.0', - 'summary': 'This module automatically creates while creating user', + 'summary': 'This module automatically creates employee while creating user', 'description': 'This module helps you to create employees automatically while creating users', 'category': 'Human Resources', 'author': 'Cybrosys Techno Solutions', diff --git a/employee_creation_from_user/__manifest__.py~ b/employee_creation_from_user/__manifest__.py~ index ed3544e55..96ce7137f 100644 --- a/employee_creation_from_user/__manifest__.py~ +++ b/employee_creation_from_user/__manifest__.py~ @@ -23,8 +23,8 @@ { 'name': 'Employees From User', 'version': '10.0.1.0.0', - 'summary': 'This module automatically creates while creating user', - 'description': 'This module helps you to create employees automatically while creating user', + 'summary': 'This module automatically creates employee while creating user', + 'description': 'This module helps you to create employees automatically while creating users', 'category': 'Human Resources', 'author': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com',