Odoo-mobile / framework

Odoo Mobile Framework
https://play.google.com/store/apps/dev?id=8607973775002477408
Other
327 stars 374 forks source link

update OdooWrapper.java for Odoo 11.0 #344

Open kasim1011 opened 6 years ago

kasim1011 commented 6 years ago

odoo-11.0 is now publicly avalable and will be heavily used by community in very short time. Please update Odoo-mobile/framework network calls for odoo-11.0

@dpr-odoo @warp10 @r-mckay @mga-odoo @pathob

https://github.com/Odoo-mobile/framework/issues/346

naitikvithlani commented 6 years ago

Hello @kasim1011

I am using this with odoo 11, It's works fine, I have implemented many of the modules of odoo with this. (Find attached screen shot)

image

enerik commented 6 years ago

Hello I am having trouble adding new modules to the framework I dont have any idea wich SDk version should i use to compile the project it is throwing error always. Looking forward to your response

kasim1011 commented 6 years ago

@enerik

first of all make sure you are aware about following things.

  1. You've disabled Instant Run in Android studio.
  2. You always need to perform full uninstallation-reinstallation of application every time you make addition / alteration in Model class or its field.
  3. You've complete walk-through on Creating addon with odoo mobile

If still getting error paste down the code snippet of following things.

  1. OAddons.java
  2. Your new created java files of Model, Provider and Service, xml file of <sync-adapter> tag. <provider> and <service> tag for newly added module in AndroidManifest.xml
  3. yourModuleFragment extend BaseFragments java file

Thanks.