Skip to Content
Menu
This question has been flagged
1 Odpoveď
8533 Zobrazenia

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
Zrušiť
Best Answer

Have you found a solution?

Avatar
Zrušiť

Have you found the solution ? :)

Related Posts Replies Zobrazenia Aktivita
1
mar 19
19192
2
nov 16
3905
3
feb 20
10362
3
dec 19
6441
1
nov 24
2068