Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
13349 Ansichten

Hi All,

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

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

Thnx

Avatar
Verwerfen
Beste Antwort

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
Verwerfen
Autor

Thank you, that's what i needed

Beste Antwort

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

Avatar
Verwerfen
Autor

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juni 25
25114
2
Juli 22
4248
1
Mai 22
4103
1
Apr. 22
5740
1
Sept. 21
3891