Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

How to develop on Mac OS for OpenERP?

Naroči se

Get notified when there's activity on this post

This question has been flagged
macosxpydeveclipsevirtualizationdebuggingpdbvagrantdocker
2 Odgovori
12500 Prikazi
Avatar
Hannes Smit

I'm using Eclipse + Pydev on Linux Ubuntu currently, but my hardware is getting old.

Is Apple / Mac OS a good development platform for OpenERP / ODOO? Which setup/environment do you guys use?

I'm also thinking about development on virtual machines (vagrant/virtualbox/docker) since the servers run on Linux Ubuntu. What is the best approach for development and debugging then? Eclipse in a virtual machine has a bad performance I guess. Back to PDB seems not ideal. Remote Debugging from the host to a virtual machine is still not really understandable for me. 

What do you think is the best setup? Is Mac even an option? Or is an Ubuntu host with (for example) Docker a better option?

 

0
Avatar
Opusti
Avatar
ThackerS (ts)
Best Answer

Dear Hannes.
If you want to develop a openerp module, it is recommanded to use  a Linux OS (not necessary) to do a good thing.
I recommand you to increase the disk space of  your Virtual machine and use eclipse+pydev to develop your module.
Also, i recommand you to install openerp template and xml template to help you : http://www.youtube.com/watch?v=uS4xICmi1JU
Best regards.
NB: If my answer help you, don't forget to vote my message.

0
Avatar
Opusti
Hannes Smit
Avtor

Hello Thacker, Thanks for your answer. I would like to ask you one more thing. Imagine I have 3 customers, each with a different Python version, a different Ubuntu version and a different Postgres version. In this case I think running virtual machines is a good solution. Now, since Apple has good hardware, I'm thinking that Mac OSX is a good host machine candidate. Do you agree with that? Or do you think that running Ubuntu as a host-machine (with possible other ways of virtualization) is easier/better/equal? With special regards to debugging code with Eclipse Pydev. Hannes

Avatar
JC
Best Answer

It really depends on your hardware capacity. You need at least 8 GB of RAM to run comfortably with virtual machies for development. I would choose ubuntu as my development machine simply there are  more information available but nothing is stopping you to do development with OSX as odoo/openerp is sitting on python 2.7 both Eclipse and Postgres 9.x  are available in OSX.

0
Avatar
Opusti
Hannes Smit
Avtor

Hi jc, I'm not think about running postgres on Mac. I'm thinking about running it all in virtual machine(s) and do only the development in MacOSX. Do you have experience with debugging code between the host and a virtual (remote) machine?

JC

What do you mean by between the host and virtual? Could you elaborate further?

Hannes Smit
Avtor

Hi jc, the host is the system I'm normally using. For every customer we create a virtual machine (different python, postgres, ubuntu etc). I would like to run eclipse on the host system and debug code in the virtual environments with Eclipse.

JC

Hi Hannes, I am running version 7 with the same addons across for all my clients, usually when come to debugging I will duplicate their database and simulate the bug reported in the test env. My main development env is in OSX . In the production env most clients are on ubuntu server and some are on window server, when client insisted. Virtual machine for me is for testing purposes , for example testing on diff platform, databases replication and new version and etc.

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

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Trouble with Debug start under Eclipse/PyDev
pydev eclipse debugging odoo9
Avatar
Avatar
1
avg. 16
7464
Problems with making openerp 7 work with Eclipse
pydev eclipse
Avatar
0
mar. 15
4953
[v8]Not able to debug openerp properly because a terminal command keeps coming up in between the pdb debugging session
debugging odooV8 pdb
Avatar
Avatar
Avatar
Avatar
4
jan. 16
5377
PyDev workspace issue
setup pydev eclipse
Avatar
Avatar
Avatar
2
mar. 15
8647
How to debug Odoo in Eclipse under Winows? Solved
debug openerp7 eclipse debugging
Avatar
Avatar
Avatar
Avatar
Avatar
10
dec. 23
25715
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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