odoo 14 销售点收据定制

问题描述

我正在尝试在 odoo 14 ce 中自定义 pos 收据,但它不起作用 请帮帮我 这是我的代码

 <?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
    <t t-name="OrderReceipt" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension" owl="1">
        <xpath expr="//div[@class='pos-receipt-contact']" position="inside">
            <div>Customer name: <span t-esc="receipt.client"/></div>
        </xpath>

    </t>
</templates> 

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)