实用函数
数字转文字: {{spelled_out(docs.amount_total)}}
日期格式化: {{formatdate(docs.date_order)}}
HTML 解析: {{parsehtml(docs.note)}} 或 {{html2docx(docs.note)}}
货币显示: {{convert_currency(docs.amount_total, docs.currency_id)}}
图片渲染: {{render_image(docs.image_field)}} 或 {{render_image(docs.image_field, width=10, height=10)}}
{{docs.field_name}}
python jinja2
最新推荐文章于 2025-08-20 15:37:55 发布