You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
631 B
26 lines
631 B
{
|
|
'name' : 'POS Change Table',
|
|
'version': '1.0',
|
|
'category': 'Point of Sale',
|
|
'summary': "Change Table of Order in POS ",
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'website': 'https://www.cybrosys.com/odoo/industries/restaurant-management/',
|
|
'description': """
|
|
|
|
|
|
=======================
|
|
|
|
|
|
""",
|
|
'depends': ['point_of_sale', 'pos_restaurant','base'],
|
|
'data': [
|
|
'template.xml'
|
|
],
|
|
'images': ['static/description/banner.jpg'],
|
|
'qweb': [
|
|
"static/src/xml/table_change.xml",
|
|
],
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
}
|
|
|