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

Is it possible to define global variables in OpenERP so that we can use it in all modules. For example : I am having years dropdown. I want to store it in global variable. So that i can use it in all modules and if year list changes it will reflect everywhere.

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

You can use any field in any module for it. And access to any filed from any module.

Also usual for it use table ir.values as one place.

อวตาร
ละทิ้ง