summaryrefslogtreecommitdiff
path: root/addons/pos_six/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/pos_six/__manifest__.py')
-rw-r--r--addons/pos_six/__manifest__.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/addons/pos_six/__manifest__.py b/addons/pos_six/__manifest__.py
new file mode 100644
index 00000000..5deadfac
--- /dev/null
+++ b/addons/pos_six/__manifest__.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+{
+ 'name': 'POS Six',
+ 'version': '1.0',
+ 'category': 'Sales/Point Of Sale',
+ 'sequence': 6,
+ 'summary': 'Integrate your POS with a Six payment terminal',
+ 'description': '',
+ 'data': [
+ 'views/pos_payment_method_views.xml',
+ 'views/point_of_sale_assets.xml',
+ ],
+ 'qweb': [
+ 'static/src/xml/BalanceButton.xml',
+ 'static/src/xml/Chrome.xml',
+ ],
+ 'depends': ['point_of_sale'],
+ 'installable': True,
+ 'license': 'LGPL-3',
+}