Skip to Content
मेन्यू
This question has been flagged
1 Reply
8204 Views

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. 

Avatar
Discard
Best Answer

Have you found a solution?

Avatar
Discard

Have you found the solution ? :)

Related Posts Replies Views Activity
1
मार्च 19
18784
2
नव॰ 16
3620
3
फ़र॰ 20
9961
3
दिस॰ 19
6010
1
नव॰ 24
1611