Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
13202 Widoki

Hi All,

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

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

Thnx

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

Thank you, that's what i needed

Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
1
cze 25
24944
2
lip 22
4132
1
maj 22
3969
1
kwi 22
5516
1
wrz 21
3767