如何从openerp中的rml文件获取odt格式的报告
我有一个 RML 文件,可以生成 PDF 格式的报告,但如何生成 ODT 格式的相同报告?
I have an RML file that generates a report in PDF format, but how can I generate the same report in ODT format?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“管理”菜单下,转到“低级对象:操作:报告 Xml”。打开该报告的条目,并将类型从 pdf 更改为 odt。
只是为了使此编程相关,这样它就不会被转移到 superuser.com,下面介绍了如何使用此更改来配置报告的 XML 文件。将
type
属性添加到您的报告声明中:Under the Administration menu, go to Low Level Objects: Actions: Report Xml. Open the entry for that report, and change the type from pdf to odt.
Just to make this programming related so it doesn't get shuffled off to superuser.com, here's how to configure the report's XML file with this change. Add the
type
attribute to your report declaration: