Skip to content

Commit

Permalink
Merge pull request #199 from dreispt/8.0-fix-lint
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
pedrobaeza committed Oct 26, 2017
2 parents 1c973cf + a1d1489 commit a4f747f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mgmtsystem_audit/report/audit_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def __init__(self, cr, uid, name, context):
'time': time,
})


report_sxw.report_sxw(
'report.mgmtsystem.audit.report',
'mgmtsystem.audit',
Expand Down
1 change: 1 addition & 0 deletions mgmtsystem_audit/report/verification_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def get_lines_by_procedure(self, verification_lines):
"yes_no": "Yes / No"})
return q


report_sxw.report_sxw(
'report.mgmtsystem.audit.verificationlist',
'mgmtsystem.audit',
Expand Down

0 comments on commit a4f747f

Please sign in to comment.