I just tried to add reports to my modules and restarted openerp server and it gave error then i deleted all the report files i created and updated __openerp.py also. I even tried to delete module and then adding it to addons, cleared chache and restarted openerp server but it still gives the same error all the time. I am stuck now do i need to create it again from scratch?? Error is: ValueError: invalid literal for int() with base 10: 'False'
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
4400
أدوات العرض
Somehow the installation has an invalid construction, probably from your module. Somewhere you try to convert a value to int, which has the value False, instead of 0.
I have had the same issue myself, and fixed it by restoring a previous version of the DB and than install / upgrade my module after correcting my error.
but i didn't touch my module at all
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
مارس 15
|
4173 | ||
|
0
مارس 15
|
3721 | ||
|
0
مارس 15
|
3347 | ||
|
2
مارس 15
|
7169 | ||
|
0
مارس 15
|
2847 |
same module works in another database. why??