feat: Initialize module and specify POS UI optimization asset patches.
This commit is contained in:
parent
86d5512809
commit
37971ab74d
2
__init__.py
Normal file
2
__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
@ -7,7 +7,9 @@
|
||||
'data': [],
|
||||
'assets': {
|
||||
'point_of_sale._assets_pos': [
|
||||
'pos_ui_optimization/static/src/app/**/*',
|
||||
'pos_ui_optimization/static/src/app/generic_components/order_widget/order_widget_patch.js',
|
||||
'pos_ui_optimization/static/src/app/generic_components/order_widget/order_widget_patch.xml',
|
||||
'pos_ui_optimization/static/src/app/screens/product_screen/product_list/product_list_patch.js',
|
||||
],
|
||||
},
|
||||
'installable': True,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user