Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Help

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Odoo Docker Containers - how to handle separately different versions ?

Odoberať

Get notified when there's activity on this post

This question has been flagged
multipleodoodockerPycharm4
2 Replies
3056 Zobrazenia
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
Zrušiť
Roshan
Autor

anyone can help????

Roshan
Autor

STILL Waiting for an expert who can help...

Avatar
Roshan
Autor Best Answer

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
Zrušiť
Roshan
Autor

Waiting Since 8 Days...

Avatar
Rodrigo Moya
Best Answer

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
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
How to clear cache after change data_dir path
odoo docker
Avatar
Avatar
1
jún 25
11975
Unable to update app list in dockerized odoo
odoo docker
Avatar
Avatar
1
nov 22
4889
How to install addon modules using Odoo doodba
odoo docker
Avatar
Avatar
1
nov 20
7032
ERROR: couldn't create the logfile directory. Logging to the standard output.
odoo docker
Avatar
Avatar
6
jún 20
23841
Edit configurations odoo on pycharm
odoo Pycharm4
Avatar
0
feb 18
7559
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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