I'd like to create a custom function for an openoffice designed report.
So I've added the function in the localcontext during __init__ of the custom parser.
In that function I try to do a model search.
When it comes to comparing two dates, the object date seems to be already converted in the selected report language. This throws an error.
Any advice?