Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
2304 Переглядів
Найкраща відповідь

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

Related Posts Відповіді Переглядів Дія
1
лип. 23
2177
2
лют. 19
2280
4
січ. 24
3260
2
бер. 24
2543
3
лют. 25
2431