Management Information System reports for Odoo: easily build super fast, beautiful, custom reports such as P&L, Balance Sheets and more.
  • Python 73.6%
  • HTML 22.2%
  • JavaScript 3.5%
  • SCSS 0.7%
Find a file
mymage e31b63f279 Translated using Weblate (Italian)
Currently translated at 100.0% (303 of 303 strings)

Translation: mis-builder-18.0/mis-builder-18.0-mis_builder
Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder/it/
2026-03-17 11:45:04 +00:00
.github [IMP] update dotfiles 2025-02-01 16:50:04 +00:00
docs document custom fields in accounting expressions 2025-10-27 18:41:34 +01:00
mis_builder Translated using Weblate (Italian) 2026-03-17 11:45:04 +00:00
mis_builder_budget Translated using Weblate (Russian) 2026-02-13 14:09:46 +00:00
mis_builder_demo Translated using Weblate (Italian) 2025-11-28 10:43:42 +00:00
setup/_metapackage [BOT] post-merge updates 2025-06-03 14:35:44 +00:00
.copier-answers.yml User copier source that is compatible with renovate 2026-02-22 17:39:45 +01:00
.coveragerc update 10.0 branch after move from account-financial-reporting 2017-09-29 23:02:15 +02:00
.editorconfig Update pre-commit config 2020-02-09 12:46:54 +01:00
.gitattributes Update .gitattributes 2019-01-13 22:21:24 +01:00
.gitignore [IMP] update dotfiles for 18.0 2024-10-05 16:03:05 +02:00
.pre-commit-config.yaml [MIG] mis_builder_demo to 18.0 2025-06-03 16:26:28 +02:00
.pylintrc [IMP] update dotfiles for 18.0 2024-10-05 16:03:05 +02:00
.pylintrc-mandatory [IMP] update dotfiles for 18.0 2024-10-05 16:03:05 +02:00
.ruff.toml [IMP] update dotfiles 2025-02-01 16:50:04 +00:00
checklog-odoo.cfg [IMP] update dotfiles 2025-02-01 16:50:04 +00:00
CONTRIBUTING.md Update dotfiles from copier template 2020-10-04 19:39:24 +02:00
eslint.config.cjs [IMP] mis_builder: improve ui by adding button to resize report instance 2025-06-04 15:53:11 +02:00
LICENSE Update dotfiles from copier template 2020-10-04 19:39:24 +02:00
oca_dependencies.txt [MIG][11.0] mis_builder 2018-01-13 16:29:47 +01:00
prettier.config.cjs [IMP] update dotfiles 2024-10-16 18:20:39 +02:00
README.md [BOT] post-merge updates 2026-02-20 11:56:35 +00:00
renovate.json Disable renovate dependency dashboard 2026-02-22 18:40:13 +01:00
test-requirements.txt [IMP] mis_builder: use odoo_test_helper in tests 2023-06-12 16:55:50 +02:00

Support the OCA

MIS Builder

Runboat Pre-commit Status Build Status codecov Translation Status

Management Information System reports for Odoo: easily build super fast, beautiful, custom reports such as P&L, Balance Sheets and more.

This project implements a class of reports where KPI (Key Performance Indicators) are displayed in rows, and time periods in columns. It focuses on very fast reporting on accounting data but can also use data from any other Odoo model.

It features the following key characteristics:

  • User configurable: end users can create new report templates without development, using simple Excel-like formulas.
  • Very fast balance reporting for accounting data, even on million lines databases and very complex account charts.
  • Use the same template for different reports.
  • Compare data over different time periods.
  • User-configurable styles, rendered perfectly in the UI as well as Excel and PDF exports.
  • Interactive display with drill-down.
  • Export to PDF and Excel.
  • A budgeting module.
  • Evaluate KPI over various data sources, such as actuals, simulation, committed costs (some custom development is required to create the data source).
  • For developers, the accounting balance computation engine is exposed as an easy to use API.

Here are some presentations:

Available addons

addon version maintainers summary
mis_builder 18.0.1.8.1 sbidoul Build 'Management Information System' Reports and Dashboards
mis_builder_budget 18.0.2.0.0 sbidoul Create budgets for MIS reports
mis_builder_demo 18.0.1.0.0 sbidoul Demo addon for MIS Builder

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.