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

Odoo 10 migration issues

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
migrationubuntudebianodoo10.0
2 Respostas
2823 Visualizações
Avatar
Nisamudeen

Hi,


We have an Odoo 10.0 Community Edition application running on old Ubuntu 18 VPS.  We wanted to migrate the same to a new VM.  Meanwhile I am unable to setup Odoo 10.0 in a new VM which has Debian 9,  as it lacks package "python-pypdf". 


root@srv:/usr/local/src# apt-get install odoo
Reading package lists... Done
Building dependency tree 
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
odoo : Depends: python-pypdf but it is not installable

I really wanted to migrate the odoo 10 to new infrastructure.  How this can be managed?  I have tried setting up odoo 12 and tried restoring the backup I have meanwhile it fails with  version difference. 

odoo.addons.base.models.ir_cron: Skipping database ucon10 as its base version is not 12.0.1.3.

0
Avatar
Cancelar
Avatar
S.M Firoz Ahmed ( Daffodil Software Limited )
Melhor resposta

It sounds like you are trying to migrate an Odoo 10 application to a new server running Debian 9, but are encountering issues related to missing dependencies, specifically "python-pypdf" package.

Here are a few options you can consider:

  1. You can try installing Odoo 10 from a different repository that has the package "python-pypdf" available. For example, you can add the Odoo repository to your sources.list file and install Odoo from there.

  2. You can try installing the python-pypdf package from the source code, either from the package's official website or from Github, and then install it manually.

  3. You can try installing an older version of the package that is compatible with Odoo 10, if available.

  4. You can try installing odoo 12 and use the migration tool to migrate from Odoo 10.0 to 12.0.

  5. You can try installing the odoo 10.0 on the new server, and then use the backup and restore feature of odoo to restore the database from the old server.

Please note that migrating an application to a new server is a complex process that can involve many steps, and it's best to have a professional handle the migration.

1
Avatar
Cancelar
Avatar
Nisamudeen
Autor Melhor resposta

Hi Firoz,  

Thank you very much for your update.  I have already tried these points  which you have mentioned.  let me explain.  

1.  python-pypdf module is no more available and it is not available in git repo's as well. 

2.  I have tried installing odoo 10 from all possible methods.  Even if the installation is success,  application get 500 error with error related to  python-pypdf package missing.  

3.  The package python-pypdf is no more available anywhere in the internet. 

4.  I have installed odoo 12 and tried to restore  the backup directly,  It didn't help as restore was stuck with error.  

Can you please share odoo 10.0  to odoo 12 migration documentation?  Is there an opensource tool for the same?

0
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
How to install Odoo10.tar.gz on Ubuntu17.04
install ubuntu odoo10.0
Avatar
Avatar
1
jul. 17
5441
Migration of Database from odoo-8 to odoo-10
database migration odoo10.0
Avatar
Avatar
1
mar. 17
6723
Migration from Odoo 8 to Odoo 10 Resolvido
migration odoo8.0 odoo10.0
Avatar
Avatar
1
out. 16
9087
Where do I file a bug against the Debian/Ubuntu packaging?
ubuntu debian packaging
Avatar
Avatar
1
mar. 15
4996
Odoo-18.0 CE Upgrade error
migration ubuntu upgrade Odoo18.0 odoo17CE
Avatar
Avatar
2
out. 24
3315
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