all txt files updated due to module renaming/merging
diff --git a/selling/Role/Customer/Customer.txt b/selling/Role/Customer/Customer.txt
index 39d0d82..3f7e9d2 100644
--- a/selling/Role/Customer/Customer.txt
+++ b/selling/Role/Customer/Customer.txt
@@ -1 +1,26 @@
-[{'modified_by': 'Administrator', 'name': 'Customer', 'parent': None, 'creation': '2009-06-26 14:42:33', 'modified': '2009-06-26 14:42:33', 'module': 'Roles', 'doctype': 'Role', 'idx': None, 'parenttype': None, 'role_name': 'Customer', 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}]
\ No newline at end of file
+# Role, Customer
+[
+
+	# These values are common in all dictionaries
+	{
+		'creation': '2010-08-08 17:08:51',
+		'docstatus': 0,
+		'modified': '2009-06-26 14:42:33',
+		'modified_by': 'Administrator',
+		'owner': 'Administrator'
+	},
+
+	# These values are common for all Role
+	{
+		'doctype': 'Role',
+		'module': 'Selling',
+		'name': '__common__',
+		'role_name': 'Customer'
+	},
+
+	# Role, Customer
+	{
+		'doctype': 'Role',
+		'name': 'Customer'
+	}
+]
\ No newline at end of file