Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
17677 Переглядів

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
5998
No module named pooler Вирішено
5
груд. 23
19574
1
квіт. 25
1248
1
груд. 23
1877
0
лист. 23
1922