gpt4 book ai didi

report - 如何格式化 Odoo 8 QWeb 报告中的日期?

转载 作者:行者123 更新时间:2023-12-02 17:55:11 28 4
gpt4 key购买 nike

我的销售订单中的日期当前显示为:

Fecha: 21/11/2014 16:59:15 

我想展示这样的东西:

Fecha: Surco, 21 de Noviembre del 2014

我尝试使用t-escstrftime 但这不起作用:

<span t-esc="o.date_order.strftime('%Y')" />

最佳答案

尝试使用:

<span t-field="o.date_order" t-field-options='{"format": "d MMMM y"}'/>

结果:2014 年 11 月 21 日

关于report - 如何格式化 Odoo 8 QWeb 报告中的日期?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27071767/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com