Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
1271 มุมมอง

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?


อวตาร
ละทิ้ง
ผู้เขียน

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.

คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ก.พ. 25
800
0
พ.ย. 24
906
2
เม.ย. 25
2118
0
ก.พ. 25
680
0
ต.ค. 24
1012