Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
8242 Zobrazení

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
Zrušit
Nejlepší odpověď

Have you found a solution?

Avatar
Zrušit

Have you found the solution ? :)

Related Posts Odpovědi Zobrazení Aktivita
1
bře 19
18847
2
lis 16
3657
3
úno 20
9994
3
pro 19
6055
1
lis 24
1649