Skip to Content
Menu
This question has been flagged
1 Odpoveď
8197 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
18781
2
nov 16
3619
3
feb 20
9959
3
dec 19
6010
1
nov 24
1611