Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
11163 Представления

Hi.

I get the error below after update modules with bazaar and update the database of OpenERP with the new modules.

Anybody knows what can I do?

...
2013-12-13 10:56:47,788 3658 INFO copia_gf openerp.addons.base.ir.ir_model: Deleting 2252@account.account.template
2013-12-13 10:56:47,810 3658 INFO copia_gf openerp.addons.base.ir.ir_model: Deleting 29@account.account.type
2013-12-13 10:56:47,812 3658 ERROR copia_gf openerp.sql_db: bad query: delete from account_account_type where id IN (29)
Traceback (most recent call last):
          File "/opt/openerp/server/openerp/sql_db.py", line 226, in execute
            res = self._obj.execute(query, params)
    IntegrityError: null value in column "user_type" violates not-null constraint
    CONTEXT:  SQL statement "UPDATE ONLY "public"."account_account_template" SET "user_type" = NULL WHERE $1 OPERATOR(pg_catalog.=) "user_type""
...
Аватар
Отменить

On upgrade, some code is attempting to delete record from account_account_type with id=29 but that is been referenced in account_account_template and it is mandatory.

Автор

I update modules with bazaar again and all was ok. Aparently there is a bug with the registers update during upgrade of modules.

Related Posts Ответы Просмотры Активность
1
мар. 23
6031
2
февр. 23
3373
1
мар. 15
4848
1
мар. 15
5049
module update Решено
3
мар. 15
5499