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í
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • 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
    • Services for Partners
    • 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

Odoo 10 migration issues

Odebírat

Get notified when there's activity on this post

This question has been flagged
migrationubuntudebianodoo10.0
2 Odpovědi
2764 Zobrazení
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
Zrušit
Avatar
S.M Firoz Ahmed ( Daffodil Software Limited )
Nejlepší odpověď

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
Zrušit
Avatar
Nisamudeen
Autor Nejlepší odpověď

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
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
How to install Odoo10.tar.gz on Ubuntu17.04
install ubuntu odoo10.0
Avatar
Avatar
1
čvc 17
5390
Migration of Database from odoo-8 to odoo-10
database migration odoo10.0
Avatar
Avatar
1
bře 17
6689
Migration from Odoo 8 to Odoo 10 Vyřešeno
migration odoo8.0 odoo10.0
Avatar
Avatar
1
říj 16
9034
Where do I file a bug against the Debian/Ubuntu packaging?
ubuntu debian packaging
Avatar
Avatar
1
bře 15
4925
Odoo-18.0 CE Upgrade error
migration ubuntu upgrade Odoo18.0 odoo17CE
Avatar
Avatar
2
říj 24
3227
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