"'NoneType' object is not callable" while evaluating
"keep('/transactions/%s' % slug(v))"
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
"'NoneType' object is not callable" while evaluating
"keep('/transactions/%s' % slug(v))"
+1 here :/
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
जन॰ 25
|
1470 | ||
|
1
सित॰ 22
|
1322 | ||
|
0
मई 20
|
3044 | ||
|
3
मार्च 15
|
10880 | ||
|
0
मार्च 15
|
4812 |
i find the solution you need to define the keep value i see on the web_sale and i find a think like this: keep = QueryURL('/pagetransaction', category=category and int(category), search=search, attrib=attrib_list) it is the solution for my pb but i'm not also sure for the designation of this line but it is the solution