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

What is the main difference between Odoo 9 and Odoo 10 on API level , if i have module in odoo9 will they work without problem in odoo 10 ?

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

They removed the Old API in Odoo 10, meaning the old cr,uid,ids functions wont work.

Your module must be written in the new style API introduced in Odoo 8.

Then there are various other changes in general to modules meaning that the odds are your module will need to be upgraded to work with new views etc. It depends on what your module is depending on with regards to how much change to the code you need to make.

อวตาร
ละทิ้ง