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

ValueError: dictionary update sequence element #0 has length 1; 2 is required

Аватар
Отменить
Лучший ответ

If this error has occured whene your try to import custom module that contains model inheritance, then you muste 

make sure in that in module __openerp__.py file you have the right dependencies list.

EXEMPLE:

# any module necessary for this one to work correctly

'depends': ['crm', 'sales', 'x_vehicle'],

Аватар
Отменить
Related Posts Ответы Просмотры Активность
7
авг. 19
5820
5
дек. 23
19374
1
апр. 25
999
1
дек. 23
1680
0
нояб. 23
1766