diff --git a/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml b/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml
index bccec54cf..74bf238bb 100755
--- a/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml
+++ b/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml
@@ -2543,7 +2543,7 @@
case "depends on":
$aRels = array(
-
+ "volume" => array("sQuery"=>"SELECT LogicalVolume AS v JOIN lnkServerToVolume AS l1 ON l1.volume_id=v.id WHERE l1.server_id = :this->id", "bPropagate"=>true, "iDistance"=>10),
);
return array_merge($aRels, parent::GetRelationQueries($sRelCode));
break;
@@ -4546,7 +4546,7 @@
name
- true
+ false
lnkDocumentToPatch
@@ -4848,6 +4848,16 @@
true
+
+
+ yes
+ no
+
+ perpetual
+ no
+ false
+ list
+
@@ -4868,6 +4878,9 @@
-
50
+ -
+ 55
+
-
60
@@ -4884,6 +4897,9 @@
-
10
+ -
+ 15
+
-
20
@@ -4995,6 +5011,9 @@
-
60
+ -
+ 65
+
-
70
@@ -5017,6 +5036,9 @@
-
10
+ -
+ 15
+
-
20
@@ -5123,6 +5145,9 @@
-
60
+ -
+ 65
+
-
70
@@ -5142,6 +5167,9 @@
-
10
+ -
+ 15
+
-
20
@@ -5289,7 +5317,7 @@
name
- true
+ false
@@ -6519,7 +6547,7 @@
name
- true
+ false
diff --git a/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php
index 79d28c9ab..fefc93ae1 100755
--- a/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php
+++ b/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php
@@ -1150,6 +1150,12 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Licence/Attribute:end_date+' => '',
'Class:Licence/Attribute:licence_key' => 'Key',
'Class:Licence/Attribute:licence_key+' => '',
+ 'Class:Licence/Attribute:perpetual' => 'Perpetual',
+ 'Class:Licence/Attribute:perpetual+' => '',
+ 'Class:Licence/Attribute:perpetual/Value:no' => 'no',
+ 'Class:Licence/Attribute:perpetual/Value:no+' => 'no',
+ 'Class:Licence/Attribute:perpetual/Value:yes' => 'yes',
+ 'Class:Licence/Attribute:perpetual/Value:yes+' => 'yes',
'Class:Licence/Attribute:finalclass' => 'Type',
'Class:Licence/Attribute:finalclass+' => '',
));
@@ -1488,6 +1494,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:IPInterface/Attribute:ipaddress' => 'IP address',
'Class:IPInterface/Attribute:ipaddress+' => '',
+
'Class:IPInterface/Attribute:macaddress' => 'MAC address',
'Class:IPInterface/Attribute:macaddress+' => '',
'Class:IPInterface/Attribute:comment' => 'Comment',
@@ -1653,6 +1660,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Group/Attribute:type' => 'Type',
'Class:Group/Attribute:type+' => '',
'Class:Group/Attribute:parent_id' => 'Parent Group',
+
'Class:Group/Attribute:parent_id+' => '',
'Class:Group/Attribute:parent_name' => 'Name',
'Class:Group/Attribute:parent_name+' => '',
diff --git a/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php
index 6b570f6fd..ec6f9b1ee 100755
--- a/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php
+++ b/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php
@@ -1101,6 +1101,12 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Licence/Attribute:end_date+' => '',
'Class:Licence/Attribute:licence_key' => 'Clé',
'Class:Licence/Attribute:licence_key+' => '',
+ 'Class:Licence/Attribute:perpetual' => 'Perpetuelle',
+ 'Class:Licence/Attribute:perpetual+' => '',
+ 'Class:Licence/Attribute:perpetual/Value:no' => 'non',
+ 'Class:Licence/Attribute:perpetual/Value:no+' => 'non',
+ 'Class:Licence/Attribute:perpetual/Value:yes' => 'oui',
+ 'Class:Licence/Attribute:perpetual/Value:yes+' => 'oui',
'Class:Licence/Attribute:finalclass' => 'Type',
'Class:Licence/Attribute:finalclass+' => '',
));