export interface OdooFieldMetadata { readonly target: Function | string; readonly fieldName: string; }