Romania - City

l10n_ro_city
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/19.0/l10n_ro_city
VERSION
VERSION 1.9.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Terrabit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Terrabit
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Dorin Hongu
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_config
odoo/odoo:
    - base_address_extended
    - base
    - contacts
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - l10n_ro
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
    - account_edi_ubl_cii
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds to the database the nomenclature of localities from
Romania

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_city_tree res.city field Inherits base_address_extended.view_city_tree
Models touched (3)

New fields (3)
  • l10n_ro_municipality Char
    string='Romania - Municipality'
  • l10n_ro_siruta Char
    string='Romania - Siruta'
  • zipcode Char
    index=True
Public methods (0)

No public methods.

New fields (1)
  • l10n_ro_prefix_zip Char
    string='Romania - Prefix Zip'
Public methods (0)

No public methods.

New fields (1)
  • city_id Many2one → res.city
    domain="[('state_id','=',state_id)]" args: 'res.city'
Public methods (2)
  • onchange_state(self)
    @api.onchange('state_id')
  • onchange_zip(self)
    @api.onchange('zip')
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/18.0/l10n_ro_city
VERSION
VERSION 1.10.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Terrabit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Terrabit
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Dorin Hongu, oca-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_config
odoo/odoo:
    - base_address_extended
    - base
    - contacts
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - l10n_ro
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Acest modul adaugă în bază de date nomenclatorul localităților din România (SIRUTA) și județele, oferind funcționalități extinse pentru gestionarea adreselor:

  - Funcționalități:

    - Nomenclator SIRUTA: include localitățile din România cu codurile SIRUTA aferente.
    - Personalizare afișare localități: numele localității este afișat împreună cu codul județului și, dacă este cazul, numele municipiului de care aparține (ex: "Localitate (Municipiu) (CJ)").
    - Automatizare pe baza codului poștal:
      - Completarea automată a județului pe baza primelor două cifre ale codului poștal.
      - Completarea automată a localității (inclusiv tratarea specială a sectoarelor din București pentru codurile poștale specifice).
      - Validarea consistenței între județ și codul poștal introdus.
    - Normalizare cod poștal: asigură formatarea corectă a codului poștal la 6 cifre.
    - Extindere model județe: adaugă prefixul de cod poștal specific fiecărui județ.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_city_tree res.city field Inherits base_address_extended.view_city_tree
Models touched (3)

New fields (3)
  • l10n_ro_municipality Char
    string='Romania - Municipality'
  • l10n_ro_siruta Char
    string='Romania - Siruta'
  • zipcode Char
    index=True
Public methods (0)

No public methods.

New fields (1)
  • l10n_ro_prefix_zip Char
    string='Romania - Prefix Zip'
Public methods (0)

No public methods.

New fields (1)
  • city_id Many2one → res.city
    domain="[('state_id','=',state_id)]" args: 'res.city'
Public methods (3)
  • get_zip_from_city(self)
  • onchange_state(self)
    @api.onchange('state_id')
  • onchange_zip(self)
    @api.onchange('zip')
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/17.0/l10n_ro_city
VERSION
VERSION 1.7.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Terrabit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Terrabit
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Dorin Hongu, Răzvan Ioan Anastasescu
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_config
odoo/odoo:
    - base_address_extended
    - base
    - contacts
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - l10n_ro
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Acest modul adaugă în bază de date nomenclatorul localităților din România (SIRUTA) și județele, oferind funcționalități extinse pentru gestionarea adreselor:

  - Funcționalități:

    - Nomenclator SIRUTA: include localitățile din România cu codurile SIRUTA aferente.
    - Personalizare afișare localități: numele localității este afișat împreună cu codul județului și, dacă este cazul, numele municipiului de care aparține (ex: "Localitate (Municipiu) (CJ)").
    - Automatizare pe baza codului poștal:
      - Completarea automată a județului pe baza primelor două cifre ale codului poștal.
      - Completarea automată a localității (inclusiv tratarea specială a sectoarelor din București pentru codurile poștale specifice).
      - Validarea consistenței între județ și codul poștal introdus.
    - Normalizare cod poștal: asigură formatarea corectă a codului poștal la 6 cifre.
    - Extindere model județe: adaugă prefixul de cod poștal specific fiecărui județ.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_city_tree res.city field Inherits base_address_extended.view_city_tree
Models touched (3)

