Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Odoo Docker Containers - how to handle separately different versions ?

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
multipleodoodockerPycharm4
2 Antwoorden
3060 Weergaven
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
Annuleer
Roshan
Auteur

anyone can help????

Roshan
Auteur

STILL Waiting for an expert who can help...

Avatar
Roshan
Auteur Beste antwoord

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
Annuleer
Roshan
Auteur

Waiting Since 8 Days...

Avatar
Rodrigo Moya
Beste antwoord

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
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
How to clear cache after change data_dir path
odoo docker
Avatar
Avatar
1
jun. 25
11980
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
7034
ERROR: couldn't create the logfile directory. Logging to the standard output.
odoo docker
Avatar
Avatar
6
jun. 20
23843
Edit configurations odoo on pycharm
odoo Pycharm4
Avatar
0
feb. 18
7562
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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