20 lines
636 B
Python
20 lines
636 B
Python
# Copyright 2026 Criptomart
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Spreadsheet dashboard for POS cooperative",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Hidden",
|
|
"summary": "Spreadsheet dashboards for cooperative supermarkets POS",
|
|
"license": "AGPL-3",
|
|
"author": "Criptomart, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/pos",
|
|
"depends": [
|
|
"spreadsheet_dashboard",
|
|
"pos_dashboard_cooperative",
|
|
],
|
|
"data": [
|
|
"data/dashboards.xml",
|
|
],
|
|
"auto_install": ["pos_dashboard_cooperative"],
|
|
"installable": True,
|
|
}
|