This commit is contained in:
Ivan Office
2023-08-28 19:45:25 +08:00
parent 3aa29c4215
commit 3a3eb09932
5 changed files with 22 additions and 7 deletions

View File

@@ -17,7 +17,9 @@
<template id="replace_copyright_name" name="Copyright Name" inherit_id="web.frontend_layout">
<xpath expr="//span[hasclass('o_footer_copyright_name')]" position="replace">
<span class="o_footer_copyright_name me-2">Copyright &amp;copy;
<span class="copyright_name_before" contenteditable="true">2009-2023 </span>
<span t-field="res_company.name" itemprop="name"/>
<span class="copyright_name_after" contenteditable="true"></span>
</span>
</xpath>
</template>