Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4932 Widoki

Hi,

 I have another problem after correcting the last one. here it is :

  File "C: \ odoo_9.0.latest \ odoo-9.0c-20170215 \ openerp \ tools \ translate.py", line 10, in <module>

     Import openerp.sql_db as sql_dbAttributeError: 'module' object has no attribute 'sql_db'

Awatar
Odrzuć
Najlepsza odpowiedź

try 

from openerp import sql_db as sql_db

in version 10

from odoo import sql_db, SUPERUSER_ID
Awatar
Odrzuć