Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
8198 Visualizações

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
Cancelar
Melhor resposta

Have you found a solution?

Avatar
Cancelar

Have you found the solution ? :)

Publicações relacionadas Respostas Visualizações Atividade
1
mar. 19
18781
2
nov. 16
3619
3
fev. 20
9959
3
dez. 19
6010
1
nov. 24
1611