Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Odoo docker apple M1

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
DockerMacM1ARM
4 Replies
17796 Tampilan
Avatar
Roger Escola Belarte

I was thinking in a future to update my mac or not. Now they're using ARM architecture and I was worried about working with docker containers to run and code odoo.

Anyone with mac M1 can say if it's possible or there's any inconvenience?

Thanks a lot

2
Avatar
Buang
Omydoo

Hello, why have Odoo locally? Maybe it's better to put it on a server, right? And you would no longer have a Mac version problem

Avatar
Roger Escola Belarte
Penulis Jawaban Terbai

Tanks Omydoo. But its clear that its runing on a server. But when i have to change something I dont develop on server instance. I download locally and change it here to later upload to server. Now i can do that and test after using docker on my mac if all was correct I upload to customer server. Now i dont know if its possible on M1

2
Avatar
Buang
Avatar
Emiliano Abascal (emab)
Jawaban Terbai

Hello, IDK if you have solved your issue, but I currently develop on Odoo on my M1 mac, basically, I made a duplicate of my terminal app, and in the get info menu, you can click on "Run using rosseta", then, I installed a second instance of Homebrew using this terminal (It installs it somewhere else on the system when it's an x86 app), and installed pipenv (similiar to venv) for python, Then on a directory, I ran pipenv shell passing the Python version that I want to use (must be different than system default), and pipenv downloads that python version but using x86. After all of this is done, you will see a Pipfile on the directory you were on, to activate this environment you just have to type pipenv shell on the same dir as the Pipfile, when using this environment, all python code will be executed using rosseta, so you can install requirements and run Odoo without containers or some other workarounds. If this is useful and needs more explanation, let me know.

1
Avatar
Buang
Avatar
daffodilistic
Jawaban Terbai

You would likely need to build a custom Docker image. In my case, I had to build a custom Docker image for Odoo v10 CE.

You can use a sample Dockerfile I've created here:

https://github.com/daffodilistic/docker-odoo/blob/10.0/10.0/Dockerfile
0
Avatar
Buang
Avatar
Leo Fisher
Jawaban Terbai

Hi,

You can run try to run the command below, seems to work correctly when using the --platform argument as well as download the m1 preview image. 

Source: https://github.com/odoo/docker/issues/349#issuecomment-757472030

docker pull odoo:14 --platform linux/arm64

Same thing for postgress DB image

docker pull postgres:12 --platform linux/arm64
0
Avatar
Buang
Leo Fisher

same thing as well for the postgress DB:

`docker pull postgres:12 --platform linux/amd64`

CARLOS ALBERTO GARCIA BRIZUELA

Postgres image support arm architecture odoo image don't.

For me works including the platform option in docker-compose file like this, only in the odoo section:

...
web:
image: odoo:15.0
platform: linux/amd64
depends_on:
- db
ports:
- "8015:8069"
...

Tested in MacBook Air M1. Hope it helps!

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Odoo develop MAC M1
Docker M1 Apple macos
Avatar
Avatar
2
Mei 23
4016
how to Install odoo 15 with docker? Diselesaikan
Docker
Avatar
Avatar
Avatar
Avatar
Avatar
4
Des 23
47643
where is the POS Odoo logo located on Odoo installed on Docker? - Odoo 16 Community version
Docker
Avatar
Avatar
1
Jan 23
4475
How to setup odoo project using Odoo doodba ?
Docker
Avatar
Avatar
1
Mar 24
7667
Docker Odoo
Docker
Avatar
1
Feb 21
3427
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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