跳至内容
菜单
此问题已终结
1 回复
8228 查看

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
18817
2
11月 16
3648
3
2月 20
9986
3
12月 19
6037
1
11月 24
1624