Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
8200 Vizualizări

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. 

Imagine profil
Abandonează
Cel mai bun răspuns

Have you found a solution?

Imagine profil
Abandonează

Have you found the solution ? :)

Related Posts Răspunsuri Vizualizări Activitate
1
mar. 19
18782
2
nov. 16
3619
3
feb. 20
9961
3
dec. 19
6010
1
nov. 24
1611