Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

How to use launchpad and bazaar

Odebírat

Get notified when there's activity on this post

This question has been flagged
launchpaddevelopmentbugprocedures
3 Odpovědi
9889 Zobrazení
Avatar
ton123
  • Is there somewhere a description about how it works?
  • What are the procedures?
  • How to find your way through?

Additional points added later:

  • I want to thank you al for your answers.
  • Francesco Apruzzese modified my question by adding bazaar to the question. That is ok for me, thank you for this.
  • The pitfall is the answers loose focus on organisational aspects and get more focus on technicallities (nothing wrong with that.) I explain hereby some more about my first focus.

My first focus was on launchpad.

  • How it works in terms of technicallities is answered, thank you Francesco Apruzzese.
  • What are the procedures? This is done and made by the people, the individuals and there management. What to do with posts, are there rules in terms of time to wait for responses, is there some kind of escalation procedures. Prioritizing, etc.
  • How to find your way through? It is so big and complicated, I think there are depandancies and relations I don't see. I do not see the big picture.
  • How can I find out a problem that I have is a reported bug?
3
Avatar
Zrušit
Avatar
Francesco OpenCode
Nejlepší odpověď

Launchpad is based on a VCS (Version Control System) called bazaar. If you want know how it works, this is not the right location.This is the launchpad official help and this is a manual about bazaar.

2
Avatar
Zrušit
Avatar
AJ Schrafel Paper Corp
Nejlepší odpověď

to get openerp via bazaar do the following on a fresh install, assuming a user named openerp owns the files on your server:

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

then when you want to get the latest version, you would pull the updates.

cd /opt/openerp/server
sudo bzr pull
cd ../addons
sudo bzr pull
cd ../web
sudo bzr pull

Then you would have to stop the server, update all the modules for your database using the -u command, press Ctrl+C, then start your server again. This is a redundant operation, but necessary if you are using a script to run openERP

2
Avatar
Zrušit
Francesco OpenCode

Never and never and never and never install OpenERP as root user!!! Never use sudo to install openERP!!!

AJ Schrafel Paper Corp

First, the script doesn't suggest you install as the root user, that is the purpose of changing to the openerp user. Second, This is the way it is presented in a couple of installation guides, if you have a better method, why don't you share it instead of just criticizing.

Francesco OpenCode

I criticize when something is wrong for the system security. This is a simple installation system to use openerp without use root user: http://wiki.openerp-italia.org/doku.php/area_tecnica/installazione/v7.0_ubuntu_12.04/openerp

AJ Schrafel Paper Corp

your example says to do the same thing. Installiamo il pacchetto bzr:

openerp@ubuntu:~$sudo apt-get install bzr

poi scarichiamo i pacchetti:

openerp@ubuntu:~$mkdir lp openerp@ubuntu:~$cd lp openerp@ubuntu:~$bzr branch lp:openobject-server/7.0 openerp openerp@ubuntu:~$bzr branch lp:openerp-web/7.0 web openerp@ubuntu:~$bzr branch lp:openobject-addons/7.0 addons

Francesco OpenCode

It's not equal...you install openERP in /opt...we no!

AJ Schrafel Paper Corp

First you said not to install as root user, which I was not. Then you linked to installation instructions that list exactly the same method to use bzr that I proposed in the first place. Now you are changing your problem to the installation directory? Why does that matter? /opt is an appropriate directory. /opt is not a security issue.

Francesco OpenCode

if you see ls -lah in your root directory you can see that: drwxr-xr-x 3 root root 4,0K mar 14 17:52 opt! to use openERP in opt, you must abiity it to read file as root!

AJ Schrafel Paper Corp

that is why i am installing it in a directory with the owner of the user openerp in /opt drwxr-xr-x 5 openerp openerp

wjn

I updated with bzr update [DIR], seems fine also. How to use this -u command to update the database?

AJ Schrafel Paper Corp

The -u tag is used to update all the modules in a database so you don't have to individually update them in the openERP setting menu, the complete command is - <you installation directory>/openerp-server -d <database name> -u all --addons <your addons path>

Francesco OpenCode

-u tag can used with a list of modules to update only the modules indicates. For example "-u sale" updates only sale module or "-u sale,account,product" updates sale, account and product module

wjn

@Frencesco, patently: Thanks for your replies.

Avatar
Gustavo
Nejlepší odpověď

This document will help you, Using Bazaar with Launchpad

http://doc.bazaar.canonical.com/beta/en/tutorials/using_bazaar_with_launchpad.html

1
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Use Launchpad or Github Vyřešeno
launchpad development github
Avatar
Avatar
1
led 16
5415
Module doesn't update after modification in the source code
development plugin bug odoo16features
Avatar
Avatar
2
dub 24
3872
How to know the cause is a bug?
launchpad documentation closed bug
Avatar
Avatar
1
bře 15
6782
(@@AviancaCol@@)¿Cómo llamar a Avianca en Colombia?
launchpad javascript development contribution ie
Avatar
0
lis 25
7
how to use bazaar in eclipse for update modules OpenERP ?
launchpad development environment bazaar eclipse
Avatar
Avatar
Avatar
Avatar
4
pro 15
2045
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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