Siirry sisältöön
Odoo Menu
  • Kirjaudu sisään
  • Kokeile ilmaiseksi
  • Sovellukset
    Talous
    • Kirjanpito
    • Laskutus
    • Kulut
    • Datataulukot (BI)
    • Asiakirjat
    • Allekirjoita
    Myynti
    • CRM
    • Myynti
    • Kassajärjestelmä myymälään
    • Kassajärjestelmä ravintolaan
    • Tilaukset
    • Vuokraus
    Verkkosivut
    • Verkkosivun Rakennustyökalu
    • Verkkokauppa
    • Blogi
    • Foorumi
    • Livechat
    • Verkko-oppiminen
    Toimitusketju
    • Varastointi
    • Tuotanto
    • Tuotteen elinkaaren hallinta (PLM)
    • Ostot
    • Huolto
    • Laatu
    Henkilöstöhallinto
    • Työntekijät
    • Rekrytointi
    • Vapaat
    • Arvioinnit
    • Suositukset
    • Kuljetuskalusto
    Markkinointi
    • Somemarkkinointi
    • Sähköpostimarkkinointi
    • Tekstiviestimarkkinointi
    • Tapahtumat
    • Markkinoinnin automaatio
    • Kyselyt
    Palvelut
    • Projekti
    • Työaikakirjaukset
    • Kenttähuolto
    • Asiakaspalvelu
    • Suunnittelu
    • Ajanvaraukset
    Tuottavuus
    • Viestintä
    • Hyväksynnät
    • IoT
    • IP-puhe
    • Tietokirjasto
    • WhatsApp
    Kolmannen osapuolen sovellukset Odoo-Studio Odoo-Pilvialusta
  • Toimialat
    Vähittäiskauppa
    • Kirjakauppa
    • Vaatekauppa
    • Huonekaluliike
    • Ruokakauppa
    • Laitteistokauppa
    • Lelukauppa
    Ruoka & Majoitus
    • Baari ja Pubi
    • Ravintola
    • Pikaruoka
    • Majatalo
    • Juomien jakelija
    • Hotelli
    Kiinteistöt
    • Kiinteistönvälitystoimisto
    • Arkkitehtitoimisto
    • Rakentaminen
    • Kiinteistönhallinta
    • Puutarhanhoito
    • Kiinteistön omistajien yhdistys
    Konsultointi
    • Tilitoimisto
    • Odoo-kumppani
    • Markkinointitoimisto
    • Lakitoimisto
    • Osaajahankinta
    • Tilintarkastus & sertifiointi
    Tuotanto
    • Tekstiili
    • Metalli
    • Huonekalut
    • Ruoka
    • Panimo
    • Yrityslahjat
    Terveys & Liikunta
    • Urheiluseura
    • Silmälasiliike
    • Kuntokeskus
    • Hyvinvointialan ammattilaiset
    • Apteekki
    • Kampaamo
    Kaupat
    • Yleismies
    • IT-laitteisto & Tuki
    • Aurinkoenergiajärjestelmät
    • Suutari
    • Siivouspalvelut
    • LVI-palvelut
    Muut
    • Voittoa tavoittelematon järjestö
    • Ympäristötoimisto
    • Mainostaulujen vuokraus  
    • Valokuvaus
    • Leasing-pyörät
    • Ohjelmistojen jälleenmyyjä
    Selaa kaikkia toimialoja
  • Yhteisö
    Opi
    • Kurssit
    • Dokumentaatio
    • Todistukset
    • Koulutus
    • Blogi
    • Podcast
    Kannusta kouluttautumaan
    • Koulutusohjelmat
    • Scale Up! Liiketoimintapeli
    • Vieraile Odoolla
    Hanki ohjelmisto
    • Lataa
    • Vertaile versioita
    • Julkaisut
    Tee yhteistyötä
    • Github
    • Foorumi
    • Tapahtumat
    • Käännökset
    • Ryhdy kumppaniksi
    • Kumppanipalvelut
    • Rekisteröi tilitoimistosi
    Hanki palveluja
    • Löydä kumppani
    • Löydä kirjanpitäjä
    • Varaa asiantuntijatapaaminen
    • Implementaatiopalvelut
    • Asiakasreferenssit
    • Tuki
    • Versionkorotukset
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Varaa demo
  • Hinnoittelu
  • Asiakaspalvelu

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

  • CRM
  • e-Commerce
  • Kirjanpito
  • Varastointi
  • PoS
  • Projekti
  • MRP
All apps
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Kaikki kirjoitukset Ihmiset Merkit
Tunnisteet (Näytä kaikki)
odoo accounting v14 pos v15
Tietoa tästä foorumista
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Kaikki kirjoitukset Ihmiset Merkit
Tunnisteet (Näytä kaikki)
odoo accounting v14 pos v15
Tietoa tästä foorumista
Apua

Odoo Docker Containers - how to handle separately different versions ?

Tilaa

Saat ilmoituksen, kun tähän viestiin ilmaantuu aktiviteettia

Tämä kysymys on merkitty
multipleodoodockerPycharm4
2 Vastaukset
3068 Näkymät
Avatar
Roshan

I followed below Github link to create Docker container for version 16 and it was successful attempt, but still need help.

github(dot)com/bithabib/docker_course  -- I can't post lniks due to Kerma

i didn't changed anything in docker-compose.yml file because it is first attempt so, i can check how it works, i followed all steps as is and then run as below:


odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ sudo docker-compose up -d

[sudo] password for odoo:

