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': [ 'qweb': [
"static/src/xml/table_change.xml", "static/src/xml/table_change.xml",
], ],
'license': 'AGPL-3',
'installable': True, 'installable': True,
} }

4
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',
@ -22,4 +22,4 @@
"static/src/xml/table_change.xml", "static/src/xml/table_change.xml",
], ],
'installable': True, 'installable': True,
} }

Loading…
Cancel
Save