Skip to Content
Menu
This question has been flagged
1 Reply
1222 Views

Hi!

I have this error: I get it when I insert two products in the sales order lines and then I delete one with the trash ... how can I solve it?

Uncaught Error: QWeb2 - template['ListView.rows']: Runtime Error: Error: QWeb2 - template['ListView.row']: Runtime Error: Error: NameError: name 'promo_block' is not defined
Avatar
Discard
Best Answer

Hi GiusyG,


The error says that 'promo_block' is not defined. This is because you are calling that field without declaring the field first. Please do a quick search in your custom modules for 'promo_block' and see if it is defined in the correct module.

Avatar
Discard