public OdooRepository(OdooConfig config)
 {
     OdooClient = new OdooClient(config);
     TableName  = OdooExtensions.GetOdooTableName <T>();
 }