update desc

This commit is contained in:
ivan deng
2023-02-17 01:16:37 +08:00
parent fb3a1fd035
commit c113f74ee2
4 changed files with 1 additions and 2 deletions

View File

@@ -192,8 +192,6 @@
<h2 class='oe_mt32'>Multi-language support: Chinese ready</h2> <h2 class='oe_mt32'>Multi-language support: Chinese ready</h2>
</div> </div>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot">
<img src="set11.png" style="border:1px solid black"/>
</br>
<img src="set12.png" style="border:1px solid black"/> <img src="set12.png" style="border:1px solid black"/>
<br/> <br/>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 331 KiB

View File

@@ -25,6 +25,7 @@ patch(UserMenu.prototype, "app_odoo_customize.UserMenu", {
.add("documentation", documentationItem) .add("documentation", documentationItem)
.add("support", supportItem) .add("support", supportItem)
.add("odoo_account", odooAccountItem); .add("odoo_account", odooAccountItem);
// todo: 处理语言列表rpc取值同上处理 userMenuRegistry.add("slang_"+语言代码, debugItem(语言代码))
}, },
// getElements() { // getElements() {
// var ret = this._super.apply(this, arguments); // var ret = this._super.apply(this, arguments);