| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-netherlands |
| GIT | |
| GIT | https://github.com/OCA/l10n-netherlands.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-netherlands/tree/11.0/l10n_nl_account_credit_control |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Localization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Onestein |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Onestein |
| COMMITTERS | |
| COMMITTERS | oca-travis, OCA-git-bot, tarteo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-netherlands |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_credit_control odoo/odoo: - base - account - base_setup - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
credit_control_policy_form |
credit.control.policy | xpath | Inherits account_credit_control.credit_control_policy_form | |
credit_mangement_policy_level_form |
credit.control.policy.level | xpath | Inherits account_credit_control.credit_mangement_policy_level_form | |
report_credit_control_summary_document |
report_credit_control_summary_document | ir.ui.view | qweb | Inherits account_credit_control.report_credit_control_summary_document |
custom_mail_text
Html
compute='_compute_fee'
custom_text
Text
compute='_compute_fee'
custom_text_after_details
Text
compute='_compute_fee'
fee
Monetary
compute='_compute_fee'
currency_field='currency_id'
fee_tax
Monetary
compute='_compute_fee'
currency_field='currency_id'
fee_without_tax
Monetary
compute='_compute_fee'
currency_field='currency_id'
No public methods.
currency_id
Many2one → res.currency
default=<expr>
required=True
args: 'res.currency'
fee_ids
One2many → credit.control.policy.fee
comodel_name='credit.control.policy.fee'
inverse_name='credit_control_policy_id'
string='Fees'
fee_tax_ids
Many2many → account.tax
comodel_name='account.tax'
string='Fee Taxes'
max_fee
Monetary
default=6775
string='Maximum Fee'
min_fee
Monetary
default=40
string='Minimum Fee'
calculate_fee(self, amount)
amount
Monetary
currency_field='currency_id'
string='Amount of the unpaid bill'
credit_control_policy_id
Many2one → credit.control.policy
comodel_name='credit.control.policy'
required=True
currency_id
Many2one → res.currency
related='credit_control_policy_id.currency_id'
required=True
args: 'res.currency'
fee
Float
string='Fee (%)'
fee_percentage
Float
compute='_compute_fee_percentage'
sequence
Integer
No public methods.