Browse Source

License detail included

pull/81/head
cybroodoo 9 years ago
parent
commit
7039e34e55
  1. 1
      pos_change_table/__openerp__.py
  2. 4
      pos_change_table/__openerp__.py~

1
pos_change_table/__openerp__.py

@ -21,5 +21,6 @@
'qweb': [
"static/src/xml/table_change.xml",
],
'license': 'AGPL-3',
'installable': True,
}

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

Loading…
Cancel
Save