# -*- coding: utf-8 -*- { 'name': "Eiru Legal Ticket", 'summary': """This module print POS receipt.""", 'author': "Cybrosys Techno Solutions - Eiru", 'website': "http://www.eiru.com.py", 'category': 'Point of Sale', 'version': '0.1', 'depends': [ 'base', 'point_of_sale', 'pos_sequence_ref_number', ], "data": [ "template.xml", "views/account_journal.xml" ], 'qweb': [ 'static/src/xml/pos.xml', 'static/src/xml/pos_receipt.xml', ], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, }