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

So I'm trying to add fields to res.partner

from odoo import fields, models


class Partner(models.Model):
_inherit = 'res.partner'

s_num_client = fields.Char()


It's working fine on the dev branch but on staging I'm getting an error :

"column res_partner.s_num_client does not exist"

From other questions on the forum I've seen that I could resolve this problem by rstarting the server and then update the module base. Problem is I don't know how to restart the server on odoo.sh as I don't have sudo access.

Is there a way to restart it without sudo ? Could my problem come from something else ?

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

I solved my problem by updating my module from the shell :

odoo-bin -u mymodule



อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Issue with the server running slow แก้ไขแล้ว
1
มิ.ย. 22
7437
1
เม.ย. 25
1678
0
ก.พ. 21
2533
1
ธ.ค. 20
4966
1
มี.ค. 24
5281