Fix typo
authorced <>
Fri, 5 Oct 2007 13:31:11 +0000 (13:31 +0000)
committerced <>
Fri, 5 Oct 2007 13:31:11 +0000 (13:31 +0000)
bzr revid: ced-2ba46cba0fe5bce489b436c5fd8c1a4b27efc5eb

bin/addons/base/ir/ir_actions.py

index e887174..f37eba6 100644 (file)
@@ -132,7 +132,7 @@ class report_xml(osv.osv):
                        type='binary', string='SXW content',),
                'report_rml_content': fields.function(_report_content,
                        fnct_inv=_report_content_inv, method=True,
-                       type='binary', string='SXW content'),
+                       type='binary', string='RML content'),
                'auto': fields.boolean('Automatic XSL:RML', required=True),
                'usage': fields.char('Action Usage', size=32),
                'header': fields.boolean('Add RML header',