Repository
OCA/spreadsheet · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/spreadsheet
Last tracking update
2026-08-07 09:06:26
Authors
Odoo Community Association (OCA), CreuBlanca
Maintainers
Odoo Community Association (OCA), CreuBlanca
Committers
OCA-git-bot, oca-ci, Chris Mann
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to edit spreadsheet dashboards using OCA Spreadsheet
editor.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
spreadsheet_dashboard_tree_view spreadsheet.dashboard.tree (in spreadsheet_dashboard_oca) spreadsheet.dashboard list Inherits spreadsheet_dashboard.spreadsheet_dashboard_view_list
spreadsheet_spreadsheet_import_form_view spreadsheet.spreadsheet.import.form (in spreadsheet_dashboard_oca) spreadsheet.spreadsheet.import form Inherits spreadsheet_oca.spreadsheet_spreadsheet_import_form_view
spreadsheet_to_dashboard_view_form spreadsheet.to.dashboard.view.form spreadsheet.to.dashboard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • active Boolean
    default=True
  • can_edit Boolean
    compute='_compute_can_edit' search='_search_can_edit'
Public methods (0)

No public methods.

New fields (2)
  • dashboard_group_id Many2one → spreadsheet.dashboard.group
    args: 'spreadsheet.dashboard.group'
  • dashboard_id Many2one → spreadsheet.dashboard
    args: 'spreadsheet.dashboard'
Public methods (0)

No public methods.

New fields (4)
  • dashboard_group_id Many2one → spreadsheet.dashboard.group
    required=True string='Dashboard Section' args: 'spreadsheet.dashboard.group'
  • group_ids Many2many → res.groups
    default=<expr> string='User Groups' args: 'res.groups'
  • name Char
    compute='_compute_name' precompute=True readonly=False required=True store=True args: 'Dashboard Name'
  • spreadsheet_id Many2one → spreadsheet.spreadsheet
    readonly=True required=True args: 'spreadsheet.spreadsheet'
Public methods (1)
  • create_dashboard(self)

Loading…

Loading…

Loading…