SimoRubi
6 years ago
committed by
Alexandre Díaz
12 changed files with 151 additions and 35 deletions
-
73base_location_nuts/README.rst
-
4base_location_nuts/__manifest__.py
-
1base_location_nuts/models/res_partner_nuts.py
-
9base_location_nuts/readme/CONFIGURE.rst
-
5base_location_nuts/readme/CONTRIBUTORS.rst
-
13base_location_nuts/readme/DESCRIPTION.rst
-
5base_location_nuts/readme/INSTALL.rst
-
3base_location_nuts/readme/USAGE.rst
-
61base_location_nuts/tests/test_base_location_nuts.py
-
3base_location_nuts/views/res_partner_nuts_view.xml
-
7base_location_nuts/wizard/nuts_import.py
-
2base_location_nuts/wizard/nuts_import_view.xml
@ -0,0 +1,9 @@ |
|||
After installation, you must click at import wizard to populate NUTS items |
|||
in Odoo database in: |
|||
Sales > Configuration > Address Book > Import NUTS 2013 |
|||
|
|||
This wizard will download from Europe RAMON service the metadata to |
|||
build NUTS in Odoo. Each localization addon (l10n_es_location_nuts, |
|||
l10n_de_location_nuts, ...) will inherit this wizard and |
|||
relate each NUTS item with states. So if you install a new localization addon |
|||
you must re-build NUTS clicking this wizard again. |
@ -0,0 +1,5 @@ |
|||
* Rafael Blasco <rafael.blasco@tecnativa.com> |
|||
* Antonio Espinosa <antonio.espinosa@tecnativa.com> |
|||
* Jairo Llopis <jairo.llopis@tecnativa.com> |
|||
* David Vidal <david.vidal@tecnativa.com> |
|||
* Simone Rubino <simone.rubino@agilebg.com> |
@ -0,0 +1,13 @@ |
|||
This module allows to import NUTS locations. |
|||
|
|||
Creates four new fields in Partner object, one per NUTS level |
|||
|
|||
* NUTS L1: Country level |
|||
* NUTS L2: Normally state or big region level |
|||
* NUTS L3: Normally substate or state level |
|||
* NUTS L4: Normally small region or province level |
|||
|
|||
This module allows to set the flag *Not updatable* in a NUTS region so that it gets no more updated nor deleted by the import wizard. |
|||
|
|||
Usually NUTS regions have to stay updated with the real ones, but the user may want to update a region's field (name, parent, ...) or create a new ones. |
|||
With this module, flagging such records as *Not updatable* prevents them from being overwritten or deleted by the import wizard. |
@ -0,0 +1,5 @@ |
|||
We recommend to install another addon (one for each country) in order to relate |
|||
NUTS with states defined by each localization addon, for example: |
|||
|
|||
* l10n_es_location_nuts : Spanish Provinces (NUTS level 4) related to Partner State |
|||
* l10n_de_location_nuts : German states (NUTS level 2) related to Partner State |
@ -0,0 +1,3 @@ |
|||
Only Administrator can manage NUTS list (it is not neccesary because |
|||
it is an European convention) but any registered user can read them, |
|||
in order to allow to assign them to partner object. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue