Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3470 มุมมอง

Hi! I want to add two classes in the CRM module and I want to use inheritance. is what is necessary for these two classes are in the same folder CRM or can use another folder?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

It would always be better to create your own/custom module for additional functionality. So this will not affect original one. For creation of custom module, link may help you. Also have a look on link, this may help you. For inheritance, you can refer the link : https://doc.openerp.com/v6.0/developer/2_5_Objects_Fields_Methods/object_inherit.html/ and https://doc.openerp.com/v6.0/developer/2_6_views_events/views/view_inheritence/

อวตาร
ละทิ้ง