MIS Builder Total Committed Purchase

mis_builder_total_committed_purchase
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_total_committed_purchase
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Dũng (Trần Đình)
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
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mis_total_committed_purchase_tree_view mis.total.committed.purchase.tree mis.total.committed.purchase tree New
Models touched (1)

New fields (9)
  • account_id Many2one → account.account
    comodel_name='account.account'
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
  • company_id Many2one → res.company
    comodel_name='res.company'
  • credit Float
  • date Date
  • debit Float
  • name Char
  • product_id Many2one → product.product
    comodel_name='product.product'
  • purchase_order_id Many2one → purchase.order
    comodel_name='purchase.order'
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/15.0/mis_builder_total_committed_purchase
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Maksym Yankin, Camille Morand
WEBSITE
WEBSITEhttps://github.com/OCA/mis-builder-contrib
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:43
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
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mis_total_committed_purchase_tree_view mis.total.committed.purchase.tree mis.total.committed.purchase tree New
Models touched (1)

New fields (10)
  • account_id Many2one → account.account
    comodel_name='account.account'
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' string='Analytic Account'
  • analytic_tag_ids Many2many → account.analytic.tag
    column1='mis_total_committed_purchase_id' column2='account_analytic_tag_id' comodel_name='account.analytic.tag' relation='mis_total_committed_purchase_tag_rel' string='Analytic Tags'
  • company_id Many2one → res.company
    comodel_name='res.company'
  • credit Float
  • date Date
  • debit Float
  • name Char
  • product_id Many2one → product.product
    comodel_name='product.product'
  • purchase_order_id Many2one → purchase.order
    comodel_name='purchase.order'
Public methods (1)
  • init(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/mis-builder-contrib
PULL REQUEST
PULL REQUEST[17.0][MIG] mis_builder_total_committed_purchase: Migration to 17.0 (#54)