This question has been flagged
1 Reply
6856 Views

Hello,

I am creating a mobile app that uses the mobile framework of Odoo and also a new module that has the same fields as the mobile app interface . This app database should be the same as the database in the localhost.
For example, when a user is filling the form, these data is entered in a database. And this data should be there in the database of the localhost. The data should be updated.  Both on the localhost and the mobile app, users can insert data. There should be a two-way communication between the app and localhost.
Is there any possible way to do that?

Avatar
Discard
Best Answer

In past I have solved this by staring my  odoo using single database ,you specify the database name in   odoo config file , it's a temporary solution

Avatar
Discard