Hi All,
i want to check my odoo database id, is this possible?
i mean the uuidm, like this one " 6d95e0e0-****-****-****-************ "
Thnx
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
1
čvn 25
|
24944 | ||
|
2
čvc 22
|
4132 | ||
|
1
kvě 22
|
3968 | ||
|
1
dub 22
|
5516 | ||
|
1
zář 21
|
3766 |