Android sqlite not creating module tables

Asked by Anna Gomez

Hey! i am working with this framework and everything seems great, i followed the tutorial from openerp android framework website but android gives me crm_lead is not a table, i tried with products module and it's the same. I checked in sqlite and there are no tables for those modules, nothing is created. Could you tell me how do i make this happen? how can i ensure my module tables are created?

Question information

Language:
English Edit question
Status:
Answered
For:
openerp-mobile Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dharmang Soni (OpenERP) (dpr-openerp) said :
#1

Hello Anna Gomez,

We moved on GitHub (https://github.com/odoo-mobile).

For updating structure of database just clean your database for the app. Application will create new database with updated tables.

Note that your table must be in relation (if any) and if not, you must add your module information in ModulesConfig.java file under package com.odoo.config

Framework 1.0 : https://github.com/Odoo-mobile/framework/tree/1.0

Regards,
Dharmang Soni

Android Developer @Odoo
Gandhinagar, India

Can you help with this problem?

Provide an answer of your own, or ask Anna Gomez for more information if necessary.

To post a message you must log in.