How to put text and value in relatorio ODS

There seems to be limitation in ODS template, if my testing is correct.

In a single cell I try to put some text followed by the relatorio link, literally the translation from (fodt):

<text:p text:style-name=“Header”>Company: <text:placeholder text:placeholder-type=“text”><company.rec_name></text:placeholder></text:p>

to (fods):

<table:table-cell office:value-type=“string” calcext:value-type=“string”>text:p<text:span text:style-name=“T1”>Company:</text:span> <text:a xlink:href=“relatorio://company.rec_name” xlink:type=“simple”>company.rec_name</text:a></text:p>

But only the company name is printed in the cell, without the ‘Company:’ label.

Is this not a bug? Is there not a work-around?

For me, it was fixed by Bug 42: Do not guess type on styled cell - Relatorio tracker
If you do not think so, please create a bug on relatorio.tryton.org with a running example exposing the issue.

okay, I filed Bug 56: problems putting text and values in an ODS cell - Relatorio tracker

1 Like