تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
2408 أدوات العرض
أفضل إجابة

Hi,

In the account module, the "_render_qweb_pdf" function triggers a check to verify if the invoice type is designated as an "entry". If any of the invoices fall into this category, it prompts a pop-up notification displaying a UserError message stating, "Only invoices can be printed."

 if any(x.move_type == 'entry' for x in invoices):

    raise UserError(_("Only invoices could be printed."))


Hope it helps

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

This error raised when you try to print invoice from journal entry record.


الصورة الرمزية
إهمال
الكاتب

im getting same message at the time of clicking on "create payment" button

الكاتب

how do i solve this, why im getting this message. can you please help me

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يوليو 23
2251
2
فبراير 19
2380
4
يناير 24
3439
2
مارس 24
2683
3
فبراير 25
2720