Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
5104 Lượt xem

Hi all,

I have Odoo running on a server and my installation includes account_transfer module. It works fine.

Since the addons, server and web are on a very old version (about one year), I have decided to upgrade de addons/server/web addons to newest versions, and before doing it on the server itself, I am testing everything on a virtual machine on another computer.

I have everything setup with new addons/server/web addons, and copied the additional addons I use, including the account_transfer module, but when I try to access the restored database I get the error "No module named q" on the login page. This error was raised whille loading the account_transfer module.

After analyse the log, I found that the account_transfer has the following lines on account_transfer.py:

from osv import osv, fields
from tools.translate import _
import decimal_precision as dp
import time
import q

For testing purposes I commented the line #import q, and tested again and it worked. I was logged onto the system and can use all modules and aplications I have.

The problem is that when I try to use the account_transfer module, I get the error:

NameError: global name 'q' is not defined

So, I found that "q" is not a module. Instead, it is a global name.

How can I fix this since it works fine on the server?

It works fine on the server and the problem is only on the new virtual machine I am testing.

Thank you all

Regards

Paulo

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You do not have q package installed. To install it, just use terminal and type "pip install -U q" or "easy_install install -U q", depending on what your package installer is.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Dear Mariusz Mizgier

You save the day.

Installed the packege q according to your instructions and it's workins like a charm.

Best regards

Paulo Matos

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 11 23
237
1
thg 3 16
12484
0
thg 7 16
4152
2
thg 3 15
4148
3
thg 3 15
5916