Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
3 Antwoorden
13207 Weergaven

Hi All,

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

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

Thnx

Avatar
Annuleer
Beste antwoord

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
Annuleer
Auteur

Thank you, that's what i needed

Beste antwoord

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

Avatar
Annuleer
Auteur

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

Gerelateerde posts Antwoorden Weergaven Activiteit
1
jun. 25
24949
2
jul. 22
4136
1
mei 22
3974
1
apr. 22
5519
1
sep. 21
3771