Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
479 Ansichten

Hello...


I'm looking for ways to dress up the quote without major custom code. 


Is there an easy way to insert strike-thru text or red color font into the quote template PDF without editing the PDF directly?

Avatar
Verwerfen
Beste Antwort

If you know how to insert content into a qweb report view, it'd be simple, just pure html:
<del>This text is strikethrough</del>
<span style='color:red;'>This text is red but violets are blue</span>

Avatar
Verwerfen