From 025c77b6a20eef7a2847223ce29c186134813008 Mon Sep 17 00:00:00 2001 From: "P. Christeas" Date: Thu, 23 Jun 2011 12:04:57 +0300 Subject: [PATCH] API docs: docstring for report/printscreen/ps_form.py bzr revid: xrg@linux.gr-20110623090457-m9tjszds4jg8m010 --- openerp/report/printscreen/ps_form.py | 2 ++ 1 file changed, 2 insertions(+) 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)