Credit Control for the Netherlands

l10n_nl_account_credit_control
REPOSITORY
REPOSITORYOCA/l10n-netherlands
GIT
GIThttps://github.com/OCA/l10n-netherlands.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-netherlands/tree/11.0/l10n_nl_account_credit_control
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Onestein
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Onestein
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot, tarteo
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-netherlands
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (6)
  • 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'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (1)
  • calculate_fee(self, amount)
    @api.multi

New fields (6)
  • 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
Public methods (0)

No public methods.