Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
8212 Widoki

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. 

Awatar
Odrzuć
Najlepsza odpowiedź

Have you found a solution?

Awatar
Odrzuć

Have you found the solution ? :)

Powiązane posty Odpowiedzi Widoki Czynność
1
mar 19
18789
2
lis 16
3630
3
lut 20
9964
3
gru 19
6016
1
lis 24
1614