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.
27 lines
939 B
27 lines
939 B
{
|
|
'name': 'POS Booking Order',
|
|
'version': '12.0.1.0.0',
|
|
'summary': """Book orders in pos""",
|
|
'description': 'Book orders for customers in POS',
|
|
'category': 'Point of Sale',
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
'website': "https://www.cybrosys.com",
|
|
'depends': ['base', 'point_of_sale'],
|
|
'data': ['views/template.xml',
|
|
'views/pos_config.xml',
|
|
'views/book_order.xml',
|
|
'security/ir.model.access.csv'
|
|
],
|
|
'demo': [],
|
|
'images': ['static/description/images/banner.png'],
|
|
'qweb': ['static/src/xml/book_order.xml',
|
|
'static/src/xml/booked_order.xml',
|
|
'static/src/xml/pickup_orders.xml',
|
|
'static/src/xml/delivery_orders.xml'
|
|
],
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
}
|