blob: 1495c84610b8ad9b1e294131ddcc8d02826ba480 [file] [log] [blame]
nabinhait963f36b2011-07-01 15:47:42 +05301# Role, Purchase User
2[
3
4 # These values are common in all dictionaries
5 {
6 'creation': '2010-08-08 17:08:51',
7 'docstatus': 0,
8 'modified': '2010-04-08 12:08:01',
9 'modified_by': 'Administrator',
10 'owner': 'Administrator'
11 },
12
13 # These values are common for all Role
14 {
15 'doctype': 'Role',
16 'module': 'Buying',
17 'name': '__common__',
18 'role_name': 'Purchase User'
19 },
20
21 # Role, Purchase User
22 {
23 'doctype': 'Role',
24 'name': 'Purchase User'
25 }
26]