ADD module pos_usability

This commit is contained in:
David Beal
2019-10-11 15:12:21 +02:00
parent 1812c7f5af
commit fc4ea217e0
6 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "POS Usability",
"version": "12.0.1.0.0",
"category": "Point of sale",
"license": "AGPL-3",
"summary": "Misc usability improvement for point of sale",
"description": """
POS Usability
=============
- Sales Details report : add sub total amount by tax
authors
-------
Akretion:
* David Béal <david.beal@akretion.com>
""",
"author": "Akretion",
"website": "http://www.akretion.com",
"depends": ["point_of_sale"],
"data": ["report/pos.xml"],
"installable": True,
}