Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Database creation error: "'module' object.... on install of Odoo 9

Odoberať

Get notified when there's activity on this post

This question has been flagged
databasecreationfail
5546 Zobrazenia
Avatar
Kim Gabrielsen

I've created a brand new Virtual Box with Ubuntu 14.04 installed.

I install Odoo using:

http://www.schenkels.nl/2015/09/odoo-v9-install-script-ubuntu-14-04/

It works without any problems and i can start the Odoo server and point my browser to:

localhost:8069

the database creation screen appears and i enter the needed information. I avoid seeding the database with data sinde it gives me other problems.

The installation starts but stops shortly there after with this error:

Database creation error: "'module' object has no attribute 'register_save_all'" while parsing /opt/odoo/odoo-server/openerp/addons/base/base_data.xml:26, near <record id="main_partner" model="res.partner" context="{'default_is_company': True}"> <field name="name">My Company</field> <field name="company_id" eval="None"/> <field name="image" type="base64" file="base/static/img/main_partner-image.png"/> <field name="customer" eval="False"/> <field name="is_company" eval="True"/> <field name="street"/> <field name="city"/> <field name="zip"/> <field name="phone"/> <field name="email">info@yourcompany.com</field> <field name="website">www.yourcompany.com</field> </record>


In the Log i see:

.

.

.

File "/opt/odoo/odoo-server/openerp/tools/image.py", line 265, in image_resize_images

avoid_resize_big=True, avoid_resize_medium=False, avoid_resize_small=False))

File "/opt/odoo/odoo-server/openerp/tools/image.py", line 252, in image_get_resized_images

return_dict[big_name] = image_resize_image_big(base64_source, avoid_if_small=avoid_resize_big)

File "/opt/odoo/odoo-server/openerp/tools/image.py", line 136, in image_resize_image_big

return image_resize_image(base64_source, size, encoding, filetype, avoid_if_small)

File "/opt/odoo/odoo-server/openerp/tools/image.py", line 53, in image_resize_image

image = Image.open(image_stream)

File "/usr/local/lib/python2.7/dist-packages/PIL/Image.py", line 2243, in open

Opens and identifies the given image file.

File "/usr/local/lib/python2.7/dist-packages/PIL/Image.py", line 352, in preinit

File "/usr/local/lib/python2.7/dist-packages/PIL/GifImagePlugin.py", line 677, in <module>

Image.register_save_all(GifImageFile.format, _save_all)

ParseError: "'module' object has no attribute 'register_save_all'" while parsing /opt/odoo/odoo-server/openerp/addons/base/base_data.xml:26, near

<record id="main_partner" model="res.partner" context="{'default_is_company': True}">

<field name="name">My Company</field>

<field name="company_id" eval="None"/>

<field name="image" type="base64" file="base/static/img/main_partner-image.png"/>

<field name="customer" eval="False"/>

<field name="is_company" eval="True"/>

<field name="street"/>

<field name="city"/>

<field name="zip"/>

<field name="phone"/>

<field name="email">info@yourcompany.com</field>

<field name="website">www.yourcompany.com</field>

</record>


What's going on here?

I have done the (obviously) obligatory:

# uninstall PIL
sudo pip uninstall PIL
# install libjpeg-dev with apt
sudo apt-get install libjpeg-dev
# reinstall pillow
pip install -I pillow

but the problem persists.

Any input welcome.


Best regards

Kim

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
OpenERP on Synology NAS
database creation
Avatar
Avatar
Avatar
Avatar
3
mar 15
18037
Odoo Community 15 - local windows server 2008 R2 Standard
error database creation access
Avatar
1
aug 22
2375
openERP Server Access Denied when try create database ? Solved
installation database creation accessdenied
Avatar
Avatar
Avatar
2
dec 17
43916
Database disappeared from list after activating Google Oauth for administrator
database
Avatar
0
júl 25
2321
Setup Odoo with specific database
database
Avatar
Avatar
2
nov 24
8579
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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