diff --git a/openerp/report/printscreen/ps_form.py b/openerp/report/printscreen/ps_form.py index d997f1eb038..3afe9d5f401 100644 --- a/openerp/report/printscreen/ps_form.py +++ b/openerp/report/printscreen/ps_form.py @@ -28,6 +28,8 @@ from lxml import etree import time, os +#.apidoc title: Printscreen for Form Views + class report_printscreen_list(report_int): def __init__(self, name): report_int.__init__(self, name)