We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16c3bb commit be8f615Copy full SHA for be8f615
1 file changed
report_py3o/models/py3o_report.py
@@ -276,6 +276,7 @@ def create_report(self, res_ids, data):
276
def _check_attachment_use(self, cr, uid, ids, report):
277
return super(Py3oReport, self)._check_attachment_use(
278
cr, uid, ids, report)
279
+
280
@api.v8
281
def _check_attachment_use(self, records, report):
282
return Py3oReport._check_attachment_use(
0 commit comments