New: Ajoute la notion de version aux modules.

This commit is contained in:
Laurent Destailleur
2005-01-28 21:24:23 +00:00
parent 1cf0885f3b
commit 01dfca7bfb
28 changed files with 56 additions and 11 deletions

View File

@@ -51,7 +51,8 @@ class modClickToDial extends DolibarrModules
$this->family = "technic";
$this->name = "ClickToDial";
$this->description = "Gestion du click to dial (experimental)";
$this->description = "Gestion du Click To Dial";
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
$this->const_name = "MAIN_MODULE_CLICKTODIAL";
$this->const_config = MAIN_MODULE_CLICKTODIAL;
$this->special = 1;