Account Dashboard Banner MIS Builder

account_dashboard_banner_mis_builder
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/18.0/account_dashboard_banner_mis_builder
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_dashboard_banner
OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
    - spreadsheet_dashboard
    - spreadsheet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to display MIS Builder KPIs in the accounting dashboard banner. That way, accountants can display any figure they want in the accounting dashboard banner!

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_dashboard_banner_cell_form account.dashboard.banner.cell field Inherits account_dashboard_banner.account_dashboard_banner_cell_form
account_dashboard_banner_cell_list account.dashboard.banner.cell field Inherits account_dashboard_banner.account_dashboard_banner_cell_list
Models touched (1)

New fields (7)
  • cell_type Selection
    ondelete={'mis_builder': 'cascade'} selection_add=[('mis_builder', 'MIS Builder KPI')]
  • mis_report_id Many2one
    related='mis_report_instance_id.report_id' store=True string='MIS Report Template'
  • mis_report_instance_id Many2one → mis.report.instance
    string='MIS Report' args: 'mis.report.instance'
  • mis_report_instance_period_id Many2one → mis.report.instance.period
    domain="[('report_instance_id', '=', mis_report_instance_id), ('source', 'in', ('actuals', 'actuals_alt'))]" string='MIS Report Period' args: 'mis.report.instance.period'
  • mis_report_kpi_id Many2one → mis.report.kpi
    domain="[('report_id', '=', mis_report_id)]" string='MIS Report KPI' args: 'mis.report.kpi'
  • mis_report_kpi_num_display_currency Boolean
    default=True string='Display Currency'
  • mis_report_kpi_type Selection
    related='mis_report_kpi_id.type'
Public methods (0)

No public methods.