_isRequired(fieldName) {
const required = this.activeFields[fieldName].required;
return required ? evaluateBooleanExpr(required, this.evalContextWithVirtualIds) : false;
}
Is it possible to patch the protected method, if yes means help me to patch the protected method in owl.