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

No success with installing saas-5 on Ubuntu 12.04

Odoberať

Get notified when there's activity on this post

This question has been flagged
ubuntu
1 Odpoveď
6242 Zobrazenia
Avatar
birduser

Hello,

I am under ubuntu 12.04 and tried as written on github adding the source:

deb http://nightly.openerp.com/8.0/deb/ ./

but its not existing...

Then I tried:

wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python

which is not working too. Then I tried:

bzr branch lp:~openerp/openerp-web/saas-4 web

bzr branch lp:~openerp/openobject-server/saas-4 server

bzr branch lp:~openerp/openobject-addons/saas-4 addons

but whicht is saas-4:

bzr branch lp:~openerp/openerp-web/saas-5 web

(...)

is not working...

Then I tried installing the deb manually:

wget http://nightly.openerp.com/trunk/nightly/deb/openerp_8.0dev-20130206-011033-1_all.deb

sudo dpkg -i openerp_8.0dev-20130206-011033-1_all.deb

which is not working....

C'mon guys, am I stupid or is this a Joke?

However, I figured it out, but it's not THAT easy you told us at the Open Days and like this its actually not usable.

I made it this way:

Installing dependencies

sudo apt-get install graphviz ghostscript postgresql-client \

python-dateutil python-feedparser python-matplotlib \

python-ldap python-libxslt1 python-lxml python-mako \

python-openid python-psycopg2 python-pybabel python-pychart \

python-pydot python-pyparsing python-reportlab python-simplejson \

python-tz python-vatnumber python-vobject python-webdav \

python-werkzeug python-xlwt python-yaml python-imaging

 

sudo apt-get install gcc python-dev mc bzr python-setuptools python-babel \

python-feedparser python-reportlab-accel python-zsi python-openssl \

python-egenix-mxdatetime python-jinja2 python-unittest2 python-mock \

python-docutils lptools make python-psutil python-paramiko poppler-utils \

python-pdftools antiword postgresql

 

Add postgres user

sudo -u postgres createuser -s odoo

 

Add Ubuntu user

sudo adduser odoo --home /opt/odoo

 

cd /opt/odoo

Download ZIP from github

sudo wget https://github.com/odoo/odoo/archive/master.zip

sudo unzip *

cd odoo-master

Change User

su odoo

Start Server

./openerp-server

 

BUT when I click on "Module" -> "Apps" I come back to "installed modules" and when I click on "Update modules" nothing happens while my modules folder is filled with modules... Why? Am I wrong, or is there a mistake?

0
Avatar
Zrušiť
Avatar
David Arnold
Best Answer

Servus, probier mal: https://github.com/odoo-colombia/odoo-vagrant

Funzt garantiert.

Oder auch: https://github.com/odoo-colombia/provisioning/tree/master/varios/vagrant-ubuntu-shell (musst aber die odoo_install.sh anpassen OE_VERSION="saas-4" -> OE_VERSION="saas-5"

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
plotly.io.to_image not working within odoo 14 on Ubuntu 20.04 server
ubuntu
Avatar
0
feb 22
4556
How to solve Resolution Error
ubuntu
Avatar
Avatar
Avatar
2
mar 15
7759
Ubuntu Linux 12.04 64-bit after Installation Internal Server Error Solved
ubuntu
Avatar
Avatar
Avatar
Avatar
4
dec 23
23206
Odoo Log Files won't Open
ubuntu logs
Avatar
Avatar
2
aug 23
4377
How to add new custom-addons directory to the Odoo server? Solved
addons ubuntu
Avatar
Avatar
Avatar
Avatar
Avatar
4
máj 23
45783
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