gpt4 book ai didi

python - 奥多 : How to display html as menuitem's name?

转载 作者:数据小太阳 更新时间:2023-10-29 02:13:31 25 4
gpt4 key购买 nike

问题:

在菜单项中,例如:

<menuitem id="menu_id"
name="menu name 3e"
parent="parent_path"
action="action_path"
sequence="10"/>

我怎样才能让名称等同于“menu item 3<sup>e</sup>”,这样它就会显示为“菜单项 3e”?

尝试:

代码 1:

<menuitem id="menu_id"
name="menu name 3<sup>e</sup>"
parent="parent_path"
action="action_path"
sequence="10"/>

错误: XMLSyntaxError: Unescaped '<' not allowed in attributes values, line 2, column 24(错误中的行已被替换为在代码段中准确)

代码 2:

<menuitem id="menu_id"
name="menu name 3&lt;sup>e&lt;/sup>"
parent="parent_path"
action="action_path"
sequence="10"/>

错误:升级模块没有问题,但显示的名称是menu name 3<sup>e</sup>

我还尝试使用 \< 进行转义和 <<而不是 <但这对 xml 来说简直是胡说八道

注意:

我有一个类似的问题(这里没有深入详细说明,以免使问题过载)关于在记录字段的值或按钮文本中添加 html,例如 <field name="name">3<sup>e</sup></field>

但它抛出错误: AssertionError: Element field has extra content: sup, line 5

无论我如何尝试逃避它,除了替换 <通过 &lt;但结果与菜单项上的 2sd 尝试相同。

最佳答案

为什么代码 2 对我有用:Odoo11

name="Projects 3&lt;sup> e&lt;/sup>"

Let see

关于python - 奥多 : How to display html as menuitem's name?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51406268/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com