TIP: You can type at any time to perform a new search.
Credit control dunning fees
account_credit_control_dunning_fees · OCA/credit-control
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_totalFloatcompute='_compute_balance_due'string='Balance due with fees' -
dunning_fees_amountFloatstring='Fees'
No public methods.
New fields (4)
-
dunning_currency_idMany2one → res.currencyhelp="Currency of the dunning fees. If empty, it takes the company's currency."string='Fees currency' args: 'res.currency' -
dunning_fees_typeSelectiondefault='fixed'string='Type' args: [('fixed', 'Fixed')] -
dunning_fixed_amountFloatstring='Fees Fixed Amount' -
dunning_product_idMany2one → product.productstring='Fees Product' args: 'product.product'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…