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

Getting YAML related error after updating the Odoo from git branch 9.0

Odoberať

Get notified when there's activity on this post

This question has been flagged
updatedemo_dataodoo9.0
7773 Zobrazenia
Avatar
Marek Matej

Hi all,

my odoo 9.0 server was running without any major issues until today when I decide to update and keep track with 9.0 branch.

I'm using buildout recipe for installation/update with success at two different sites. This is the recipe made by friend of mine which I'm using \buildout-odoo-postgress.

This is the error I'm getting:

2016-01-31 21:59:08,162 26706 ERROR odoo openerp.tools.yaml_import: 'demo_invoice_invest_sale' not found when processing /projects/odoo/parts/odoo/addons/account/demo/account_invoice_demo.yml
This Yaml file appears to depend on missing data. This often happens for tests that belong to a module's test suite and depend on each other.
2016-01-31 21:59:08,163 26706 ERROR odoo openerp.modules.registry: Failed to load registry
...
File "/projects/odoo/parts/odoo/openerp/tools/yaml_import.py", line 173, in get_id
tests that belong to a module's test suite and depend on each other.""" % (xml_id, self.filename))
ValueError: 'demo_invoice_invest_sale' not found when processing /projects/odoo/parts/odoo/addons/account/demo/account_invoice_demo.yml.
This Yaml file appears to depend on missing data. This often happens for
tests that belong to a module's test suite and depend on each other.


I tried to comment parts of affected files and move forward, however then I get different error related to DB inconsistency I believe:

2016-01-31 22:33:51,167 23412 ERROR plynoma openerp.modules.registry: Failed to load registry
...
File "/var/www/clients/client11/web72/home/plynoma_sk_admin/projects/odoo/parts/odoo/openerp/sql_db.py", line 218, in execute
res = self._obj.execute(query, params)
psycopg2.IntegrityError: null value in column "menu_id" violates not-null constraint
CONTEXT: SQL statement "UPDATE ONLY "public"."web_planner" SET "menu_id" = NULL WHERE $1
OPERATOR(pg_catalog.=) "menu_id""


Can somebody please shed light and help me to overcome this issue as I'm completely stuck with this.

Switching to the master branch doesn't help much, and I end up with similar issue.


EDIT:

Well, I was able to get the site running again by commenting parts of files where I get the error. Basically all errors was related to a demo data, so I suppose it is safe to do this.

However, I really prefer to know actual root of the problems with real solution instead of this woodoo black magic I just did :-/

Also I'd be very happy if updating the system using the official (9.0) git branch did not break my system...

0
Avatar
Zrušiť
Ray Carnes

I had this error today. I think it was because demo data was deleted, but the demo data in the YAML files being created depends on it.

Yves Goldberg

Also got same error on two databases :(

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
Value is not stored to database while update demo data odoo10
update demo_data odoo10
Avatar
Avatar
1
nov 17
5816
Odoo v8 still good for use?
update odooV8 odoo9.0
Avatar
Avatar
Avatar
Avatar
5
jan 17
5070
How to update Odoo 9 Enterprise
update enterprise odoo9.0
Avatar
Avatar
Avatar
2
dec 15
8187
KeyError with xml demo data, even though the model has been registered
update demo_data keyerror delegation
Avatar
Avatar
4
feb 19
6112
After Load Data Demo
demo_data
Avatar
Avatar
1
jún 25
1758
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