Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Kov
    • Nábytek
    • Jídlo
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • IT hardware a podpora
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Install v8 from launchpad with Bazaar on Ubuntu Procedure ?

Odebírat

Get notified when there's activity on this post

This question has been flagged
launchpadv8installationbazaarubuntu
4 Odpovědi
17558 Zobrazení
Avatar
Christian Parent

I am used to follow the procedure on this website : www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/

I have done the same installation with Jerome explanation on using Bazaar www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/comment-page-1/#comment-64779 and, got it to work modifying the command line to get the right download like this:

bzr branch lp:openobject-server/trunk server bzr branch lp:openerp-web/trunk web lp:openobject-addons/trunk addons

I did modify the openerp-server.conf to get the addons but, the only one that are available when I run the server are the base one.

Any idea why or does anyone has a procedure to install it from bzr ?

0
Avatar
Zrušit
Avatar
Yashodhan Kulkarni
Nejlepší odpověď

Google Search How to install OpenERP 8.0 Alpha on a fresh Debian / Ubuntu server.

I do not have sufficient kerma to post URL to page where details instructions are give to install OpenERP V8.

Alternately if you failed to find right tutorial blog post for V8 Installation, try following:

hxxps://coderwall.com/p/auon0q

Just change hxxps to https and then try to open URL

For those who are having difficulties with bzr thing to get latest updates automatically from repositories. do as follows:

First create addons folders as per your requirement by throwing following commands:

For Receiving Addons (Official Addons, Extra Official Addons and Community Addons):

bzr checkout lp:~openerp/openobject-addons/trunk --lightweight addons
bzr checkout lp:~openerp-commiter/openobject-addons/trunk-extra-addons --lightweight addons-extra
bzr checkout lp:~openerp-community/openobject-addons/trunk-addons-community --lightweight addons-community

For Updating Addons (all): Go to each addons directory

cd addons
bzr update

You can create symlink to one central addons directory (in my case it's path: /srv/openerp/openobject-server/openerp/addons/)

Let's imagine you have did successful bzr checkout command as above, now want to make all addons available inside your ERP -> Settings -> Addons, either you copy specific addons to central addons directory.

OR

You can create symlink from all addons directories to our central addons directory.

ln -s /srv/openerp/addons/* /srv/openerp/openobject-server/openerp/addons/
ln -s /srv/openerp/addons-community/* /srv/openerp/openobject-server/openerp/addons/
ln -s /srv/openerp/addons-extra/* /srv/openerp/openobject-server/openerp/addons/

You can also automate update and symlink command by creating alias in your ./bashrc file or you can write small shell script to make it less annoying.

Remember to Restart Webserver(s) and Update Addons List inside your ERP everytime you do updates to make sure it works fine.

1
Avatar
Zrušit
Christian Parent
Autor

My problem ain't to install it and getting it to run. My issue was to have it to use the config file properly to have all addons available. When I install it using BZR, It creates 3 folders, server, web and addons, even tho I was adding the full paths in the config file, it would only have addons from the server directory. Intalling by using downloaded Tar file, it works without any problems.

Yashodhan Kulkarni

First you should check is there any file and directories created when you do bzr, sometimes bzr does not yield anything (even I'm finding answer why) next you should check directory user and permission for add-on directories, then you should update addons from backend. If everything works out well you will have all add-ons listed for installation inside ERP. :)

Avatar
Atul Kumar jain
Nejlepší odpověď

Hello First Install all dependancy of python

 than install Postgres
 Create database user related to system user 
 than run it
1
Avatar
Zrušit
Christian Parent
Autor

This was all done. Have a look at the links I have included, DEpendencies are installed, Postgres, System user created in Postgres etc...

Avatar
André Schenkels
Nejlepší odpověď

I made a how to for installing from github. The new place ODOO resides, maybee it can be of some use:

http://www.schenkels.nl/2014/05/install-odoo-v7-from-github-ubuntu-14-04-lts-formerly-openerp/

 

0
Avatar
Zrušit
Avatar
Jagdish Panchal
Nejlepší odpověď

Hi,

This will help you

https://accounts.openerp.com/forum/Help-1/question/42946

http://elkafil.blogspot.in/2014/02/installer-openerp-8-sur-ubuntu-1310.html

http://febru.soluvas.com/2014/03/install-openerp-8-ubuntu-1310.html

0
Avatar
Zrušit
Christian Parent
Autor

I could most likely get it to work also that way, maybe I'll give it a try but, my main issue is the config file, why wont the server look at the addon path when I run it ?

Jagdish Panchal

Hi if you want install development version then use this link i have install using this https://doc.openerp.com/trunk/server/01_getting_started/

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

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Odoo v8 installation - is launchpad trunk and GitHub v8 branch exactly the same?
launchpad v8 installation github
Avatar
Avatar
2
bře 15
5710
SSL Setup on Ubuntu 14.04 gEvent Install
v8 installation ubuntu ssl odoo
Avatar
0
bře 15
6468
Installing odoo 12 on ubuntu LTS 22.04
installation ubuntu
Avatar
Avatar
Avatar
2
čvn 22
9055
OpenERP path on Ubuntu installation Vyřešeno
installation ubuntu
Avatar
Avatar
Avatar
Avatar
Avatar
7
pro 23
46570
Installation of odoo 8.0 in ubuntu problem:No such file or directory
installation ubuntu
Avatar
Avatar
Avatar
3
říj 15
9190
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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