تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5 الردود
6248 أدوات العرض

I have a module synchronizing odoo with an external webservice. When the service sends hooks to odoo to signal an external modification, Odoo fails since it can’t figure out in which database to work, when there are several created or when none is set by default in configuration. So is there a python way to tell odoo in which database to work ?

الصورة الرمزية
إهمال
الكاتب

I am not using Odoo XML-RPC. I am accessing an external service from odoo.

الكاتب أفضل إجابة

It is possible to set a database within odoo by accessing the session attribute of the WebRequest object. Let’s say you have a WebRequest object, named request:

request.session.db = 'db_name'
This can be used to dynamically set a database to a request received from an external webservice.
الصورة الرمزية
إهمال
أفضل إجابة

Not python, but in your webservice you must set a explicit database, you should read the Odoo API reference:


\https://www.odoo.com/documentation/13.0/webservices/odoo.html

الصورة الرمزية
إهمال
الكاتب

It is a proprietary webservice I don’t own myself, so I can’t do anything on it.

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
ديسمبر 24
1081
1
مارس 15
6321
1
ديسمبر 24
1546
4
أبريل 24
2382
3
مايو 22
16006