bzr revid: ced-2ba46cba0fe5bce489b436c5fd8c1a4b27efc5eb
This commit is contained in:
ced 2007-10-05 13:31:11 +00:00
parent e2e9b97fbb
commit 51f8406e80
1 changed files with 1 additions and 1 deletions

View 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',