summaryrefslogtreecommitdiff
path: root/addons/pos_epson_printer/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/pos_epson_printer/__manifest__.py')
-rw-r--r--addons/pos_epson_printer/__manifest__.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/addons/pos_epson_printer/__manifest__.py b/addons/pos_epson_printer/__manifest__.py
new file mode 100644
index 00000000..b9f56af3
--- /dev/null
+++ b/addons/pos_epson_printer/__manifest__.py
@@ -0,0 +1,23 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+
+{
+ 'name': 'pos_epson_printer',
+ 'version': '1.0',
+ 'category': 'Sales/Point of Sale',
+ 'sequence': 6,
+ 'summary': 'Epson ePOS Printers in PoS',
+ 'description': """
+
+Use Epson ePOS Printers without the IoT Box in the Point of Sale
+""",
+ 'depends': ['point_of_sale'],
+ 'data': [
+ 'views/point_of_sale_assets.xml',
+ 'views/pos_config_views.xml',
+ ],
+ 'installable': True,
+ 'auto_install': True,
+ 'license': 'LGPL-3',
+}