mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- New module itop-bridge-cmdb-ticket to cope with the need to install only the CMDB or/and ticketing - New module itop-structure to hold declarations required by iTop independently from ITIL. Note that these declarations should ideally be moved to application/datamodel.application.xml or core/datamodel.core.xml. Anyhow, the compiler suffers a few limitations and it has been decided to create this module as a workaround. - Split of known-error module into itop-faq-light and itop-knownerror-light
31 lines
698 B
XML
31 lines
698 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Set>
|
|
<Location alias="Location" id="1">
|
|
<name>Bordeaux</name>
|
|
<status>active</status>
|
|
<org_id>2</org_id>
|
|
<address></address>
|
|
<postal_code></postal_code>
|
|
<city></city>
|
|
<country></country>
|
|
</Location>
|
|
<Location alias="Location" id="2">
|
|
<name>Grenoble</name>
|
|
<status>active</status>
|
|
<org_id>2</org_id>
|
|
<address>24, rue Lamartine</address>
|
|
<postal_code>38320</postal_code>
|
|
<city>Eybens</city>
|
|
<country>France</country>
|
|
</Location>
|
|
<Location alias="Location" id="3">
|
|
<name>Paris</name>
|
|
<status>active</status>
|
|
<org_id>2</org_id>
|
|
<address>5, rue du Sentier</address>
|
|
<postal_code>75002</postal_code>
|
|
<city>Paris</city>
|
|
<country>France</country>
|
|
</Location>
|
|
</Set>
|