Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
8237 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
18837
2
nov. 16
3656
3
feb. 20
9993
3
dec. 19
6050
1
nov. 24
1643