export interface OdooModelMetadata { readonly target: Function | string; readonly name: string; readonly domain: any; readonly document: string; }