# -*- coding: utf-8 -*- # © 2014-2016 Aurélien DUMAINE # © 2015-2016 Akretion (Alexis de Lattre ) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'POS Payment Terminal', 'version': '9.0.1.0.1', 'category': 'Point Of Sale', 'summary': 'Manage Payment Terminal device from POS front end', 'website': 'https://github.com/OCA/pos', 'development_status': 'Stable/Production', 'author': "Aurélien DUMAINE,Akretion,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'depends': ['point_of_sale'], 'data': [ 'views/pos_config.xml', 'views/account_journal.xml', 'views/pos_payment_terminal_template.xml', ], 'demo': ['demo/pos_payment_terminal_demo.xml'], 'qweb': ['static/src/xml/pos_payment_terminal.xml'], 'installable': True, }