Move skype module from experimental to stable.
This commit is contained in:
parent
4154f07dfd
commit
32364ac18b
@ -47,12 +47,12 @@ class modSkype extends DolibarrModules
|
|||||||
$this->family = "crm";
|
$this->family = "crm";
|
||||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
||||||
$this->name = preg_replace('/^mod/i','',get_class($this));
|
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||||
$this->description = "Enable Skype button into contact";
|
$this->description = "Enable Skype links into contacts";
|
||||||
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
|
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||||
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
|
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
|
||||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||||
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
|
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
|
||||||
$this->special = 2;
|
$this->special = 1;
|
||||||
// Name of image file used for this module.
|
// Name of image file used for this module.
|
||||||
$this->picto='skype';
|
$this->picto='skype';
|
||||||
|
|
||||||
|
|||||||
@ -497,7 +497,7 @@ Module2800Desc=Client FTP
|
|||||||
Module2900Name= GeoIPMaxmind
|
Module2900Name= GeoIPMaxmind
|
||||||
Module2900Desc= Capacités de conversion GeoIP Maxmind
|
Module2900Desc= Capacités de conversion GeoIP Maxmind
|
||||||
Module3100Name= Skype
|
Module3100Name= Skype
|
||||||
Module3100Desc= Ajouter un button Skype dans les fiches adhérents / tiers / contacts
|
Module3100Desc= Ajouter un bouton Skype dans les fiches adhérents / tiers / contacts
|
||||||
Module5000Name=Multi-société
|
Module5000Name=Multi-société
|
||||||
Module5000Desc=Permet de gérer plusieurs sociétés
|
Module5000Desc=Permet de gérer plusieurs sociétés
|
||||||
Module6000Name=Workflow
|
Module6000Name=Workflow
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user