|
50 | 50 | <!-- These users can receive donations, manage inventory, and process dispatches --> |
51 | 51 | <!-- They do NOT have manager/admin access --> |
52 | 52 |
|
53 | | - <record id="user_wh_staff_colombo" model="res.users" context="{'no_reset_password': True}"> |
| 53 | + <record |
| 54 | + id="user_wh_staff_colombo" |
| 55 | + model="res.users" |
| 56 | + context="{'no_reset_password': True}" |
| 57 | + > |
54 | 58 | <field name="name">Warehouse Staff - Colombo</field> |
55 | 59 | <field name="login">staff.colombo@drims.gov.lk</field> |
56 | 60 | <field name="password">demo</field> |
|
64 | 68 | <field name="company_id" ref="base.main_company" /> |
65 | 69 | </record> |
66 | 70 |
|
67 | | - <record id="user_wh_staff_kandy" model="res.users" context="{'no_reset_password': True}"> |
| 71 | + <record |
| 72 | + id="user_wh_staff_kandy" |
| 73 | + model="res.users" |
| 74 | + context="{'no_reset_password': True}" |
| 75 | + > |
68 | 76 | <field name="name">Warehouse Staff - Kandy</field> |
69 | 77 | <field name="login">staff.kandy@drims.gov.lk</field> |
70 | 78 | <field name="password">demo</field> |
|
81 | 89 | <!-- ==================== WAREHOUSE MANAGERS ==================== --> |
82 | 90 | <!-- These users have full admin access to manage warehouse operations --> |
83 | 91 |
|
84 | | - <record id="user_wh_colombo" model="res.users" context="{'no_reset_password': True}"> |
| 92 | + <record |
| 93 | + id="user_wh_colombo" |
| 94 | + model="res.users" |
| 95 | + context="{'no_reset_password': True}" |
| 96 | + > |
85 | 97 | <field name="name">Warehouse Manager - Colombo</field> |
86 | 98 | <field name="login">wh.colombo@drims.gov.lk</field> |
87 | 99 | <field name="password">demo</field> |
|
113 | 125 |
|
114 | 126 | <!-- ==================== APPROVERS ==================== --> |
115 | 127 |
|
116 | | - <record id="user_approver_national" model="res.users" context="{'no_reset_password': True}"> |
| 128 | + <record |
| 129 | + id="user_approver_national" |
| 130 | + model="res.users" |
| 131 | + context="{'no_reset_password': True}" |
| 132 | + > |
117 | 133 | <field name="name">National Approver (DMC)</field> |
118 | 134 | <field name="login">approver.national@drims.gov.lk</field> |
119 | 135 | <field name="password">demo</field> |
|
127 | 143 | <field name="company_id" ref="base.main_company" /> |
128 | 144 | </record> |
129 | 145 |
|
130 | | - <record id="user_approver_western" model="res.users" context="{'no_reset_password': True}"> |
| 146 | + <record |
| 147 | + id="user_approver_western" |
| 148 | + model="res.users" |
| 149 | + context="{'no_reset_password': True}" |
| 150 | + > |
131 | 151 | <field name="name">Western Province Approver</field> |
132 | 152 | <field name="login">approver.western@drims.gov.lk</field> |
133 | 153 | <field name="password">demo</field> |
|
141 | 161 | <field name="company_id" ref="base.main_company" /> |
142 | 162 | </record> |
143 | 163 |
|
144 | | - <record id="user_approver_central" model="res.users" context="{'no_reset_password': True}"> |
| 164 | + <record |
| 165 | + id="user_approver_central" |
| 166 | + model="res.users" |
| 167 | + context="{'no_reset_password': True}" |
| 168 | + > |
145 | 169 | <field name="name">Central Province Approver</field> |
146 | 170 | <field name="login">approver.central@drims.gov.lk</field> |
147 | 171 | <field name="password">demo</field> |
|
158 | 182 | <!-- ==================== FIELD OFFICERS ==================== --> |
159 | 183 | <!-- Field officers can create requests and confirm deliveries in assigned areas --> |
160 | 184 |
|
161 | | - <record id="user_officer_colombo" model="res.users" context="{'no_reset_password': True}"> |
| 185 | + <record |
| 186 | + id="user_officer_colombo" |
| 187 | + model="res.users" |
| 188 | + context="{'no_reset_password': True}" |
| 189 | + > |
162 | 190 | <field name="name">Field Officer - Colombo District</field> |
163 | 191 | <field name="login">officer.colombo@drims.gov.lk</field> |
164 | 192 | <field name="password">demo</field> |
|
172 | 200 | <field name="company_id" ref="base.main_company" /> |
173 | 201 | </record> |
174 | 202 |
|
175 | | - <record id="user_officer_gampaha" model="res.users" context="{'no_reset_password': True}"> |
| 203 | + <record |
| 204 | + id="user_officer_gampaha" |
| 205 | + model="res.users" |
| 206 | + context="{'no_reset_password': True}" |
| 207 | + > |
176 | 208 | <field name="name">Field Officer - Gampaha District</field> |
177 | 209 | <field name="login">officer.gampaha@drims.gov.lk</field> |
178 | 210 | <field name="password">demo</field> |
|
186 | 218 | <field name="company_id" ref="base.main_company" /> |
187 | 219 | </record> |
188 | 220 |
|
189 | | - <record id="user_officer_kandy" model="res.users" context="{'no_reset_password': True}"> |
| 221 | + <record |
| 222 | + id="user_officer_kandy" |
| 223 | + model="res.users" |
| 224 | + context="{'no_reset_password': True}" |
| 225 | + > |
190 | 226 | <field name="name">Field Officer - Kandy District</field> |
191 | 227 | <field name="login">officer.kandy@drims.gov.lk</field> |
192 | 228 | <field name="password">demo</field> |
|
200 | 236 | <field name="company_id" ref="base.main_company" /> |
201 | 237 | </record> |
202 | 238 |
|
203 | | - <record id="user_officer_galle" model="res.users" context="{'no_reset_password': True}"> |
| 239 | + <record |
| 240 | + id="user_officer_galle" |
| 241 | + model="res.users" |
| 242 | + context="{'no_reset_password': True}" |
| 243 | + > |
204 | 244 | <field name="name">Field Officer - Galle District</field> |
205 | 245 | <field name="login">officer.galle@drims.gov.lk</field> |
206 | 246 | <field name="password">demo</field> |
|
216 | 256 |
|
217 | 257 | <!-- ==================== VIEWERS / LEADERSHIP ==================== --> |
218 | 258 |
|
219 | | - <record id="user_viewer_secretary" model="res.users" context="{'no_reset_password': True}"> |
| 259 | + <record |
| 260 | + id="user_viewer_secretary" |
| 261 | + model="res.users" |
| 262 | + context="{'no_reset_password': True}" |
| 263 | + > |
220 | 264 | <field name="name">Secretary - Ministry of Disaster Management</field> |
221 | 265 | <field name="login">secretary@drims.gov.lk</field> |
222 | 266 | <field name="password">demo</field> |
|
230 | 274 | <field name="company_id" ref="base.main_company" /> |
231 | 275 | </record> |
232 | 276 |
|
233 | | - <record id="user_viewer_director" model="res.users" context="{'no_reset_password': True}"> |
| 277 | + <record |
| 278 | + id="user_viewer_director" |
| 279 | + model="res.users" |
| 280 | + context="{'no_reset_password': True}" |
| 281 | + > |
234 | 282 | <field name="name">Director - DMC</field> |
235 | 283 | <field name="login">director@drims.gov.lk</field> |
236 | 284 | <field name="password">demo</field> |
|
0 commit comments