How to hide fields based on doctype

i want to hide this from ‘property’ and ‘Lease’ doctype


only this field show on ‘lease-out’ doctype

you may use display depends on property
eval:doc.field_name !=“Property” || doc.field_name != “Lease”

@Prasant_Pant its not work

you can hide from customization . customize>select field > hide .