Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
13415 Tampilan

Hi All,

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

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

Thnx

Avatar
Buang
Jawaban Terbai

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
Buang
Penulis

Thank you, that's what i needed

Jawaban Terbai

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

Avatar
Buang
Penulis

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

Post Terkait Replies Tampilan Aktivitas
1
Jun 25
25180
2
Jul 22
4266
1
Mei 22
4142
1
Apr 22
5812
1
Sep 21
3905