add spreadsheet_dashboard_pos_cooperative & pos_dashboard_cooperative
This commit is contained in:
parent
86101218e9
commit
5247938b86
34 changed files with 7974 additions and 0 deletions
20
spreadsheet_dashboard_pos_cooperative/__manifest__.py
Normal file
20
spreadsheet_dashboard_pos_cooperative/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue