Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

how to link odoo to mobile app

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
3 Besvarelser
3668 Visninger
Avatar
Dounia Ghannam

I need to use odoo on my mobile app. I downloaded  the app but it asks for a server , where can I find this info?

thank you 

0
Avatar
Kassér
Cruz

Hi Dounia,
Could you please recommend a reliable app that you’ve personally used to access the Odoo Community Edition from a mobile phone?
It’s quite urgent, so your quick response would be greatly appreciated.

Avatar
Ruchita
Bedste svar

You can connect your mobile app to Odoo using its built-in XML-RPC or JSON-RPC API. These APIs allow you to perform actions like login, create records, read data, update, and delete from any Odoo model (e.g., sale.order, res.partner, etc.).

Most mobile app frameworks like Flutter, React Native, or native Android/iOS can make HTTP requests to communicate with Odoo.

Basic Steps:

  1. Authenticate the user using the Odoo API.
  2. Call Odoo models via API to fetch or send data.
  3. You can also use third-party REST API modules from the Odoo App Store to make integration easier with standard REST endpoints.
  4. If you're using the official Odoo mobile app, you can design screens using Odoo Studio, and they’ll appear on mobile automatically.

So yes, whether you're building a custom app or using Odoo’s mobile interface, connecting is very much possible!

0
Avatar
Kassér
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Bedste svar

Hi,

Please refer to the following links:

1. https://www.odoo.com/documentation/18.0/administration/mobile.html

2. https://www.cybrosys.com/blog/how-to-access-mobile-api-in-odoo-16

3. https://www.youtube.com/watch?v=_L9sn9YfTbY

4. https://www.youtube.com/watch?v=FTWZ4Ea5tu0


Hope it helps.

0
Avatar
Kassér
Avatar
Ritik (Wan Buffer Services)
Bedste svar

To access your Odoo instance via the mobile app, you'll need to provide the server URL where your Odoo database is hosted. Here's how you can locate this information:​

  1. Identify Your Odoo Server URL:
    • Self-Hosted Odoo: If your organization hosts Odoo on its own servers, the URL typically follows the format http://yourcompanydomain.com or an IP address like http://123.456.789.0. Consult your IT department or system administrator for the exact URL.​
    • Odoo Online (SaaS): For Odoo's cloud-hosted service, your database URL usually resembles https://yourcompany.odoo.com. You can find this link in the initial setup emails from Odoo or by logging into your Odoo account via a web browser.​
  2. Enter the Server URL in the Mobile App:
    • Open the Odoo mobile app on your device.​
    • When prompted for the server URL, input the address identified in the previous step.​
    • Proceed to log in using your Odoo credentials.​

At Wan Buffer Services, we've assisted numerous clients in configuring their Odoo mobile access, ensuring seamless integration between their mobile devices and Odoo servers.

0
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Tilmeld dig
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now