Files
odoo-usability/pos_usability/__manifest__.py
2016-10-25 12:42:05 +02:00

25 lines
721 B
Python

# -*- coding: utf-8 -*-
# © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Point of Sale Usability',
'version': '0.2',
'category': 'Point Of Sale',
'license': 'AGPL-3',
'summary': 'Small usability enhancements in Point of Sale',
'description': """
Point of Sale Usability
=======================
Minor usability enhancements in POS:
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['point_of_sale'],
'data': ['pos_view.xml'],
'installable': True,
}