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”
you can hide from customization . customize>select field > hide .