feat: Initialize module and specify POS UI optimization asset patches.

This commit is contained in:
Suherdy Yacob 2026-03-17 14:16:13 +07:00
parent 86d5512809
commit 37971ab74d
2 changed files with 5 additions and 1 deletions

2
__init__.py Normal file
View File

@ -0,0 +1,2 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

View File

@ -7,7 +7,9 @@
'data': [], 'data': [],
'assets': { 'assets': {
'point_of_sale._assets_pos': [ '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, 'installable': True,