Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consulting
    • Accounting Firm
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Solar Energy Systems
    • Shoe Maker
    • Serveis de neteja
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

How to update Addons Apps in Ubuntu 12.04 OpenERP v7?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
installaddonsupdate
2 Respostes
8639 Vistes
Avatar
Marko Happonen

Hello, I need to update couple of community modules directly at the server for my own v7 installation. This due to the 3 user limitation of the easy installation via the web client, I have 4 users... = (. So how to do this the easy way? I found "OpenERP Community Repositories Installer" but cannot judge whether that is the best option available even if it looks feasible. Are there other ways to get this done (with step-by-step instructions)?

Here the link: launchpad.net/openerp-community-repo-installer

Your support is highly appreciated.

1
Avatar
Descartar
Avatar
Med Said BARA
Best Answer

Hi;

You can do the update for the community modules by this way, but don't miss to follow the instructions provided in the "README.rst" file, especially the following:

Edit /etc/openerp/openerp-server.conf and add this line::

    addons_path = OFFICIAL_PATH,/opt/openerp-community-repo-installer/addons

Remember to replace ``OFFICIAL_PATH`` with the path to your official addons
(Usually ``/usr/lib/pymodules/python2.7/openerp/addons``).

Foe marko: The answer above, is just to tell that this update method can be used ...

But personnaly, i find that the easy and recommended way for updating modules in OpenERP is by using "Bazaar Explorer", and to not update branches directly in the .../openerp/addons/... folder, but create a folder for each branch somewhere (eg. /home/your user/addons-update/your branche name/.

Copy (only) the needed modules to your ../openerp/addons/.... folder, Update Modules List and install the module you want.

Before any update (just in case ...), backup you addons folder (or at least the folder of the module you want to update).

1
Avatar
Descartar
Marko Happonen
Autor

Thanks for the reply. One more question related to the 'readme' file. At rows 84-128 you have lengthy explanation about repos and users, can that be ignored or if not what is that section for?

Avatar
Bart Criel
Best Answer

If you have access to the server (e.g. FTP): you can try the following steps.

In a terminal on your server:

  1. Download the community modules
  2. Copy the module folders to the addon folder of the OpenERP folder
  3. If necessary, correct the owner and the authorizations for those module folders (chown and chmod commands)
  4. Restart openerp server with sudo service openerp-server restart

In a web browser:

  1. Log in to OpenERP as administrator
  2. Go to Settings - Modules - Update Module List and click on Update
  3. Go to Settings - Modules - Installed Modules
  4. Locate your module. If required, remove the filter 'Installed' in the topright corner.
  5. Open the module and click Upgrade
  6. Repeat step 4 and 5 for all modules that need updating

Good luck.

Bart

1
Avatar
Descartar
Marko Happonen
Autor

Thanks for the reply. Reg. steps 1-2, could you kindly instruct how exactly to carry out the these steps i.e. which commands to use. As you see, I'm Linux newbie...

Bart Criel

I am a Linux 'tourist' as well. This is my preferred way of working: (1) download the addons on your regular machine (2) transfer them (e.g. with Filezilla or another FTP app) to your Linux server, e.g. to the home directory of your Linux user. In my case, the files are put in /home/admin (3) open a terminal to your Linux server (4) use the command 'sudo cp /home/admin/<name_of_the_module_dir> <complete_path_to_your_addon_dir>. On my server, I have 'cp /home/admin/<example> /opt/openerp/server/openerp/addons' (5) restart OpenERP server 'sudo service openerp-server restart' (6) continue in web

Marko Happonen
Autor

Thanks Bart. Still some challenges to get there. How do you download e.g. module "tr_barcode" i.e. repository "lp:stock-logistic-barcode/7.0" to your own laptop/PC? I cannot find any 'download' option when checking from code.launchpad.net/stock-logistic-barcode. I have the step 2 Filezilla working so I would be able to transfer the files to my OpenERP server.

Bart Criel

Check this: https://www.openerp.com/apps/7.0/tr_barcode/. I get all addons from this source (regular download, no launchpad stuff)

Marko Happonen
Autor

Thanks again! Worked fine. Soon to the next steps...

Marko Happonen
Autor

Hello. Finally I had possibility to test above. And it worked out! Couple of things I had to do on top of above: 1) had to change the user rights via chmod -R 777 command 2) In the frontend application update the modules list before installing it. Again, thanks for the help!

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

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

Registrar-se
Related Posts Respostes Vistes Activitat
How to remove addons from database ? Solved
install addons
Avatar
Avatar
Avatar
3
de des. 22
15183
how to update module in a production environment? Solved
install update
Avatar
Avatar
Avatar
Avatar
3
de gen. 24
19483
Error al instalar módulos en OpenERP V7.0
module install addons v7 update
Avatar
0
de març 15
5561
Install Multiple Instances of Odoo on a single Linux Server
test install update
Avatar
Avatar
1
de juny 24
12257
Error when installing "G.C.C - Arabic/English" 'l10n_gcc_invoice' or "K.S.A - Invoice" 'l10n_sa_invoice' Solved
error install addons
Avatar
Avatar
1
d’ag. 24
4629
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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