TIP: You can type at any time to perform a new search.
Extended Addresses
base_address_extended · odoo/odoo
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → res.countrycomodel_name='res.country'required=Truestring='Country' -
nameCharrequired=Truetranslate=True args: 'Name' -
state_idMany2one → res.country.statecomodel_name='res.country.state'domain="[('country_id', '=', country_id)]"string='State' -
zipcodeCharargs: 'Zip'
No public methods.
New fields (1)
-
enforce_citiesBooleanhelp="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'
No public methods.
New fields (5)
-
city_idMany2one → res.citycomodel_name='res.city'string='City ID' -
country_enforce_citiesBooleanrelated='country_id.enforce_cities' -
street_nameCharcompute='_compute_street_data'inverse='_inverse_street_data'store=True args: 'Street Name' -
street_numberCharcompute='_compute_street_data'inverse='_inverse_street_data'store=True args: 'House' -
street_number2Charcompute='_compute_street_data'inverse='_inverse_street_data'store=True args: 'Door'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…