TIP: You can type at any time to perform a new search.
Partner Credit Limit History
partner_credit_limit_history · OCA/credit-control
- Repository
- OCA/credit-control · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Credit Control
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/credit-control
- Last tracking update
- 2026-08-07 07:38:32
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Víctor Martínez, OCA-git-bot, oca-travis
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
partner_credit_limit_wizard_form |
Partner credit limit wizard | partner.credit.limit.wizard | form | New |
view_partner_credit_form |
Partner Credit Form | res.partner | form | Inherits base.view_partner_form |
view_partner_credit_history_tree |
Partner Credit Form | res.partner.credit.history | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (3)
-
amountFloatrequired=Truestring='New Amount' -
noteCharrequired=Truestring='Reason' -
partner_idMany2one → res.partnercomodel_name='res.partner'required=Truestring='Partner'
-
action_confirm(self)We will need to apply sudo because regular user does not have creation permissions.
New fields (1)
-
credit_history_idsOne2many → res.partner.credit.historycomodel_name='res.partner.credit.history'copy=Falseinverse_name='partner_id'string='Credit History'
No public methods.
New fields (4)
-
new_amountFloatstring='New Amount' -
noteCharrequired=Truestring='Reason' -
partner_idMany2one → res.partnercomodel_name='res.partner'index=Trueondelete='cascade'required=True -
previous_amountFloatstring='Previous Amount'
No public methods.