| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/18.0/account_dashboard_banner_mis_builder |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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! |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.