Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
8235 Visninger

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. 

Avatar
Kassér
Bedste svar

Have you found a solution?

Avatar
Kassér

Have you found the solution ? :)

Related Posts Besvarelser Visninger Aktivitet
1
mar. 19
18830
2
nov. 16
3654
3
feb. 20
9989
3
dec. 19
6048
1
nov. 24
1632