# -*- coding: utf-8 -*- { 'name': "Eiru POS", 'author': "Robert Gauto", 'category': 'Uncategorized', 'version': '0.1', 'depends': [ 'account', 'base', 'currency_utility', 'eiru_bank_payments_references', 'eiru_product_extra_price', 'multi_store', # 'multi_store_stock', # 'multi_store_partner', 'sale' ], 'data': [ 'templates.xml', 'security/eiru_pos_security.xml' ], 'qweb': [ 'static/report/ticket_template.xml' ] }