diff --git a/pos_waiter/__manifest__.py b/pos_waiter/__manifest__.py index 1669b8816..5da23708f 100644 --- a/pos_waiter/__manifest__.py +++ b/pos_waiter/__manifest__.py @@ -42,6 +42,7 @@ 'report/waiter_performance_report_template.xml', ], 'qweb': ['static/src/xml/pos_waiter_selection.xml'], + 'images': ['static/description/banner.png'], 'installable': True, 'auto_install': False,