mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
- Improved version of the setup wizard with asynchronous data load
SVN:code[36]
This commit is contained in:
15
setup/data/01.organizations.xml
Normal file
15
setup/data/01.organizations.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizOrganization id="3">
|
||||
<name>Demo</name>
|
||||
<code>MCO</code>
|
||||
<status>implementation</status>
|
||||
<parent_id>3</parent_id>
|
||||
</bizOrganization>
|
||||
<bizOrganization id="6">
|
||||
<name>Oracle</name>
|
||||
<code>ORA</code>
|
||||
<status>production</status>
|
||||
<parent_id>6</parent_id>
|
||||
</bizOrganization>
|
||||
</Set>
|
||||
Reference in New Issue
Block a user