Repository
odoo/odoo · module folder
Module version
1.1
Category
Sales/Sales
Folder size
0.5 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-08 22:45:28
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Thibault Delavallée, Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Louis Wicket (wil), Dylan Kiss (dyki), Nguyễn Đại Dương, nihp-odoo, dijo-odoo, Krzysztof Magusiak (krma), igbe
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
base_location, l10n_br, l10n_br_base, l10n_cn_city, l10n_co_electronic_invoice, l10n_ir_states, l10n_mx_cfdi_account_addenda_mabe, l10n_mx_cfdi_waybill, l10n_pe, l10n_ro_city, l10n_tw
Description
Extended Addresses Management
=============================

This module provides the ability to choose a city from a list (in specific countries).

It is primarily used for EDIs that might need a special city code.
        

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
address_street_extended_city_form partner.form.address.extended.city_id res.partner form Inherits base.view_partner_form
address_street_extended_form partner.form.address.extended res.partner form New
view_city_filter res.city search New
view_city_tree res.city.list res.city list New
view_res_country_city_extended_form res.country form Inherits base.view_country_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (4)
  • country_id Many2one → res.country
    comodel_name='res.country' required=True string='Country'
  • name Char
    required=True translate=True args: 'Name'
  • state_id Many2one → res.country.state
    comodel_name='res.country.state' domain="[('country_id', '=', country_id)]" string='State'
  • zipcode Char
    args: 'Zip'
Public methods (0)

No public methods.

New fields (1)
  • enforce_cities Boolean
    help="Check this box to ensure every address created in that country has a 'City' chosen in the list of the country's cities." string='Enforce Cities'
Public methods (0)

No public methods.

New fields (5)
  • city_id Many2one → res.city
    comodel_name='res.city' string='City ID'
  • country_enforce_cities Boolean
    related='country_id.enforce_cities'
  • street_name Char
    compute='_compute_street_data' inverse='_inverse_street_data' store=True args: 'Street Name'
  • street_number Char
    compute='_compute_street_data' inverse='_inverse_street_data' store=True args: 'House'
  • street_number2 Char
    compute='_compute_street_data' inverse='_inverse_street_data' store=True args: 'Door'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…