Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Install v8 from launchpad with Bazaar on Ubuntu Procedure ?

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
launchpadv8installationbazaarubuntu
4 Răspunsuri
17544 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
Yashodhan Kulkarni
Cel mai bun răspuns

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
Imagine profil
Abandonează
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. :)

Imagine profil
Atul Kumar jain
Cel mai bun răspuns

Hello First Install all dependancy of python

 than install Postgres
 Create database user related to system user 
 than run it
1
Imagine profil
Abandonează
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...

Imagine profil
André Schenkels
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Jagdish Panchal
Cel mai bun răspuns

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
Imagine profil
Abandonează
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!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Odoo v8 installation - is launchpad trunk and GitHub v8 branch exactly the same?
launchpad v8 installation github
Imagine profil
Imagine profil
2
mar. 15
5688
SSL Setup on Ubuntu 14.04 gEvent Install
v8 installation ubuntu ssl odoo
Imagine profil
0
mar. 15
6456
Installing odoo 12 on ubuntu LTS 22.04
installation ubuntu
Imagine profil
Imagine profil
Imagine profil
2
iun. 22
9052
OpenERP path on Ubuntu installation Rezolvat
installation ubuntu
Imagine profil
Imagine profil
Imagine profil
Imagine profil
Imagine profil
7
dec. 23
46568
Installation of odoo 8.0 in ubuntu problem:No such file or directory
installation ubuntu
Imagine profil
Imagine profil
Imagine profil
3
oct. 15
9183
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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