Starting my_odoo_app_db_1 ... done

Starting my_odoo_app_web_1 ... done

when run in browser localhost:8069 it showed me database creating page where I created first database, after creating db now I can see all Odoo default apps in browser window.

checked as below to find files but failed, nothing in config, addons, /mnt folders?

odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ ls

addons  config  docker-compose.yml  odoo_pg_pass

odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$

i checked folders but nothing found anything in below folders

doo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ ls config

odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ ls addons

odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ ls /mnt

Q1: where i can found the addons files provided by Odoo?

Q2: how I can create addons and custom addons folders separately for each Odoo version?

Q3: how I can setup Pycharm to access and work with all versions? will this require to install separately for each version?

Q4: -if it is permissible- how I can start these Odoo Docker Containers all simultaneously or some specific automatically when Ubuntu starts or whenever it required to?

please help.

with regards

0
Avatar
Hylkää
Roshan
Tekijä

anyone can help????

Roshan
Tekijä

STILL Waiting for an expert who can help...

Avatar
Roshan
Tekijä Paras vastaus

this reply is for @Rodrigo Moya  ( I have to mention it because of serious problem I am facing here in this forum )

thanks a bunch @Rodrigo Moya for guiding and helping us, at least one member on this forum trying to help me.

a) if you're using the dockers container

yes as already mentioned in topic title

sir, I am struggling to create Odoo Docker Containers which I can work on and I can share with other developers by copying the container files, that's why I need all versions separately, is it possible? if yes, I want help from scratch all steps involved (like creating folders for a version and how start working, different things in your previous docker-compose.yml needs to understand like network, ports for db, driver, etc., I want things separately as much as possible within for diff versions containers, database, addons and my custom addons too) because I do not have much knowledge regarding this. as mentioned earlier, I just followed the github link as is to check how it works, now I started realizing  the things a developer can face ( seniors like you... are already well aware ) so, I asked for help.  OR i misunderstood utilizing Docker Container(s) for this purpose? 

I can also struggle to understand and utilize VSCode (as you prefered) but this also needs to configure for all different versions? how to?

also, how i can completely remove a docker container from disk to claim disk space after testing?

hope it is clear now.

with kind regards  

0
Avatar
Hylkää
Roshan
Tekijä

Waiting Since 8 Days...

Avatar
Rodrigo Moya
Paras vastaus

Hi Roshan : Yeah, I look your post on the other one who I also wrote. 

Acording to your questions : 

Q1: where i can found the addons files provided by Odoo?

I don't know if that's what you're looking for, but is the "addons" folder inside odoo instalation. if you're using the dockers container, you can download that folder from the Odoo's github. 


Q2: how I can create addons and custom addons folders separately for each Odoo version?

in odoo.conf, you got the addons_path where you can declare the addons folder. Also, you can declare as many folders as you want for custom addons separated by a comma. For example, when we work with providers, each one of them has a different addons folder. 

Q3: how I can setup Pycharm to access and work with all versions? will this require to install separately for each version?

I don't know if you could do that, and could be hard to manage though. I don't use Pycharm, but if your are using dockers you could use an external folder from the addons, and everytime you need to make a change, simply restart the container. No installation needed. 


Q4: -if it is permissible- how I can start these Odoo Docker Containers all simultaneously or some specific automatically when Ubuntu starts or whenever it required to?

Again, I don't find very right way, but you can install several versions using dockers: The only thing is to use different ports for each version. In my case, I got installed Odoo from 12 to 18 (not running simultaneously), and with different port (Odoo and Postgres). Then, I got using ports 8012, 8013, 8014 and so on until the last odoo version. 


Hope it helps.


0
Avatar
Hylkää
Nautitko keskustelusta? Älä vain lue, vaan osallistu!

Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!

Rekisteröidy
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
How to clear cache after change data_dir path
odoo docker
Avatar
Avatar
1
kesäk. 25
11981
Unable to update app list in dockerized odoo
odoo docker
Avatar
Avatar
1
marrask. 22
4892
How to install addon modules using Odoo doodba
odoo docker
Avatar
Avatar
1
marrask. 20
7036
ERROR: couldn't create the logfile directory. Logging to the standard output.
odoo docker
Avatar
Avatar
6
kesäk. 20
23852
Edit configurations odoo on pycharm
odoo Pycharm4
Avatar
0
helmik. 18
7564
Yhteisö
  • Kurssit
  • Dokumentaatio
  • Foorumi
Avoin lähdekoodi
  • Lataa
  • Github
  • Runbot
  • Käännökset
Palvelut
  • Odoo.sh hosting
  • Tuki
  • Versionkorotus
  • Räätälöidyt kehitykset
  • Koulutus
  • Löydä kirjanpitäjä
  • Löydä kumppani
  • Ryhdy kumppaniksi
Meistä
  • Yrityksemme
  • Tavaramerkki
  • Ota yhteyttä
  • Työpaikat
  • Tapahtumat
  • Podcast
  • Blogi
  • Asiakkaat
  • Oikeudellinen ilmoitus • Yksityisyys
  • Tietoturva
الْعَرَبيّة 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 on kokoelma avoimen lähdekoodin yrityssovelluksia, jotka kattavat kaikki yrityksesi tarpeet: asiakkuudenhallinta eli CRM, verkkokauppa, kirjanpito, varastointi, kassajärjestelmä, projektinhallinta, jne.

Odoon uniikki arvolupaus on olla samanaikaisesti erittäin helppokäyttöinen ja täysin integroitu.

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