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

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
18781
2
11月 16
3619
3
2月 20
9959
3
12月 19
6010
1
11月 24
1611