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

I'm trying to extend the leave Calendar and add a function at the hr_leave.py. i already understood what the self object presents. But i dont know wich Function Odoo Calls when i create a new Record for Example. Can someone tell me how Odoo creates an Object?  

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

  I think you are new to odoo .please go through this link https://www.odoo.com/documentation/12.0/ 

  when a new record creates a default method called create is called.we can super it if we want to make some changes on  the record while creating.

 if you are trying to extend the leave calendar model you can do it by using _inherit = 'model you want to change' and write the method you want to add. 

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
Cronjob | Odoo12 تم الحل
1
يوليو 19
4104
0
فبراير 22
1645
6
أغسطس 19
9773
1
فبراير 24
2358
0
فبراير 24
1153