Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

How to use launchpad and bazaar

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
launchpaddevelopmentbugprocedures
3 Respostas
9902 Visualizações
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
Cancelar
Avatar
Francesco OpenCode
Melhor resposta

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
Cancelar
Avatar
AJ Schrafel Paper Corp
Melhor resposta

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
Cancelar
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
Melhor resposta

This document will help you, Using Bazaar with Launchpad

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

1
Avatar
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Use Launchpad or Github Resolvido
launchpad development github
Avatar
Avatar
1
jan. 16
5425
Module doesn't update after modification in the source code
development plugin bug odoo16features
Avatar
Avatar
2
abr. 24
3882
How to know the cause is a bug?
launchpad documentation closed bug
Avatar
Avatar
1
mar. 15
6786
(@@AviancaCol@@)¿Cómo llamar a Avianca en Colombia?
launchpad javascript development contribution ie
Avatar
0
nov. 25
7
how to use bazaar in eclipse for update modules OpenERP ?
launchpad development environment bazaar eclipse
Avatar
Avatar
Avatar
Avatar
4
dez. 15
2045
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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