SPP 2017-11-25 00:02:42 +07:00
parent 24b602e922
commit e9e85aea3f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<list model="clinic.dialyzer" colors='{"#cfc":[["state","=","active"]],"#dbdbdb":[["state","=","drop"]]}'> <list model="clinic.dialyzer" colors='{"#CD5C5C":[["state","=","expire"]],"#cfc":[["state","=","active"]],"#dbdbdb":[["state","=","drop"]]}'>
<top replace="1"></top> <top replace="1"></top>
<field name="date"/> <field name="date"/>
<field name="number"/> <field name="number"/>

View File

@ -49,7 +49,7 @@ class HDCasePopupDlz(Model):
'product_id': product_id, 'product_id': product_id,
'drop_old': True, 'drop_old': True,
} }
print('res', res) print('dlz.res', res)
return res return res
def new_dlz(self,ids,context={}): def new_dlz(self,ids,context={}):