콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
2458 화면
베스트 답변

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
7월 23
2274
2
2월 19
2425
4
1월 24
3518
2
3월 24
2740
3
2월 25
2795