Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
2431 Представления

Please guide me, 

Аватар
Отменить
Лучший ответ

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
2251
2
февр. 19
2401
4
янв. 24
3463
2
мар. 24
2697
3
февр. 25
2758