Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Odoo docker apple M1

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
DockerMacM1ARM
4 Răspunsuri
17782 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
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

Imagine profil
Roger Escola Belarte
Autor Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Emiliano Abascal (emab)
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
daffodilistic
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Leo Fisher
Cel mai bun răspuns

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
Imagine profil
Abandonează
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!

Enjoying the discussion? Don't just read, join in!

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Odoo develop MAC M1
Docker M1 Apple macos
Imagine profil
Imagine profil
2
mai 23
4015
how to Install odoo 15 with docker? Rezolvat
Docker
Imagine profil
Imagine profil
Imagine profil
Imagine profil
Imagine profil
4
dec. 23
47634
where is the POS Odoo logo located on Odoo installed on Docker? - Odoo 16 Community version
Docker
Imagine profil
Imagine profil
1
ian. 23
4471
How to setup odoo project using Odoo doodba ?
Docker
Imagine profil
Imagine profil
1
mar. 24
7658
Docker Odoo
Docker
Imagine profil
1
feb. 21
3422
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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