Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
8534 Vues

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
Ignorer
Meilleure réponse

Have you found a solution?

Avatar
Ignorer

Have you found the solution ? :)

Publications associées Réponses Vues Activité
1
mars 19
19192
2
nov. 16
3905
3
févr. 20
10362
3
déc. 19
6441
1
nov. 24
2068