add spreadsheet_dashboard_pos_cooperative & pos_dashboard_cooperative

This commit is contained in:
Luis 2026-06-05 19:55:00 +02:00
parent 86101218e9
commit 5247938b86
34 changed files with 7974 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# 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,
}