1

Need to add widget radio to a field in one2many line in Odoo 12 community, My code

<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>

It shows the same as the selection field in Odoo, not as a radio button

Kenly
  • 24,317
  • 7
  • 44
  • 60
Thayif kabir
  • 715
  • 5
  • 20

0 Answers0