Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
8207 Vistas

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
Descartar
Mejor respuesta

Have you found a solution?

Avatar
Descartar

Have you found the solution ? :)

Publicaciones relacionadas Respuestas Vistas Actividad
1
mar 19
18784
2
nov 16
3620
3
feb 20
9961
3
dic 19
6010
1
nov 24
1611