|
30 | 30 |
|
31 | 31 | <!-- ==================== SUPER ADMIN ==================== --> |
32 | 32 |
|
33 | | - <record id="user_admin_dmc" model="res.users"> |
| 33 | + <record id="user_admin_dmc" model="res.users" context="{'no_reset_password': True}"> |
34 | 34 | <field name="name">DMC Administrator</field> |
35 | 35 | <field name="login">admin.dmc@drims.gov.lk</field> |
36 | 36 | <field name="password">demo</field> |
|
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"> |
| 53 | + <record id="user_wh_staff_colombo" model="res.users" context="{'no_reset_password': True}"> |
54 | 54 | <field name="name">Warehouse Staff - Colombo</field> |
55 | 55 | <field name="login">staff.colombo@drims.gov.lk</field> |
56 | 56 | <field name="password">demo</field> |
|
64 | 64 | <field name="company_id" ref="base.main_company" /> |
65 | 65 | </record> |
66 | 66 |
|
67 | | - <record id="user_wh_staff_kandy" model="res.users"> |
| 67 | + <record id="user_wh_staff_kandy" model="res.users" context="{'no_reset_password': True}"> |
68 | 68 | <field name="name">Warehouse Staff - Kandy</field> |
69 | 69 | <field name="login">staff.kandy@drims.gov.lk</field> |
70 | 70 | <field name="password">demo</field> |
|
81 | 81 | <!-- ==================== WAREHOUSE MANAGERS ==================== --> |
82 | 82 | <!-- These users have full admin access to manage warehouse operations --> |
83 | 83 |
|
84 | | - <record id="user_wh_colombo" model="res.users"> |
| 84 | + <record id="user_wh_colombo" model="res.users" context="{'no_reset_password': True}"> |
85 | 85 | <field name="name">Warehouse Manager - Colombo</field> |
86 | 86 | <field name="login">wh.colombo@drims.gov.lk</field> |
87 | 87 | <field name="password">demo</field> |
|
96 | 96 | <field name="company_id" ref="base.main_company" /> |
97 | 97 | </record> |
98 | 98 |
|
99 | | - <record id="user_wh_kandy" model="res.users"> |
| 99 | + <record id="user_wh_kandy" model="res.users" context="{'no_reset_password': True}"> |
100 | 100 | <field name="name">Warehouse Manager - Kandy</field> |
101 | 101 | <field name="login">wh.kandy@drims.gov.lk</field> |
102 | 102 | <field name="password">demo</field> |
|
113 | 113 |
|
114 | 114 | <!-- ==================== APPROVERS ==================== --> |
115 | 115 |
|
116 | | - <record id="user_approver_national" model="res.users"> |
| 116 | + <record id="user_approver_national" model="res.users" context="{'no_reset_password': True}"> |
117 | 117 | <field name="name">National Approver (DMC)</field> |
118 | 118 | <field name="login">approver.national@drims.gov.lk</field> |
119 | 119 | <field name="password">demo</field> |
|
127 | 127 | <field name="company_id" ref="base.main_company" /> |
128 | 128 | </record> |
129 | 129 |
|
130 | | - <record id="user_approver_western" model="res.users"> |
| 130 | + <record id="user_approver_western" model="res.users" context="{'no_reset_password': True}"> |
131 | 131 | <field name="name">Western Province Approver</field> |
132 | 132 | <field name="login">approver.western@drims.gov.lk</field> |
133 | 133 | <field name="password">demo</field> |
|
141 | 141 | <field name="company_id" ref="base.main_company" /> |
142 | 142 | </record> |
143 | 143 |
|
144 | | - <record id="user_approver_central" model="res.users"> |
| 144 | + <record id="user_approver_central" model="res.users" context="{'no_reset_password': True}"> |
145 | 145 | <field name="name">Central Province Approver</field> |
146 | 146 | <field name="login">approver.central@drims.gov.lk</field> |
147 | 147 | <field name="password">demo</field> |
|
158 | 158 | <!-- ==================== FIELD OFFICERS ==================== --> |
159 | 159 | <!-- Field officers can create requests and confirm deliveries in assigned areas --> |
160 | 160 |
|
161 | | - <record id="user_officer_colombo" model="res.users"> |
| 161 | + <record id="user_officer_colombo" model="res.users" context="{'no_reset_password': True}"> |
162 | 162 | <field name="name">Field Officer - Colombo District</field> |
163 | 163 | <field name="login">officer.colombo@drims.gov.lk</field> |
164 | 164 | <field name="password">demo</field> |
|
172 | 172 | <field name="company_id" ref="base.main_company" /> |
173 | 173 | </record> |
174 | 174 |
|
175 | | - <record id="user_officer_gampaha" model="res.users"> |
| 175 | + <record id="user_officer_gampaha" model="res.users" context="{'no_reset_password': True}"> |
176 | 176 | <field name="name">Field Officer - Gampaha District</field> |
177 | 177 | <field name="login">officer.gampaha@drims.gov.lk</field> |
178 | 178 | <field name="password">demo</field> |
|
186 | 186 | <field name="company_id" ref="base.main_company" /> |
187 | 187 | </record> |
188 | 188 |
|
189 | | - <record id="user_officer_kandy" model="res.users"> |
| 189 | + <record id="user_officer_kandy" model="res.users" context="{'no_reset_password': True}"> |
190 | 190 | <field name="name">Field Officer - Kandy District</field> |
191 | 191 | <field name="login">officer.kandy@drims.gov.lk</field> |
192 | 192 | <field name="password">demo</field> |
|
200 | 200 | <field name="company_id" ref="base.main_company" /> |
201 | 201 | </record> |
202 | 202 |
|
203 | | - <record id="user_officer_galle" model="res.users"> |
| 203 | + <record id="user_officer_galle" model="res.users" context="{'no_reset_password': True}"> |
204 | 204 | <field name="name">Field Officer - Galle District</field> |
205 | 205 | <field name="login">officer.galle@drims.gov.lk</field> |
206 | 206 | <field name="password">demo</field> |
|
216 | 216 |
|
217 | 217 | <!-- ==================== VIEWERS / LEADERSHIP ==================== --> |
218 | 218 |
|
219 | | - <record id="user_viewer_secretary" model="res.users"> |
| 219 | + <record id="user_viewer_secretary" model="res.users" context="{'no_reset_password': True}"> |
220 | 220 | <field name="name">Secretary - Ministry of Disaster Management</field> |
221 | 221 | <field name="login">secretary@drims.gov.lk</field> |
222 | 222 | <field name="password">demo</field> |
|
230 | 230 | <field name="company_id" ref="base.main_company" /> |
231 | 231 | </record> |
232 | 232 |
|
233 | | - <record id="user_viewer_director" model="res.users"> |
| 233 | + <record id="user_viewer_director" model="res.users" context="{'no_reset_password': True}"> |
234 | 234 | <field name="name">Director - DMC</field> |
235 | 235 | <field name="login">director@drims.gov.lk</field> |
236 | 236 | <field name="password">demo</field> |
|
0 commit comments