Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Error on upgrading database after pulling newest version from Git

Subscriure's

Get notified when there's activity on this post

This question has been flagged
4849 Vistes
Avatar
Marius Stedjan

I have pulled the newest version of odoo 9 and enterprise from Git. 
The previous commit i pulled was d467238 on April 10th 2016.

When trying to upgrade all the modules for my database I get this error:

2016-06-16 16:55:36,809 11782 CRITICAL NST-150616-2 openerp.service.server: Failed to initialize database `NST-150616-2`. Traceback (most recent call last): File "/opt/odoo/odoo/openerp/service/server.py", line 892, in preload_registries registry = RegistryManager.new(dbname, update_module=update_module) File "/opt/odoo/odoo/openerp/modules/registry.py", line 386, in new openerp.modules.load_modules(registry._db, force_demo, status, update_module) File "/opt/odoo/odoo/openerp/modules/loading.py", line 365, in load_modules registry['ir.model.data']._process_end(cr, SUPERUSER_ID, processed_modules) File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/addons/base/ir/ir_model.py", line 1301, in _process_end self.pool[model].unlink(cr, uid, [res_id], context=context) File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/addons/product/product.py", line 1018, in unlink res = super(product_product, self).unlink(cr, uid, unlink_ids, context=context) File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/api.py", line 381, in old_api result = method(recs, *args, **kwargs) File "/opt/odoo/odoo/addons/mail/models/mail_thread.py", line 295, in unlink res = super(MailThread, self).unlink() File "/opt/odoo/odoo/openerp/api.py", line 248, in wrapper return new_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/api.py", line 574, in new_api result = method(self._model, cr, uid, self.ids, *args, **old_kwargs) File "/opt/odoo/odoo/openerp/models.py", line 3677, in unlink 'where id IN %s', (sub_ids,)) File "/opt/odoo/odoo/openerp/sql_db.py", line 141, in wrapper return f(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/sql_db.py", line 220, in execute res = self._obj.execute(query, params) IntegrityError: null value in column "product_id" violates not-null constraint DETAIL: Failing row contains (15964, 1, 2016-06-15 13:49:01.823414, null, 1, 1, LAYERS WARM NECKTUBE, 2016-12-31, 2016-01-01, 1, 1.00, 15, 2, 2016-06-15 13:49:01.823414, 72.00, 1, LA560, 4900, 33). CONTEXT: SQL statement "UPDATE ONLY "public"."product_supplierinfo" SET "product_id" = NULL WHERE $1 OPERATOR(pg_catalog.=) "product_id""

First of all, why is Odoo trying to delete all the products?
And does anyone know how to fix this?

0
Avatar
Descartar
Jérémy Kersten (jke)

very strange...

What are the command that you are doing ? -u base ?

There are no reason that we delete all products...

And in stable version like v9... we don't change model... So it should not happend...

Are you sure that you have pulled both community and enterprise V9 ?

Marius Stedjan
Autor

It happens when i try to use -u base, -u web and -u website

The log says that it is unlinking all products. When it gets to a product with a product_supplierinfo record, attribute record, sales_order record, or any other record linked to the product, I get the same error.

I have pulled both community and enterprise. However, last time I upgraded, I upgraded only enterprise. This has been working for almost two months, until I try to upgrade again.

Marius Stedjan
Autor

I get the error when trying "-u all" as well.

Marius Stedjan
Autor

Here is a bit more of the log. I've now pulled latest odoo and enterprise.

2016-06-20 15:31:11,277 2139 INFO NST openerp.modules.loading: loading theme_nst/views/website_sale_template.xml

2016-06-20 15:31:11,385 2139 INFO NST openerp.addons.base.ir.ir_translation: module theme_nst: no translation for language nb_NO

2016-06-20 15:31:11,611 2139 INFO NST openerp.modules.loading: 134 modules loaded in 185.59s, 490 queries

2016-06-20 15:31:11,904 2139 WARNING NST openerp.modules.loading: The model x_cookiebar_config has no access rules, consider adding one. E.g. access_x_cookiebar_config,access_x_cookiebar_config,model_x_cookiebar_config,,1,0,0,0

2016-06-20 15:31:12,241 2139 INFO NST openerp.addons.base.ir.ir_model: Deleting 24502@product.product (product.product_variant_OF4054)

2016-06-20 15:31:12,265 2139 INFO NST openerp.models.unlink: User #1 deleted mail.message records with IDs: [23459]

2016-06-20 15:31:12,280 2139 INFO NST openerp.models.unlink: User #1 deleted ir.property records with IDs: [16589]

2016-06-20 15:31:12,303 2139 INFO NST openerp.sql_db: bad query: delete from product_product where id IN (24502)

2016-06-20 15:31:12,307 2139 ERROR NST openerp.modules.registry: Failed to load registry

Traceback (most recent call last):

File "/opt/odoo/odoo/openerp/modules/registry.py", line 386, in new

openerp.modules.load_modules(registry._db, force_demo, status, update_module)

File "/opt/odoo/odoo/openerp/modules/loading.py", line 365, in load_modules

registry['ir.model.data']._process_end(cr, SUPERUSER_ID, processed_modules)

File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_model.py", line 1301, in _process_end

self.pool[model].unlink(cr, uid, [res_id], context=context)

File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/odoo/addons/product/product.py", line 1019, in unlink

res = super(product_product, self).unlink(cr, uid, unlink_ids, context=context)

File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/odoo/openerp/api.py", line 381, in old_api

result = method(recs, *args, **kwargs)

File "/opt/odoo/odoo/addons/mail/models/mail_thread.py", line 295, in unlink

res = super(MailThread, self).unlink()

File "/opt/odoo/odoo/openerp/api.py", line 248, in wrapper

return new_api(self, *args, **kwargs)

File "/opt/odoo/odoo/openerp/api.py", line 574, in new_api

result = method(self._model, cr, uid, self.ids, *args, **old_kwargs)

File "/opt/odoo/odoo/openerp/models.py", line 3677, in unlink

'where id IN %s', (sub_ids,))

