Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
2292 Ansichten
Beste Antwort

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
Verwerfen
Beste Antwort

Hi,

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


Avatar
Verwerfen
Autor

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

Autor

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juli 23
2160
2
Feb. 19
2263
4
Jan. 24
3224
2
März 24
2506
3
Feb. 25
2365