while here, switch HOMEPAGE to https
Announce: https://discuss.tryton.org/t/release-of-relatorio-0-9-0/1615
Relatorio is a templating library which provides a way to easily output several kinds of files but mainly OpenDocument.
This is a minor release that adds new features:
- Support out parameter of render
- Write opendocument stream directly to the ZipFile
ok kmos@
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@
Relatorio is a templating library which provides a way to easily output
several kinds of files (odt, ods, png, svg, ...). Support for more
filetypes can be easily added by creating plugins for them.
Relatorio also provides a report repository allowing you to link python
objects and report together, find reports by mimetype/name/python
This is a required dependency for the tryton framework which I'm working
on porting.
ok jasper@