Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
8199 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
18782
2
nov. 16
3619
3
févr. 20
9961
3
déc. 19
6010
1
nov. 24
1611