husainsr / Odoo-JsonRpc-with-ionic3.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a framework for Odoo Mobile With Ionic v 3.x

How to use this Framework

This is a sample ionic app with latest version that Connects your app to odoo v10 server.

Before you run the app make sure you have nodejs installed.

Install typecript

$ npm install -g typescript

Install Ionic CLI

$ npm install -g ionic

Install Cordova

$ npm install -g cordova

Clone this repo

$ git clone https://github.com/mtfaroks/Odoo-JsonRpc-with-ionic3.x

cd into the githubionic folder run npm install

$ npm install

NOTE : This app doesn't work in your browser, Please run it in the real device.

Add platforms to your project

$ ionic platform add android/ios

Run the app

$ ionic run android/ios

If 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.

About


Languages

Language:TypeScript 63.3%Language:HTML 23.3%Language:CSS 11.4%Language:JavaScript 2.0%