permission denied
parent
5670f49144
commit
edf9f83901
|
@ -73,6 +73,8 @@ class HDCase(Model):
|
||||||
|
|
||||||
def _get_expense(self,ids,context={}):
|
def _get_expense(self,ids,context={}):
|
||||||
res={}
|
res={}
|
||||||
|
user_id=get_active_user()
|
||||||
|
set_active_user(1)
|
||||||
for obj in self.browse(ids):
|
for obj in self.browse(ids):
|
||||||
dlz_use=0
|
dlz_use=0
|
||||||
dlz_max=0
|
dlz_max=0
|
||||||
|
@ -110,6 +112,7 @@ class HDCase(Model):
|
||||||
'dlz_use': dlz_use,
|
'dlz_use': dlz_use,
|
||||||
'dlz_max': dlz_max,
|
'dlz_max': dlz_max,
|
||||||
}
|
}
|
||||||
|
set_active_user(user_id)
|
||||||
return res
|
return res
|
||||||
|
|
||||||
_fields={
|
_fields={
|
||||||
|
|
|
@ -20,7 +20,14 @@ report:
|
||||||
- LS, LK
|
- LS, LK
|
||||||
- Extract number (Invoice) *
|
- Extract number (Invoice) *
|
||||||
|
|
||||||
- prevent to gen walk in
|
- prevent to gen walk in -> ok
|
||||||
- prevent to create visit
|
|
||||||
- report P. Moo
|
|
||||||
- update patient for K. Ekk
|
- update patient for K. Ekk
|
||||||
|
- prevent douplicate
|
||||||
|
- visit
|
||||||
|
patient_id,date,cycle_id
|
||||||
|
- patient
|
||||||
|
-name
|
||||||
|
- staff
|
||||||
|
-name
|
||||||
|
- report P. Moo -> ok
|
||||||
|
- wrong GI number
|
||||||
|
|
Loading…
Reference in New Issue