File "/opt/odoo/odoo/openerp/sql_db.py", line 141, in wrapper

return f(self, *args, **kwargs)

File "/opt/odoo/odoo/openerp/sql_db.py", line 220, in execute

res = self._obj.execute(query, params)

IntegrityError: null value in column "product_id" violates not-null constraint

DETAIL: Failing row contains (16039, 1, 2016-06-15 16:56:17.556828, null, 1, 1, OXFORD BRIGHT TOP 4XL, 2016-12-31, 2016-01-01, 1, 1.00, 15, 2, 2016-06-15 16:56:17.556828, 209.40, 1, OF4054, 4921, 33).

CONTEXT: SQL statement "UPDATE ONLY "public"."product_supplierinfo" SET "product_id" = NULL WHERE $1 OPERATOR(pg_catalog.=) "product_id""

2016-06-20 15:31:12,313 2139 CRITICAL NST openerp.service.server: Failed to initialize database `NST`.

Traceback (most recent call last):

File "/opt/odoo/odoo/openerp/service/server.py", line 892, in preload_registries

registry = RegistryManager.new(dbname, update_module=update_module)

File "/opt/odoo/odoo/openerp/modules/registry.py", line 386, in new

openerp.modules.load_modules(registry._db, force_demo, status, update_module)

File "/opt/odoo/odoo/openerp/modules/loading.py", line 365, in load_modules

registry['ir.model.data']._process_end(cr, SUPERUSER_ID, processed_modules)

File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_model.py", line 1301, in _process_end

self.pool[model].unlink(cr, uid, [res_id], context=context)

File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/odoo/addons/product/product.py", line 1019, in unlink

res = super(product_product, self).unlink(cr, uid, unlink_ids, context=context)

File "/opt/odoo/odoo/openerp/api.py", line 250, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/odoo/openerp/api.py", line 381, in old_api

result = method(recs, *args, **kwargs)

File "/opt/odoo/odoo/addons/mail/models/mail_thread.py", line 295, in unlink

res = super(MailThread, self).unlink()

File "/opt/odoo/odoo/openerp/api.py", line 248, in wrapper

return new_api(self, *args, **kwargs)

File "/opt/odoo/odoo/openerp/api.py", line 574, in new_api

result = method(self._model, cr, uid, self.ids, *args, **old_kwargs)

File "/opt/odoo/odoo/openerp/models.py", line 3677, in unlink

'where id IN %s', (sub_ids,))

File "/opt/odoo/odoo/openerp/sql_db.py", line 141, in wrapper

return f(self, *args, **kwargs)

File "/opt/odoo/odoo/openerp/sql_db.py", line 220, in execute

res = self._obj.execute(query, params)

IntegrityError: null value in column "product_id" violates not-null constraint

DETAIL: Failing row contains (16039, 1, 2016-06-15 16:56:17.556828, null, 1, 1, OXFORD BRIGHT TOP 4XL, 2016-12-31, 2016-01-01, 1, 1.00, 15, 2, 2016-06-15 16:56:17.556828, 209.40, 1, OF4054, 4921, 33).

CONTEXT: SQL statement "UPDATE ONLY "public"."product_supplierinfo" SET "product_id" = NULL WHERE $1 OPERATOR(pg_catalog.=) "product_id""

2016-06-20 15:31:12,314 2139 INFO NST openerp.sql_db: ConnectionPool(used=0/count=0/max=64): Closed 2 connections

2016-06-20 15:31:12,330 2159 INFO NST openerp.service.server: Worker WorkerHTTP (2159) alive

