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

help with deploy odoo with docker

Abonare

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

Această întrebare a fost marcată
4 Răspunsuri
1325 Vizualizări
Imagine profil
Xiangxiang Zhang

I am using docker to deploy odoo19 but when I login I can only see apps and settings. Although I activate the dev mode, I can not see any more functions. Is there something wrong with my deployment? Thanks

0
Imagine profil
Abandonează
Imagine profil
Cybrosys Techno Solutions Pvt.Ltd
Cel mai bun răspuns

Hi,

Please refer to the links:

1. https://www.cybrosys.com/blog/how-to-install-odoo-16-in-docker

2. https://www.cybrosys.com/blog/how-to-install-odoo-using-docker


Hope it helps.

0
Imagine profil
Abandonează
Imagine profil
Codesphere Tech
Cel mai bun răspuns

If it is a new database then you see only these options. You need to install the app to explore more.

0
Imagine profil
Abandonează
Imagine profil
Xiangxiang Zhang
Autor Cel mai bun răspuns

Yes, totally new deployment with new database.
I tried many times and each time I can only see APPs and Setting. 
Below are my deployment files.

---
(base) ubuntu@oracle-ampere:~/odoo19$ ls -al

total 24

drwxrwxr-x  4 ubuntu ubuntu 4096 Oct  5 11:28 .

drwxr-xr-x 19 ubuntu ubuntu 4096 Oct  5 10:14 ..

drwxrwxr-x  2 ubuntu ubuntu 4096 Oct  5 10:14 addons

drwxrwxr-x  2 ubuntu ubuntu 4096 Oct  5 11:29 config

-rw-rw-r--  1 ubuntu ubuntu 1369 Oct  5 10:20 docker-compose.yml

-rw-rw-r--  1 ubuntu ubuntu  125 Oct  5 11:28 .env

(base) ubuntu@oracle-ampere:~/odoo19$ cat .env

POSTGRES_PASSWORD=xxxxxxxxx

POSTGRES_DB=postgres

POSTGRES_USER=odoo

LANG=en_US.UTF-8

TZ=Pacific/Auckland

ODOO_DBNAME=odoo19

(base) ubuntu@oracle-ampere:~/odoo19$ cat config/odoo.conf

[options]

addons_path = /usr/lib/python3/dist-packages/odoo/addons,/mnt/extra-addons

proxy_mode = True

db_host = db

db_port = 5432

db_filter = ^%d$

workers = 2

limit_time_cpu = 120

limit_time_real = 240

log_level = info

logfile = False

(base) ubuntu@oracle-ampere:~/odoo19$ cat docker-compose.yml

version: "3.9"

services:

  db:

    image: postgres:15

    container_name: odoo19-db

    environment:

      POSTGRES_DB: ${POSTGRES_DB}

      POSTGRES_USER: ${POSTGRES_USER}

      POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}

      TZ: ${TZ}

    healthcheck:

      test: ["CMD", "pg_isready", "-U", "odoo"]

      interval: 10s

      timeout: 5s

      retries: 5

    volumes:

      - pg-data:/var/lib/postgresql/data


  web:

    image: odoo:19.0@sha256:135083d15e23dcebb2b4449fd7f81f46966b407e3baef48bb278cde5b1956575

    container_name: odoo19-web

    depends_on:

      db:

        condition: service_healthy

    environment:

      HOST: db

      USER: ${POSTGRES_USER}

      PASSWORD: ${POSTGRES_PASSWORD}

      TZ: ${TZ}

      LANG: ${LANG}

      ODOO_RC: /etc/odoo/odoo.conf

    ports:

      - "8069:8069"       

    volumes:

      - odoo-data:/var/lib/odoo

      - ./config/odoo.conf:/etc/odoo/odoo.conf:ro

      - ./addons:/mnt/extra-addons:ro

    healthcheck:

      test: ["CMD", "curl", "-f", "http://localhost:8069/web/login"]

      interval: 15s

      timeout: 5s

      retries: 10


volumes:

  pg-data:

  odoo-data:

0
Imagine profil
Abandonează
Codesphere Tech

Hello,
It looks like the issue is related to Docker. Sometimes, when you make changes inside the Docker environment and re-run the container, everything reverts to its previous state. You should check the PostgreSQL configuration within the Docker setup.
Also for test purpose, remove the extra-addons if you have not required.
If you don't get the solution ,feel free to connect with us.
Thanks.

Imagine profil
Hamza Benzaoui
Cel mai bun răspuns

Is it a new database? if so did you installed the app? if not did you changes any access rights?

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