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

Hello everyone, I am new here and i have a question can any one help me plz? i want to know when i add datas into one module(when creating a new "Notes" for example), how could i find what's the table's name in which are added those data in my database?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด
  • in the upper right corner, go to "About OpenErp", and "Activate the developer mode"
  • create a new notes
  • point the mouse on one field
  • a window will appear with the name of the object (for example : note.note) => . is replaced with _ to get the name of the table
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

In url you can find in which table you are inserting values. It's like : model=note.note

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

In OpenERP, the class name is the table name, too. So, for example, if you add a column in sale.order you can go in sale_order table and found your field.

อวตาร
ละทิ้ง