MIS Builder Contract

mis_builder_contract
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_contract
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, juancarlosonate-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/mis-builder-contrib
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/contract:
    - contract
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 adds a new model for Actuals(alternative) MIS data sources based on
the calculation of virtual lines generated according to the contract line dates,
amounts, and recurrence intervals, for both customers and vendors.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mis_contract_line_view_form mis.contract.line.form mis.contract.line form New
mis_contract_line_view_tree mis.contract.analytic.line.tree mis.contract.line tree New
Models touched (1)

New fields (10)
  • account_id Many2one → account.account
    string='Account' args: 'account.account'
  • company_id Many2one → res.company
    string='Company' args: 'res.company'
  • contract_line_id Many2one → contract.line
    string='Contract Line' args: 'contract.line'
  • credit Float
  • date Date
  • debit Float
  • product_id Many2one → product.product
    string='Product' args: 'product.product'
  • quantity Integer
  • repetitions Integer
  • specific_price Float
Public methods (0)

No public methods.