| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/mis-builder-contrib |
| GIT | |
| GIT | https://github.com/OCA/mis-builder-contrib.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/mis-builder-contrib/tree/17.0/mis_builder_analytic |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Yannis Burkhalter |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/mis-builder-contrib |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
init(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/mis-builder-contrib |
| GIT | |
| GIT | https://github.com/OCA/mis-builder-contrib.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/mis-builder-contrib/tree/16.0/mis_builder_analytic |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/mis-builder-contrib |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
init(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/mis-builder-contrib |
| GIT | |
| GIT | https://github.com/OCA/mis-builder-contrib.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/mis-builder-contrib/tree/14.0/mis_builder_analytic |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, oca-travis, Weblate, OCA-git-bot, Marcel Savegnago |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/mis-builder-contrib |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
init(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/mis-builder-contrib |
| GIT | |
| GIT | https://github.com/OCA/mis-builder-contrib.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/mis-builder-contrib/tree/12.0/mis_builder_analytic |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Marcel Savegnago |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/mis-builder |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - bus - web_tour - uom - analytic - portal - http_routing - digest - board |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlrd xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
init(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/mis-builder-contrib |
| GIT | |
| GIT | https://github.com/OCA/mis-builder-contrib.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/mis-builder-contrib/tree/11.0/mis_builder_analytic |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, ernesto |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/mis-builder |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - bus - web_tour - analytic - web_planner - portal - http_routing - board |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlrd xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
init(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/mis-builder-contrib |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] mis_builder_analytic: Migration to version 18.0 (#61) |