I add below line code to POS Receipt
" <t t-esc="widget.pos.table.name"/> "
It work, but at POS if i did not check to " Table Management ". When checkout receipt show error "table.name" is null.
How to solve it. I add " <t t-if="widget.pos.table.name"/> " before above line code but it not working.
Thanks to your help.