Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Update new module v7.0 Ubuntu 12.04

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
moduleappsv7update
2 Antwoorden
5825 Weergaven
Avatar
Marko Happonen

Hello,

I'd like to update new modules to Ubuntu 12.04 OpenERP server v7.0. Here the modules I'd like to add (beta apps): - App: Website Builder (website) - App: eCommerce (website_sale)

  1. How is this done in the server command prompt? Is a specific directory required for the command? Should you do some preparations before doing the update (I've already done db backup...)?
  2. I would like to update only these two modules that I'm missing in the OpenERP apps, no other updates required as the server is running ok otherwise
  3. Is there something special with these 'Beta' modules with regards the update?

I've found several topics related but none of them directly helped me to get further.

0
Avatar
Annuleer
Avatar
klacus
Beste antwoord

Hi! I already try this kind of modules with V8.0. It was run like a cham, but I newer try to attach that’s to V7.0. If you can please try to install that for a brand new system. everything same like this: http://www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/

except on: wget http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-latest.tar.gz

download the nightly.openerp.com/trunk/nightly/deb/openerp_8.0dev-latest-1_all.deb

bottom of the page... :-)

and use it.

1
Avatar
Annuleer
Marko Happonen
Auteur

Thanks for the answer. Ok, got the point and no chance to use v7.0 for this module. But is it really this easy (as per the link you provided above): $sudo apt-get install bzr $sudo su - openerp $cd /opt/openerp $bzr branch lp:openobject-server/7.0 server $bzr branch lp:openobject-addons/7.0 addons $bzr branch lp:openerp-web/7.0 web

Marko Happonen
Auteur

And further, above commands refer to v7, they should be changed to v8? And still, how about the existing v7 database 'migration' to the v8, is there any actions reaquired in case you have standard v7 without any own modules. How are all the cahnged configurations, master data and documents (sales orders, purchase orders etc.) available in v8 after above?

Marko Happonen
Auteur

What about updating to v8 from nightly packages by updating "sources.list" file? After this $sudo apt-get update $sudo apt-get install openerp Would this do the same or what's the difference? What would happen to the v7 installation?

klacus

You should try.... I think you need to understand the migrations strategy. (as usually). So you have to create a plan when you write down step by step the actions. (If you have a live system, you have a huge problem, if you do not understand the openerp system as well.) Models, db, work-flows, views, and so on. So generally very hard to answer your question...

Avatar
Muhammad Dinie
Beste antwoord

Unless I'm mistaken, those 2 apps are only for v8 at the moment.

0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Unable to update new code for custom module
module apps update odoo16
Avatar
Avatar
1
mei 25
2959
Settings/Modules/Updates
modules module v7 update
Avatar
Avatar
1
mrt. 15
5048
openerp update Apps
module apps update openerp
Avatar
Avatar
2
mrt. 15
5572
What exactly does updating "Base" module do? Opgelost
v7 update
Avatar
Avatar
Avatar
3
mrt. 24
14782
Unable to update or see apps in Odoo Opgelost
apps update
Avatar
Avatar
2
aug. 22
25517
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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