point_of_sale.assets external id not found in odoo 15

web.assets_backend external id not found in odoo 15

طريقة حل هذا الخطأ:

في odoo 15 لا يمكنك أن ترث web.assets_backend داخل ال views و لا يمكنك إضافة ملفات css او js داخل ال views. و لكن عليك أن تضيفها داخل ملف ال manifest

'assets': {
'point_of_sale.assets': [
'pos_customization/static/src/lib/js/jquery.ui.touch-punch.js'
]
},