2016-06-20 15:31:12,354 2160 INFO NST openerp.service.server: Worker WorkerHTTP (2160) alive

2016-06-20 15:31:12,389 2161 INFO NST openerp.service.server: Worker WorkerHTTP (2161) alive

2016-06-20 15:31:12,426 2162 INFO NST openerp.service.server: Worker WorkerHTTP (2162) alive

2016-06-20 15:31:12,501 2164 INFO NST openerp.service.server: Worker WorkerCron (2164) alive

2016-06-20 15:31:12,503 2165 INFO NST openerp.service.server: Worker WorkerCron (2165) alive

2016-06-20 15:31:13,091 2163 INFO ? openerp: OpenERP version 9.0c

2016-06-20 15:31:13,091 2163 INFO ? openerp: addons paths: ['/opt/odoo/.local/share/Odoo/addons/9.0', u'/opt/odoo/enterprise', u'/opt/odoo/odoo/addons', u'/opt/odoo/custom/themes', u'/opt/odoo/custom/addons', '/opt/odoo/odoo/openerp/addons']

2016-06-20 15:31:13,091 2163 INFO ? openerp: database: odoo@default:default

2016-06-20 15:31:13,273 2163 INFO ? openerp.service.server: Evented Service (longpolling) running on 127.0.0.1:8072

Marius Stedjan
Autor

It seems like the upgrade if modules is successful, but for some reason, odoo starts unlinking stuff after the upgrade:

2016-06-20 17:12:05,652 3103 INFO NST openerp.addons.base.ir.ir_model: Deleting 24502@product.product (product.product_variant_OF4054)

2016-06-20 17:12:05,675 3103 INFO NST openerp.models.unlink: User #1 deleted mail.message records with IDs: [23459]

2016-06-20 17:12:05,693 3103 INFO NST openerp.models.unlink: User #1 deleted ir.property records with IDs: [16589]

2016-06-20 17:12:05,720 3103 INFO NST openerp.models.unlink: User #1 deleted ir.model.data records with IDs: [31067]

2016-06-20 17:12:05,742 3103 INFO NST openerp.models.unlink: User #1 deleted ir.attachment records with IDs: [19215]

2016-06-20 17:12:05,757 3103 INFO NST openerp.models.unlink: User #1 deleted product.product records with IDs: [24502]

2016-06-20 17:12:05,766 3103 INFO NST openerp.models.unlink: User #1 deleted mail.followers records with IDs: [23343]

2016-06-20 17:12:05,771 3103 INFO NST openerp.addons.base.ir.ir_model: Deleting 24501@product.product (product.product_variant_OF405)

2016-06-20 17:12:05,787 3103 INFO NST openerp.models.unlink: User #1 deleted mail.message records with IDs: [23458]

2016-06-20 17:12:05,800 3103 INFO NST openerp.models.unlink: User #1 deleted ir.property records with IDs: [16588]

2016-06-20 17:12:05,814 3103 INFO NST openerp.models.unlink: User #1 deleted ir.model.data records with IDs: [31066]

2016-06-20 17:12:05,833 3103 INFO NST openerp.models.unlink: User #1 deleted ir.attachment records with IDs: [19214]

2016-06-20 17:12:05,842 3103 INFO NST openerp.models.unlink: User #1 deleted product.product records with IDs: [24501]

2016-06-20 17:12:05,847 3103 INFO NST openerp.models.unlink: User #1 deleted mail.followers records with IDs: [23342]

2016-06-20 17:12:05,849 3103 INFO NST openerp.addons.base.ir.ir_model: Deleting 24500@product.product (product.product_variant_OF404)

2016-06-20 17:12:05,859 3103 INFO NST openerp.models.unlink: User #1 deleted mail.message records with IDs: [23457]

2016-06-20 17:12:05,870 3103 INFO NST openerp.models.unlink: User #1 deleted ir.property records with IDs: [16587]

2016-06-20 17:12:05,882 3103 INFO NST openerp.models.unlink: User #1 deleted ir.model.data records with IDs: [31065]

2016-06-20 17:12:05,897 3103 INFO NST openerp.models.unlink: User #1 deleted ir.attachment records with IDs: [19213]

2016-06-20 17:12:05,906 3103 INFO NST openerp.models.unlink: User #1 deleted product.product records with IDs: [24500]

2016-06-20 17:12:05,911 3103 INFO NST openerp.models.unlink: User #1 deleted mail.followers records with IDs: [23341]

Eventually it finds a product linked to a sales order, attribute or product_supplierinfo record, and throws an error.

I can stop Odoo with Ctrl-C, and restart without the upgrade command, and Odoo works.

The only thing I can see is wrong, is that Odoo has deleted image attachments for a lot of products.

Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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