MIS Builder Analytic

mis_builder_analytic
REPOSITORY
REPOSITORYOCA/mis-builder-contrib
GIT
GIThttps://github.com/OCA/mis-builder-contrib.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/mis-builder-contrib/tree/17.0/mis_builder_analytic
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Yannis Burkhalter
WEBSITE
WEBSITEhttps://github.com/OCA/mis-builder-contrib
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
    - spreadsheet_dashboard
    - spreadsheet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to create a MIS report using Analytic entries as
data source

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mis_account_analytic_line_view_form mis.account.analytic.line.form mis.account.analytic.line form New
mis_account_analytic_line_view_tree mis.account.analytic.line.tree mis.account.analytic.line tree New
Models touched (1)

New fields (9)
  • account_id Many2one → account.account
    comodel_name='account.account' string='Account'
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' string='Analytic Account'
  • analytic_line_id Many2one → account.analytic.line
    comodel_name='account.analytic.line' string='Analytic entry'
  • balance Float
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • credit Float
  • date Date
  • debit Float
  • state Selection
    string='Status' args: [('draft', 'Unposted'), ('posted', 'Posted')]
Public methods (1)
  • init(self)
REPOSITORY
REPOSITORYOCA/mis-builder-contrib
GIT
GIThttps://github.com/OCA/mis-builder-contrib.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/mis-builder-contrib/tree/16.0/mis_builder_analytic
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSStéphane Bidoul, Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/mis-builder-contrib
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:54:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
    - spreadsheet_dashboard
    - spreadsheet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mis_account_analytic_line_view_form mis.account.analytic.line.form mis.account.analytic.line form New
mis_account_analytic_line_view_tree mis.account.analytic.line.tree mis.account.analytic.line tree New
Models touched (1)

New fields (10)
  • account_id Many2one → account.account
    comodel_name='account.account' string='Account'
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' string='Analytic Account'
  • analytic_line_id Many2one → account.analytic.line
    comodel_name='account.analytic.line' string='Analytic entry'
  • balance Float
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • credit Float
  • date Date
  • debit Float
  • move_line_id Many2one → account.move.line
    comodel_name='account.move.line' string='Journal Item'
  • state Selection
    string='Status' args: [('draft', 'Unposted'), ('posted', 'Posted')]
Public methods (1)
  • init(self)
REPOSITORY
REPOSITORYOCA/mis-builder-contrib
GIT
GIThttps://github.com/OCA/mis-builder-contrib.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/mis-builder-contrib/tree/14.0/mis_builder_analytic
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSEnric Tobella, oca-travis, Weblate, OCA-git-bot, Marcel Savegnago
WEBSITE
WEBSITEhttps://github.com/OCA/mis-builder-contrib
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mis_account_analytic_line_view_form mis.account.analytic.line.form mis.account.analytic.line form New
mis_account_analytic_line_view_tree mis.account.analytic.line.tree mis.account.analytic.line tree New
Models touched (1)

New fields (9)
  • account_id Many2one → account.account
    comodel_name='account.account' string='Account'
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' string='Analytic Account'
  • analytic_line_id Many2one → account.analytic.line
    comodel_name='account.analytic.line' string='Analytic entry'
  • balance Float
    string='Balance'
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • credit Float
    string='Credit'
  • date Date
  • debit Float
    string='Debit'
  • state Selection
    string='Status' args: [('draft', 'Unposted'), ('posted', 'Posted')]
Public methods (1)
  • init(self)
REPOSITORY
REPOSITORYOCA/mis-builder-contrib
GIT
GIThttps://github.com/OCA/mis-builder-contrib.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/mis-builder-contrib/tree/12.0/mis_builder_analytic
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Marcel Savegnago
WEBSITE
WEBSITEhttps://github.com/OCA/mis-builder
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
OCA/web:
    - web_widget_color
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mis_account_analytic_line_view_form mis.account.analytic.line.form mis.account.analytic.line form New
mis_account_analytic_line_view_tree mis.account.analytic.line.tree mis.account.analytic.line tree New
Models touched (1)

New fields (8)
  • account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' string='Account'
  • analytic_line_id Many2one → account.analytic.line
    comodel_name='account.analytic.line' string='Analytic entry'
  • balance Float
    string='Balance'
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • credit Float
    string='Credit'
  • date Date
  • debit Float
    string='Debit'
  • state Selection
    string='Status' args: [('draft', 'Unposted'), ('posted', 'Posted')]
Public methods (1)
  • init(self)
    @api.model_cr
REPOSITORY
REPOSITORYOCA/mis-builder-contrib
GIT
GIThttps://github.com/OCA/mis-builder-contrib.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/mis-builder-contrib/tree/11.0/mis_builder_analytic
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, ernesto
WEBSITE
WEBSITEhttps://github.com/OCA/mis-builder
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
OCA/web:
    - web_widget_color
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mis_account_analytic_line_view_form mis.account.analytic.line.form mis.account.analytic.line form New
mis_account_analytic_line_view_tree mis.account.analytic.line.tree mis.account.analytic.line tree New
Models touched (1)

New fields (8)
  • account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' string='Account'
  • analytic_line_id Many2one → account.analytic.line
    comodel_name='account.analytic.line' string='Analytic entry'
  • balance Float
    string='Balance'
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • credit Float
    string='Credit'
  • date Date
  • debit Float
    string='Debit'
  • state Selection
    string='Status' args: [('draft', 'Unposted'), ('posted', 'Posted')]
Public methods (1)
  • init(self)
    @api.model_cr
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/mis-builder-contrib
PULL REQUEST
PULL REQUEST[18.0][MIG] mis_builder_analytic: Migration to version 18.0 (#61)