Partner Credit Limit History

partner_credit_limit_history
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/13.0/partner_credit_limit_history
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCredit Control
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
partner_credit_limit_wizard_form Partner credit limit wizard partner.credit.limit.wizard form New
view_partner_credit_form Partner Credit Form res.partner page Inherits base.view_partner_form
view_partner_credit_history_tree Partner Credit Form res.partner.credit.history tree New
Models touched (3)

New fields (3)
  • amount Float
    required=True string='New Amount'
  • note Char
    required=True string='Reason'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=True string='Partner'
Public methods (1)
  • action_confirm(self)
    We will need to apply sudo because regular user does not have creation permissions.

New fields (1)
  • credit_history_ids One2many → res.partner.credit.history
    comodel_name='res.partner.credit.history' copy=False inverse_name='partner_id' string='Credit History'
Public methods (0)

No public methods.

New fields (4)
  • new_amount Float
    string='New Amount'
  • note Char
    required=True string='Reason'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' index=True ondelete='cascade' required=True
  • previous_amount Float
    string='Previous Amount'
Public methods (0)

No public methods.