Files
odoo-usability/pos_usability/__manifest__.py
Stéphane Bidoul (ACSONE) 5a39df7423 [10.0] setup.py and addons versions (#35)
* [IMP] set 10.0 version prefix in all installable addons

* [FIX] 10.0 instead of 9.0 version prefix for sale_order_add_bom on 10.0 branch

* [ADD] setup.py for all installable addons
2017-06-13 22:41:20 +02:00

25 lines
728 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': '10.0.0.2.0',
'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,
}