Repository
OCA/l10n-netherlands · module folder · Try on Runboat
Module version
1.0.0
Category
Contact management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-netherlands
Last tracking update
2026-08-07 07:32:02
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Ronald Portier, Weblate, OCA-git-bot, Tom Blauwendraat, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_partner_form res.partner form Inherits partner_contact_gender.view_personal_information_gender
view_partner_title_form res.partner.title form Inherits base.view_partner_title_form
view_partner_title_tree res.partner.title tree Inherits base.view_partner_title_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (5)
  • salutation Char
    compute='_compute_salutation' string='Salutation (letter)'
  • salutation_address Char
    compute='_compute_salutation_address' string='Salutation (address)'
  • salutation_address_manual Char
    args: 'Manual salutation (address)'
  • salutation_manual Char
    args: 'Manual salutation (letter)'
  • use_manual_salutations Boolean
    args: 'Enter salutations manually'
Public methods (3)
  • get_salutation_name(self)
    @api.multi
    Return the name formatted for use in salutation.
  • get_salutation_name_format(self)
    @api.model
    Return the name format for use in salutation.
  • on_change_use_manual_salutations(self)
    @api.onchange('use_manual_salutations')
    Handle onchange event.

New fields (7)
  • active Boolean
    default=True
  • postnominal Char
    string='Postnominal'
  • salutation Char
    translate=True
  • salutation_female Char
    string='Salutation female'
  • salutation_male Char
    string='Salutation male'
  • shortcut_female Char
    string='Shortcut female'
  • shortcut_male Char
    string='Shortcut male'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…