Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
1120 Lượt xem

I'm getting an error issue every time I try to save a setting in my odoo environment:

ValueError: Invalid field 'microsoft_outlook_client_identifier' on model 'res.config.settings'

I've been looking a the Odoo base code and I can't find that property, do you know where is it? and more importantly why I'm getting that error?


Ảnh đại diện
Huỷ bỏ
Tác giả

I discovered that "microsoft_outlook" module wasn't present in "odoo/addons". I have no idea how it disappeared from my branch 14.0 in Github.

Solution: changed the SHA for odoo in the requirements.txt, then reinstalled again.

Câu trả lời hay nhất

Hi,

In odoo 14 there is a module named "microsoft_outlook" which is located in "addons/microsoft_outlook". Please install this module.


Hope it helps

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi, 
The error "Invalid field 'microsoft_outlook_client_identifier' on model 'res.config.settings'" typically occurs when Odoo cannot find the field declared in the model. The 'microsoft_outlook_client_identifier' field is usually present in microsoft_outlook module. Make sure you mention this module in your manifest file:

{

    'depends': [

        'microsoft_outlook',

        # other dependencies...

    ],

}

Regards,
NIZAMUDHEEN MJ
Accurates

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 2 25
702
0
thg 11 24
794
2
thg 4 25
1679
0
thg 2 25
586
0
thg 10 24
899