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

Hi, I want to update data in a field from one table to another field of another table. It can be done by query? 

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

You can do that by an SQL UPDATE statement, but if you don't know that yourself, this is probably not a recommended way. It is anyway recommended not to bypass Odoo's ORM.

อวตาร
ละทิ้ง