1

需要在 Odoo 12 社区的 one2many 行中的字段中添加小部件收音机,我的代码

<page string="Questions">
    <field name="evaluation_line_ids">
        <tree editable="bottom">
            <field name="training_id" invisible="1"/>
            <field name="name"/>
            <field name="ranking" widget="radio" options="{'horizontal': true}"/>
        </tree>
    </field>
</page>

它与 Odoo 中的选择字段显示相同,而不是单选按钮

4

0 回答 0