上传修改后的主题

This commit is contained in:
WEB许何哲\xuhez
2023-07-14 09:21:21 +08:00
parent 1c022711a1
commit a48c8b2baa
209 changed files with 18379 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<templates id="template" xml:space="preserve">
<t t-inherit="web.FormStatusIndicator" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o_form_status_indicator_buttons')]" position="after">
<span
t-if="displayAutoSavePrevent and (props.model.root.isVirtual or displayButtons)"
class="text-danger small disble-auto-save ms-2">
<i class="fa fa-warning me-2"/>
<span t-esc="prevent_auto_save_warning_msg">
Autosave is disabled, Click on save button.
</span>
</span>
</xpath>
<xpath expr="//button[hasclass('o_form_button_save')]/i" position="attributes">
<attribute name="class" add="ri ri-save-3-line" remove="fa fa-cloud-upload" separator=" "></attribute>
</xpath>
</t>
</templates>