Browse Source

Category updated to 'Point of sale'

pull/81/head
cybroodoo 10 years ago
parent
commit
07cd17c139
  1. 2
      pos_change_table/__openerp__.py
  2. 25
      pos_change_table/__openerp__.py~

2
pos_change_table/__openerp__.py

@ -1,7 +1,7 @@
{ {
'name' : 'POS Change Table', 'name' : 'POS Change Table',
'version': '1.0', 'version': '1.0',
'category': 'POS', 'category': 'Point of Sale',
'summary': "Change Table of Order in POS ", 'summary': "Change Table of Order in POS ",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',

25
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,
}
Loading…
Cancel
Save