コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
8595 ビュー

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. 

アバター
破棄
最善の回答

Have you found a solution?

アバター
破棄

Have you found the solution ? :)

関連投稿 返信 ビュー 活動
1
3月 19
19274
2
11月 16
3967
3
2月 20
10432
3
12月 19
6519
1
11月 24
2146