- Improved version of the setup wizard with asynchronous data load

SVN:code[36]
This commit is contained in:
Denis Flaven
2009-04-14 16:46:36 +00:00
parent 74da660194
commit 38d28b1b4e
32 changed files with 7622 additions and 461 deletions

19
setup/data/04.teams.xml Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<Set>
<bizTeam id="26">
<name>Application support</name>
<status>implementation</status>
<org_id>3</org_id>
<email>application@mecanorama.com</email>
<phone>33456456788</phone>
<location_id>29</location_id>
</bizTeam>
<bizTeam id="8">
<name>ITOP admin team</name>
<status>production</status>
<org_id>3</org_id>
<email>combodo@gmail.com</email>
<phone>33123453612</phone>
<location_id>1</location_id>
</bizTeam>
</Set>