Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
13286 Переглядів

Hi All,

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

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

Thnx

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Автор

Thank you, that's what i needed

Найкраща відповідь

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

Аватар
Відмінити
Автор

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

Related Posts Відповіді Переглядів Дія
1
черв. 25
25039
2
лип. 22
4209
1
трав. 22
4052
1
квіт. 22
5660
1
вер. 21
3850