# -*- coding: utf-8 -*- { 'name': 'POS Combo Tax', 'version': '1.0', 'category': 'Sales/Point of Sale', 'summary': 'Apply sales tax on combo products in POS', 'author': 'Suherdy Yacob', 'depends': ['point_of_sale', 'account'], 'data': [ 'views/product_view.xml', ], 'assets': { 'point_of_sale._assets_pos': [ 'pos_combo_tax/static/src/app/**/*', ], }, 'installable': True, 'license': 'LGPL-3', }