Unknown error during import: : can only concatenate str (not "bool") to str at multiple rowsResolve other errors first
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
Hello Chan Myae,
I checked the error which you facing. It looks like you are concatenating two strings and stored in another field but in one string you did not get the string.
You can add the conditions as like below.
Please find Code in comment.
I hope This will help you.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Here is an example:
final_str = ''
if first_str:
final_str + = first_str
if second_str :
final_str + = second_str
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل
Can you please show the some of the content rows in the xlsx file with their corresponding headers ?