<tree create="false" edit="false" >
<tree attrs="{'create':[("uid",'=',1)]}" edit="false" >
 
<record>
        ...
        <field name="arch" type="xml">
            <xpath expr='//form[@string="Product"]' position='attributes'>
                <attribute name="create">false</attribute>
            </xpath>
        </field> ,
    </record>
<record ...>
    ...
    <form string="NAMEOFFORM" create="false" edit="false" version="7.0">
        ...
    </form>
</record>
<form create="false" edit="false">
<tree attrs="{'create':[("uid",'=',1)]}" edit="false" >

相关文章:

  • 2021-06-24
  • 2021-07-30
  • 2021-09-11
  • 2021-06-20
  • 2021-07-08
  • 2021-09-22
  • 2021-12-12
  • 2021-05-25
猜你喜欢
  • 2021-08-05
  • 2021-11-10
  • 2021-04-24
  • 2021-09-22
  • 2021-07-12
  • 2022-02-03
  • 2021-10-17
相关资源
相似解决方案