diff --git a/pos_change_table/__openerp__.py b/pos_change_table/__openerp__.py index 8b40490c0..18dff25c7 100644 --- a/pos_change_table/__openerp__.py +++ b/pos_change_table/__openerp__.py @@ -1,7 +1,7 @@ { 'name' : 'POS Change Table', 'version': '1.0', - 'category': 'POS', + 'category': 'Point of Sale', 'summary': "Change Table of Order in POS ", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', @@ -22,4 +22,4 @@ "static/src/xml/table_change.xml", ], 'installable': True, -} \ No newline at end of file +} diff --git a/pos_change_table/__openerp__.py~ b/pos_change_table/__openerp__.py~ new file mode 100644 index 000000000..8b40490c0 --- /dev/null +++ b/pos_change_table/__openerp__.py~ @@ -0,0 +1,25 @@ +{ + 'name' : 'POS Change Table', + 'version': '1.0', + 'category': 'POS', + 'summary': "Change Table of Order in POS ", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'description': """ + + +======================= + + +""", + 'depends': ['point_of_sale', 'pos_restaurant','base'], + 'data': [ + 'template.xml' + ], + + 'qweb': [ + "static/src/xml/table_change.xml", + ], + 'installable': True, +} \ No newline at end of file