Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
8558 Prikazi

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
Opusti
Best Answer

Have you found a solution?

Avatar
Opusti

Have you found the solution ? :)

Related Posts Odgovori Prikazi Aktivnost
1
mar. 19
19232
2
nov. 16
3936
3
feb. 20
10392
3
dec. 19
6464
1
nov. 24
2091