Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
8201 Visualizzazioni

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
Abbandona
Risposta migliore

Have you found a solution?

Avatar
Abbandona

Have you found the solution ? :)

Post correlati Risposte Visualizzazioni Attività
1
mar 19
18782
2
nov 16
3619
3
feb 20
9961
3
dic 19
6010
1
nov 24
1611