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

I have created a new module and I inherited like this

class Course(models.Model):

    _name = 'openacademy.course'

    name = fields.Char(string="Name", required=True)

    description = fields.Text()

    responsible_id = fields.Many2one('res.users',ondelete='set null', string="Responsible", index=True)

    purchase_id = fields.Many2one('purchase.order', string="Price")


------------------After upgration when I click the dropdown list in the Price its shows error like this

ProgrammingError: relation "_unknown" does not exist
LINE 1: SELECT "_unknown".id FROM "_unknown" ORDER BY "_unknown"."id...
                                  ^

อวตาร
ละทิ้ง

Is this helpful???: https://goo.gl/lD58I7

Related Posts ตอบกลับ มุมมอง กิจกรรม
4
ก.พ. 25
2386
1
ส.ค. 24
2005
2
พ.ย. 24
3193
3
ต.ค. 23
14712
2
ก.พ. 23
2395