generate visit
parent
bf7301fa76
commit
5dad637613
|
@ -2,7 +2,7 @@
|
||||||
<group form_layout="stacked">
|
<group form_layout="stacked">
|
||||||
<field name="date_from" span="2"/>
|
<field name="date_from" span="2"/>
|
||||||
<field name="date_to" span="2"/>
|
<field name="date_to" span="2"/>
|
||||||
<separator string="Please Select > 1. Days > 2. Patients"/>
|
<separator string="Select > 1. Days > 2. Patients > 3. Click Generate | Remove"/>
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab string="Days">
|
<tab string="Days">
|
||||||
<field name="time_lines" noadd="1" nolabel="1">
|
<field name="time_lines" noadd="1" nolabel="1">
|
||||||
|
|
|
@ -301,5 +301,6 @@ class GenVisit(Model):
|
||||||
line['time_stop']=cycle.time_stop
|
line['time_stop']=cycle.time_stop
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
GenVisit.register()
|
GenVisit.register()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue