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
27
pos_dashboard_cooperative/__manifest__.py
Normal file
27
pos_dashboard_cooperative/__manifest__.py
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2026 Criptomart
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "POS Dashboard Cooperative",
|
||||
"version": "16.0.1.0.0",
|
||||
"summary": "Real-time BI dashboards for cooperative supermarkets (POS)",
|
||||
"license": "AGPL-3",
|
||||
"author": "Criptomart, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/pos",
|
||||
"category": "Point of Sale",
|
||||
"depends": [
|
||||
"point_of_sale",
|
||||
"cooperator",
|
||||
"pos_margin",
|
||||
"web_dashboard_tile",
|
||||
"web_pivot_computed_measure",
|
||||
],
|
||||
"data": [
|
||||
"report/pos_order_report_views.xml",
|
||||
"views/pos_order_report_member_views.xml",
|
||||
"views/pos_order_report_category_views.xml",
|
||||
"views/pos_order_report_time_views.xml",
|
||||
"views/dashboard_tiles.xml",
|
||||
"views/menus.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue