تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
8202 أدوات العرض

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
مارس 19
18782
2
نوفمبر 16
3619
3
فبراير 20
9961
3
ديسمبر 19
6010
1
نوفمبر 24
1611