This is a framework for Odoo Mobile With Ionic v 3.x
Before you run the app make sure you have nodejs installed.
Install typecript
$ npm install -g typescriptInstall Ionic CLI
$ npm install -g ionicInstall Cordova
$ npm install -g cordovaClone this repo
$ git clone https://github.com/mtfaroks/Odoo-JsonRpc-with-ionic3.xcd into the githubionic folder run npm install
$ npm installNOTE : This app doesn't work in your browser, Please run it in the real device.
Add platforms to your project
$ ionic cordova platform add android/iosRun the app
$ ionic run android/iosIf you want to see the logs of your app that is running on real device you need to write this URL in your chrome browser. chrome://inspect/devices#devices but make sure that your device is connected to you PC and usb debugging is on in settigs.