Repository
OCA/credit-control · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.32 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/credit-control
Last tracking update
2026-08-07 08:23:13
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp
Committers
Carlos Lopez, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of accountcredit_control to add
the notion of dunning fees on credit control lines.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
add_dunning_fees_on_policy add dunning fees on policy credit.control.policy form Inherits account_credit_control.credit_control_policy_form
add_fees_on_credit_control_line add fees on credit control line credit.control.line tree Inherits account_credit_control.credit_control_line_tree
add_fees_on_credit_control_line_from add fees on credit control line form credit.control.line form Inherits account_credit_control.credit_control_line_form
report_credit_control_summary_document_fees report_credit_control_summary_document_fees ir.ui.view qweb Inherits account_credit_control.report_credit_control_summary_document
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • balance_due_total Float
    compute='_compute_balance_due' string='Balance due with fees'
  • dunning_fees_amount Float
    string='Fees'
Public methods (0)

No public methods.

New fields (4)
  • dunning_currency_id Many2one → res.currency
    help="Currency of the dunning fees. If empty, it takes the company's currency." string='Fees currency' args: 'res.currency'
  • dunning_fees_type Selection
    default='fixed' string='Type' args: [('fixed', 'Fixed')]
  • dunning_fixed_amount Float
    string='Fees Fixed Amount'
  • dunning_product_id Many2one → product.product
    string='Fees Product' args: 'product.product'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…