Browse Source

Category updated to 'Point of sale'

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

4
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,
}
}

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