1
0
Fork 0
This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
odoo-pos-distribution/odoo/addons/ip_pos_ticket_order_number/__manifest__.py

27 lines
588 B
Python

# -*- coding: utf-8 -*-
{
'name': 'POS Tickets Order Number',
'summary': "POS Tickets Order Number",
'description': """POS Tickets Order Number""",
'author': 'iPredict IT Solutions Pvt. Ltd.',
'website': 'http://ipredictitsolutions.com',
"support": "ipredictitsolutions@gmail.com",
'category': 'Point of Sale',
'version': '12.0.0.1.0',
'depends': ['pos_restaurant'],
'data': [
'views/assets.xml',
],
'qweb': [
'static/src/xml/pos.xml',
],
'license': "OPL-1",
'installable': True,
'application': True,
}