Repository
OCA/l10n-netherlands · module folder · Try on Runboat
Module version
1.1.0
Category
Localization
Folder size
0.54 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
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
l10n_nl_postcodeapi
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • max_zip Integer
    required=True args: 'High boundary of zip code area'
  • min_zip Integer
    required=True args: 'Low boundary of zip code area'
  • state_id Many2one → res.country.state
    required=True args: 'res.country.state'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals)
    @api.model
    Make sure that after create state has been set from zip where possible.
  • onchange_zip_country_id(self)
    @api.onchange('zip')
    Set state when zip changes.
  • write(self, vals)
    @api.multi
    Make sure that after write state has been set from zip where possible.

Loading…

Loading…