コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
13285 ビュー

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

関連投稿 返信 ビュー 活動
1
6月 25
25030
2
7月 22
4201
1
5月 22
4030
1
4月 22
5645
1
9月 21
3839