My question is how can I get the name of the database, where I am accessing, by python code.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
6476
Vues
Hi Michael,
You can actually get the data from the Odoo cursor. New API:
db_name = self._cr.dbname
Old API:
db_name = cr.dbname
db_name will then contain the name of your database.
Regards,
Yenthe
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire