[IMP] ir_actions wording
authorSimon Lejeune <sle@openerp.com>
Mon, 24 Mar 2014 15:05:33 +0000 (16:05 +0100)
committerSimon Lejeune <sle@openerp.com>
Mon, 24 Mar 2014 15:05:33 +0000 (16:05 +0100)
bzr revid: sle@openerp.com-20140324150533-bs1lwvhd2z2jow8m

openerp/addons/base/ir/ir_actions.py

index 2ead3d8..4cd0492 100644 (file)
@@ -145,8 +145,8 @@ class ir_actions_report_xml(osv.osv):
                     ('pdf', 'RML pdf (deprecated)'),
                     ('sxw', 'RML sxw (deprecated)'),
                     ('webkit', 'Webkit (deprecated)'),
-                    ], 'Report Type', required=True, help="PDF will use wkhtmltopdf to render html to pdf, HTML will directly show html,."),
-        'report_name': fields.char('Template Name', required=True, help="For QWeb reports, name of the template used in the rendering. The method 'render_html' of the model 'report.template_name' will be called (if existing) to give the html. For RML reports, this is the LocalService name."),
+                    ], 'Report Type', required=True, help="HTML will open the report directly in your browser, PDF will use wkhtmltopdf to render the HTML into a PDF file and let you download it, Controller allows you to define the url of a custom controller outputting any kind of report."),
+        'report_name': fields.char('Template Name', required=True, help="For QWeb reports, name of the template used in the rendering. The method 'render_html' of the model 'report.template_name' will be called (if any) to give the html. For RML reports, this is the LocalService name."),
         'groups_id': fields.many2many('res.groups', 'res_groups_report_rel', 'uid', 'gid', 'Groups'),
 
         # options