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

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
18811
2
11月 16
3645
3
2月 20
9983
3
12月 19
6029
1
11月 24
1622