Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

Install v8 from launchpad with Bazaar on Ubuntu Procedure ?

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
launchpadv8installationbazaarubuntu
4 Besvarelser
17552 Visninger
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
Kassér
Avatar
Yashodhan Kulkarni
Bedste svar

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
Kassér
Christian Parent
Forfatter

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
Bedste svar

Hello First Install all dependancy of python

 than install Postgres
 Create database user related to system user 
 than run it
1
Avatar
Kassér
Christian Parent
Forfatter

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
Bedste svar

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
Kassér
Avatar
Jagdish Panchal
Bedste svar

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
Kassér
Christian Parent
Forfatter

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!

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
Odoo v8 installation - is launchpad trunk and GitHub v8 branch exactly the same?
launchpad v8 installation github
Avatar
Avatar
2
mar. 15
5703
SSL Setup on Ubuntu 14.04 gEvent Install
v8 installation ubuntu ssl odoo
Avatar
0
mar. 15
6460
Installing odoo 12 on ubuntu LTS 22.04
installation ubuntu
Avatar
Avatar
Avatar
2
jun. 22
9053
OpenERP path on Ubuntu installation Løst
installation ubuntu
Avatar
Avatar
Avatar
Avatar
Avatar
7
dec. 23
46568
Installation of odoo 8.0 in ubuntu problem:No such file or directory
installation ubuntu
Avatar
Avatar
Avatar
3
okt. 15
9188
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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