[MIG] pos_usability to v14

This commit is contained in:
Alexis de Lattre
2021-02-01 13:41:38 +01:00
parent d64262099b
commit ca6de3adf6
7 changed files with 127 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
# Copyright 2014-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "POS Usability",
"version": "12.0.1.0.0",
"version": "14.0.1.0.0",
"category": "Point of sale",
"license": "AGPL-3",
"summary": "Misc usability improvement for point of sale",
@@ -24,6 +26,10 @@ Akretion:
"author": "Akretion",
"website": "http://www.akretion.com",
"depends": ["point_of_sale"],
"data": ["report/pos.xml"],
"installable": False,
"data": [
"report/pos.xml",
"views/pos_category.xml",
"views/product.xml",
],
"installable": True,
}