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

Odoo9 comunity edition update from github?

Tilmeld

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

Dette spørgsmål er blevet anmeldt
communityupdatebugfixgithubodoo9
4 Besvarelser
5705 Visninger
Avatar
Arun

Hi i recently had a bug in the community version of odoo9 which was installed from the official site of odoo.

there is a bug fix from the git hub, i do not know how to update odoo9 from it, kindly give me some guidelines as to how i can proceed on this.

Thanks a google in advance    "please help me out"

2
Avatar
Kassér
Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Bedste svar

Hi Arun,

The easiest way is to update your whole Odoo environment at once. Open up a terminal and navigate to your Odoo server:

cd /odoo/odoo-server/

 Fetch the new code from Github, notice that 9.0 is for V9, 8.0 for V8 etc.

sudo git fetch origin 9.0

 Now apply these updates to your Odoo. Do notice that a git reset --hard will overwrite all files, so only use this is you didn't add code in default Odoo modules (which is against the rules anyways):

sudo git reset --hard origin/9.0

The new code has now been added to your Odoo, now restart your Odoo service and update all your modules to reload all the new code in your Odoo. Something along the lines of:

./odoo.py --xmlrpc-port=8080 -u all

You now have a fully updated Odoo.


Yenthe

3
Avatar
Kassér
Arun
Forfatter

Yenthe thank you so much for taking time and replying. do i have to install git for this, and would it be good to do so in the client environment? how is it for windows? anyidea ?

Yenthe Van Ginneken (Mainframe Monkey)

@Arun you're welcome, happy to help. I'm not sure about Windows, you should really consider installing your Odoo on an Ubuntu. A lot of the installations / implementations are done on Ubuntu and they behave a bit more stable on Ubuntu too. By default you can use the git commands on Linux.

Arun
Forfatter

@yenthe if thats the case i should be installing git in ubuntu?

Yenthe Van Ginneken (Mainframe Monkey)

@Arun just use my automatic Odoo installation script (found at https://github.com/Yenthe666/InstallScript) if you ever want to install an Odoo, everything is setup fine by itself then. You should have acces to git by default on Ubuntu too. On a sidenote: why the sudden removal of my accepted answer? I'm assuming you've accepted it initially?

Arun
Forfatter

@yenthe what ur suggesting me is with the repository it self but i want the update to happen with the officially installed file of odoo which happens to be from this url "https://www.odoo.com/documentation/9.0/setup/install.html" installing odoo from git will have access to git, agreed but the officially installed one does not have the access to the git... please help me out on this yenthe...

Yenthe Van Ginneken (Mainframe Monkey)

@Arun if I understand this correctly you have a Windows environment with the package installer? This will make things a lot more complicated since barely anybody uses this and there is no good information about this. Is that packaged installer an automatic windows install program? In this case what you could do is download the latest code from Github and replace the files wherever they are installed on your Windows with the newest files. I haven't done this myself yet, so try this on a demo environment for sure!

Arun
Forfatter

@yenthe there is no directory named odoo-server in the installed one

Yenthe Van Ginneken (Mainframe Monkey)

@Arun not when you install it on Windows with the package. It will be named a little different. You should be in this directory on your Windows: https://github.com/odoo/odoo (you should see the file odoo.py for example)

Arun
Forfatter

@yenthe with respect to the previous comment of yours, thats what i thought too, initially thought there might be a possibility to do an update from the patch made from git by converting it to some batch file etc... but i dont find any solution to it.... looks good to have an update than having to uninstall and reinstall the entire thing... i guess thats the only solution now :-(

Arun
Forfatter

i mean replace the files that are installed on windows with the newest files.....

Yenthe Van Ginneken (Mainframe Monkey)

I don't really think you can easily do git updates on Windows, especially not when you used that installer. I'm not very experience with the Windows setup, since Linux is much better and more used. I'd suggest you to move to Linux for future upgrading and development, it'll be less hassle.

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
How to update list modules in Odoo9? Løst
update odoo9
Avatar
Avatar
2
dec. 15
3550
Odoo Community 9. How do I customize the Invoice numbers
community customize odoo9
Avatar
Avatar
Avatar
Avatar
Avatar
6
maj 20
8924
Point of Sale Installation Error
community ubuntu odoo9
Avatar
Avatar
3
apr. 17
6088
odoo9 community , installed module from appstore, where to find it? Løst
community addons odoo9
Avatar
Avatar
1
sep. 16
4067
im_livechat activation on odoo9
community livechat odoo9
Avatar
0
jul. 16
4200
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