I am Added New field related with Many2one and when i am click on than it will show create and create and edit button so any one help me how to achieve.
My Filed Code :
exam_course = field.Many2one('coures.type', string="Course")
Hey Try below code and i think it's help you
<field name="field_name" options="{'no_create ': True, 'no_create_edit' : True}"/>
for more info you can try below link :