2 changed files with 27 additions and 2 deletions
@ -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…
Reference in new issue