Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Install v8 from launchpad with Bazaar on Ubuntu Procedure ?

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
launchpadv8installationbazaarubuntu
4 Risposte
17542 Visualizzazioni
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
Abbandona
Avatar
Yashodhan Kulkarni
Risposta migliore

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
Abbandona
Christian Parent
Autore

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
Risposta migliore

Hello First Install all dependancy of python

 than install Postgres
 Create database user related to system user 
 than run it
1
Avatar
Abbandona
Christian Parent
Autore

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
Risposta migliore

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
Abbandona
Avatar
Jagdish Panchal
Risposta migliore

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
Abbandona
Christian Parent
Autore

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/

Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Odoo v8 installation - is launchpad trunk and GitHub v8 branch exactly the same?
launchpad v8 installation github
Avatar
Avatar
2
mar 15
5688
SSL Setup on Ubuntu 14.04 gEvent Install
v8 installation ubuntu ssl odoo
Avatar
0
mar 15
6456
Installing odoo 12 on ubuntu LTS 22.04
installation ubuntu
Avatar
Avatar
Avatar
2
giu 22
9052
OpenERP path on Ubuntu installation Risolto
installation ubuntu
Avatar
Avatar
Avatar
Avatar
Avatar
7
dic 23
46567
Installation of odoo 8.0 in ubuntu problem:No such file or directory
installation ubuntu
Avatar
Avatar
Avatar
3
ott 15
9183
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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