İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
13198 Görünümler

Hi All,

i want to check my odoo database id, is this possible?

i mean the uuidm, like this one " 6d95e0e0-****-****-****-************ "

Thnx

Avatar
Vazgeç
En İyi Yanıt

Hi,

You can get the database ID from the system parameters,

Activate the developer mode and navigate to Settings -> Technical -> Parameters -> System Parameters, here you can see record with the key database.uuid

To get it in the code,
db_id = self.env['ir.config_parameter'].get_param('database.uuid')

Thanks

Avatar
Vazgeç
Üretici

Thank you, that's what i needed

En İyi Yanıt

you can check the database using PG Admin III and there you can see all the tables and columns and their ids.

Avatar
Vazgeç
Üretici

Thanks but i was asking about the database uuid , the whole database id , not the id of the records inside the tables

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Haz 25
24933
2
Tem 22
4127
1
May 22
3963
1
Nis 22
5504
1
Eyl 21
3762