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/pos_product_sequence/__manifest__.py

23 lines
601 B
Python

# -*- coding: utf-8 -*-
{
'name': 'POS Product Sequence',
'version': '1.0',
'summary': 'Point of Sale Product Sequence',
'description': """
Point of Sale Product Sequence
""",
'license': 'OPL-1',
'author': 'Kanak Infosystems LLP',
'website': 'https://www.kanakinfosystems.com',
'images': ['static/description/main_image.jpeg'],
'category': 'Point of Sale',
'depends': ['point_of_sale'],
'data': [
'views/template.xml',
'views/pos_product_sequence_views.xml',
],
'application': True,
'price': 10,
'currency': 'EUR',
}