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

class Abstract(models.AbstractModel):

        _name = 'abstract'

        def doSomething():

in the another module I write

class Abstract2(models.AbstractModel):

        _inherit = 'abstract'

        def doSomething():

the new extended method doSomething() does not execute.


Please suggest me the solution.

Thanks in advance. 

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

Have you found a solution?

อวตาร
ละทิ้ง

Have you found the solution ? :)

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
มี.ค. 19
18817
2
พ.ย. 16
3648
3
ก.พ. 20
9986
3
ธ.ค. 19
6037
1
พ.ย. 24
1624