24 lines
810 B
Python
24 lines
810 B
Python
# Copyright 2014 Ignacio Ibeas <ignacio@acysos.com>
|
|
# Copyright 2020 Santi Noreña <santi@criptomart.net>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "POS Balace Multishop",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Point of sale",
|
|
"summary": "Add multiple code for balance products for each shop.",
|
|
"description": "Add multiple code for balance products for each shop.",
|
|
"depends": ["base", "point_of_sale"],
|
|
"author": "Acysos S.L., Criptomart S.L.L.",
|
|
"website": "http://www.acysos.com, https://criptomart.net",
|
|
"license": "AGPL-3",
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/product_view.xml",
|
|
"views/sale_view.xml",
|
|
],
|
|
"demo": [],
|
|
"test": [],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|