İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
2364 Görünümler
En İyi Yanıt

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

Avatar
Vazgeç
En İyi Yanıt

Hi,

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


Avatar
Vazgeç
Üretici

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

Üretici

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

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Tem 23
2230
2
Şub 19
2335
4
Oca 24
3376
2
Mar 24
2657
3
Şub 25
2551