This commit is contained in:
Ivan Office
2024-08-20 03:10:29 +08:00
parent 7361a6d3fc
commit fdaaef7e7b
12 changed files with 123 additions and 46 deletions

View File

@@ -115,7 +115,7 @@
Addons</a>
</p>
<br>
<h3>支持odoo 17,16,15,14,13,12, 11, 10, 9 版本,社区版企业版通用</h3>
<h3>支持Odoo 18,17,16,15,14,13,12, 11, 10, 9 版本,社区版企业版通用</h3>
<ul class="list-group">
<li class='list-group-item'>1. 删除菜单导航页脚的 Odoo 标签</li>
<li class='list-group-item'>2. 将弹出窗口中 "Odoo" 设置为自定义名称</li>
@@ -380,7 +380,7 @@
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher,
Online Documentation Access,Quick Data Clear. </p>
<p class="mb16">Support Odoo 17,16,15,14,13, 12, 11, 10, 9. Including community and enterprise version. </p>
<p class="mb16">Support Odoo 18,17,16,15,14,13, 12, 11, 10, 9. Including community and enterprise version. </p>
</div>
</section>

View File

@@ -51,7 +51,7 @@ export class WebEnvironmentRibbon extends Component {
// Ribbon name
if (ribbon_data.name && ribbon_data.name !== "False") {
ribbon.classList.remove('o_hidden');
ribbon.html(ribbon_data.name);
ribbon.innerHTML = ribbon_data.name;
}
// Ribbon color
if (ribbon_data.color && self.validStrColour(ribbon_data.color)) {