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

I am using a custom module . Currently, I want this module to use odoo's sales order, how do I do that?

Thank you so much

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

Hi

You can add your fields and functionalities that are needed in the sale module by inheriting the model sale. order inside the models.py

Also, add the sale module as it depends on the manifest file 


Regards 

อวตาร
ละทิ้ง