This commit is contained in:
Ivan Office
2024-01-30 18:23:12 +08:00
parent 7a4485c878
commit 699b7305e7

View File

@@ -9,15 +9,15 @@
</label> </label>
</xpath> </xpath>
</t> </t>
<!-- 保存增加字样--> <!-- 更紧凑,先不处理 保存增加字样-->
<t t-name="app_web_enterprise.FormStatusIndicator" t-inherit="web.FormStatusIndicator" t-inherit-mode="extension"> <!-- <t t-name="app_web_enterprise.FormStatusIndicator" t-inherit="web.FormStatusIndicator" t-inherit-mode="extension">-->
<xpath expr="//i[hasclass('fa-cloud-upload')]" position="after"> <!-- <xpath expr="//i[hasclass('fa-cloud-upload')]" position="after">-->
Save <!-- Save-->
</xpath> <!-- </xpath>-->
<xpath expr="//i[hasclass('fa-undo')]" position="after"> <!-- <xpath expr="//i[hasclass('fa-undo')]" position="after">-->
Discard <!-- Discard-->
</xpath> <!-- </xpath>-->
</t> <!-- </t>-->
<!-- 创建移到左边--> <!-- 创建移到左边-->
<t t-name="app_web_enterprise.FormControlPanel" t-inherit="web.FormControlPanel" t-inherit-mode="extension"> <t t-name="app_web_enterprise.FormControlPanel" t-inherit="web.FormControlPanel" t-inherit-mode="extension">
<xpath expr="//div[hasclass('o_cp_bottom_right')]//t[3]" position="replace"/> <xpath expr="//div[hasclass('o_cp_bottom_right')]//t[3]" position="replace"/>