1

我有一个销售订单表格中的向导。在此向导中,我在 one2many 字段中添加了一个“按钮”字段,但它没有显示可点击操作或者它是只读的。而且这种事故只发生在按钮领域,其他领域都很好。那么,为什么它是只读的?

我的代码 Xml 代码在这里:

<group>
  <field name="wizard" style="width:600px">
    <tree editable="bottom">
        <field name="index" invisible="1"/>
        <field name="check_box" style="width:50px"/>
        <field name="products_ids"/>
        <field name="services"/>
        <button name="text_test_field1" string="test" type="object"/>
        <field name="prices" widget="monetary"/>
    </tree>
  </field>
</group>
4

0 回答 0