TIP: You can type at any time to perform a new search.
Full salutation for partners, Dutch style
l10n_nl_partner_salutation · OCA/l10n-netherlands
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
salutationCharcompute='_compute_salutation'string='Salutation (letter)' -
salutation_addressCharcompute='_compute_salutation_address'string='Salutation (address)' -
salutation_address_manualCharargs: 'Manual salutation (address)' -
salutation_manualCharargs: 'Manual salutation (letter)' -
use_manual_salutationsBooleanargs: 'Enter salutations manually'
-
get_salutation_name(self)@api.multiReturn the name formatted for use in salutation. -
get_salutation_name_format(self)@api.modelReturn the name format for use in salutation. -
on_change_use_manual_salutations(self)@api.onchange('use_manual_salutations')Handle onchange event.
New fields (7)
-
activeBooleandefault=True -
postnominalCharstring='Postnominal' -
salutationChartranslate=True -
salutation_femaleCharstring='Salutation female' -
salutation_maleCharstring='Salutation male' -
shortcut_femaleCharstring='Shortcut female' -
shortcut_maleCharstring='Shortcut male'
No public methods.
Loading…
Loading…
Loading…