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?