zzz
parent
6f437ceba7
commit
848d7c0f22
|
@ -18,6 +18,7 @@ class HDReport(Model):
|
||||||
|
|
||||||
_order="cycle_id desc"
|
_order="cycle_id desc"
|
||||||
|
|
||||||
|
|
||||||
def get_report_data(self,ids,context={}):
|
def get_report_data(self,ids,context={}):
|
||||||
obj=self.browse(ids)[0]
|
obj=self.browse(ids)[0]
|
||||||
lines=[]
|
lines=[]
|
||||||
|
|
Loading…
Reference in New Issue