New fields (3)
  • l10n_ro_municipality Char
    string='Romania - Municipality'
  • l10n_ro_siruta Char
    string='Romania - Siruta'
  • zipcode Char
    index=True
Public methods (0)

No public methods.

New fields (1)
  • l10n_ro_prefix_zip Char
    string='Romania - Prefix Zip'
Public methods (0)

No public methods.

New fields (1)
  • city_id Many2one → res.city
    domain="[('state_id','=',state_id)]" args: 'res.city'
Public methods (2)
  • onchange_state(self)
    @api.onchange('state_id')
  • onchange_zip(self)
    @api.onchange('zip')
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_city
VERSION
VERSION 3.8.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Terrabit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Terrabit
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Mihai Fekete, oca-ci, Dorin Hongu, Ubuntu
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_config
odoo/odoo:
    - base_address_extended
    - base
    - l10n_ro
    - account
    - base_setup
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_city_tree res.city field Inherits base_address_extended.view_city_tree
Models touched (3)

New fields (3)
  • l10n_ro_municipality Char
    string='Romania - Municipality'
  • l10n_ro_siruta Char
    string='Romania - Siruta'
  • zipcode Char
    index=True
Public methods (1)
  • name_get(self)

New fields (1)
  • l10n_ro_prefix_zip Char
    string='Romania - Prefix Zip'
Public methods (0)

No public methods.

New fields (1)
  • city_id Many2one → res.city
    domain="[('state_id','=',state_id)]" args: 'res.city'
Public methods (2)
  • onchange_state(self)
    @api.onchange('state_id')
  • onchange_zip(self)
    @api.onchange('zip')
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/15.0/l10n_ro_city
VERSION
VERSION 3.6.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Terrabit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Terrabit
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, Mihai Fekete, oca-ci, Cojocaru Marcel, Dorin Hongu, Stana Natanaela
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_config
odoo/odoo:
    - base_address_city
    - base
    - l10n_ro
    - account
    - base_setup
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_city_tree res.city field Inherits base_address_city.view_city_tree
Models touched (3)

New fields (3)
  • l10n_ro_municipality Char
    string='Romania - Municipality'
  • l10n_ro_siruta Char
    string='Romania - Siruta'
  • zipcode Char
    index=True
Public methods (1)
  • name_get(self)

New fields (1)
  • l10n_ro_prefix_zip Char
    string='Romania - Prefix Zip'
Public methods (0)

No public methods.

New fields (1)
  • city_id Many2one → res.city
    domain="[('state_id','=',state_id)]" args: 'res.city'
Public methods (2)
  • onchange_state(self)
    @api.onchange('state_id')
  • onchange_zip(self)
    @api.onchange('zip')
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/14.0/l10n_ro_city
VERSION
VERSION 3.4.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Terrabit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Terrabit
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Mihai Fekete, oca-ci, Dorin Hongu
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_config
odoo/odoo:
    - base_address_city
    - base
    - l10n_ro
    - account
    - base_setup
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_city_tree res.city field Inherits base_address_city.view_city_tree
Models touched (3)

New fields (3)
  • l10n_ro_municipality Char
    string='Romania - Municipality'
  • l10n_ro_siruta Char
    string='Romania - Siruta'
  • zipcode Char
    index=True
Public methods (1)
  • name_get(self)

New fields (1)
  • l10n_ro_prefix_zip Char
    string='Romania - Prefix Zip'
Public methods (0)

No public methods.

New fields (1)
  • city_id Many2one → res.city
    domain="[('state_id','=',state_id)]" args: 'res.city'
Public methods (2)
  • onchange_state(self)
    @api.onchange('state_id')
  • onchange_zip(self)
    @api.onchange('zip')
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/13.0/l10n_ro_city
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Terrabit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Terrabit
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, OCA-git-bot, Mihai Fekete, Cojocaru Marcel, Dorin Hongu
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_address_city
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_city_tree res.city field Inherits base_address_city.view_city_tree
Models touched (2)

New fields (3)
  • municipality Char
    args: 'Municipality'
  • siruta Char
  • zipcode Char
    index=True
Public methods (1)
  • name_get(self)

New fields (1)
  • city_id Many2one → res.city
    domain="[('state_id','=',state_id)]" args: 'res.city'
Public methods (1)
  • onchange_state(self)
    @api.onchange('state_id')