I want to disable the inline creation, I only want to create using a from if the item not found in the many2one dropdown. The code below is not helping.
<xpath expr = "//field[@name='partner_id']" position= "attributes" > <attribute name= "options" >{ 'always_reload' : True, 'no_create_edit' : False, 'no_create' : True, 'fields' : [ 'name' ]}</attribute> </xpath>