Deactivate batch ajax on OData model

Published at

#ui5

This TIL is more than a year old. Some details may have changed.

Edit in manifest.json.

JSON
"models": {
    "yourModel": {
        "dataSource" : "yourDataSource",
        "settings" : {
          "useBatch" : false
        }
    }
}