mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
将16的tracking的处理样式改回13版样式
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<templates xml:space="preserve">
|
||||
<t t-name="mail.TrackingValue" t-inherit="mail.TrackingValue" t-inherit_mode="extension" owl="1">
|
||||
<xpath expr="//span[hasclass('o_TrackingValue_fieldName')]" position="replace">
|
||||
<span class="o_TrackingValue_fieldName ms-1 fw-bold text-muted" t-esc="trackingValue.formattedChangedField + ':'"/>
|
||||
</xpath>
|
||||
<xpath expr="//span[@t-esc='trackingValue.oldValue.formattedValueOrNone']" position="before">
|
||||
<xpath expr="//span[hasclass('o_TrackingValue_fieldName')]" position="move"/>
|
||||
</xpath>
|
||||
</t>
|
||||
</templates>
|
||||
Reference in New Issue
Block a user