New: Rangement des modules dans une famille (CRM, Finance, Produit, ...)

This commit is contained in:
Laurent Destailleur
2004-06-26 17:15:28 +00:00
parent 9c4b3e8ecc
commit e96d86a453
24 changed files with 166 additions and 64 deletions

View File

@@ -35,11 +35,14 @@ class modService extends DolibarrModules
{
$this->db = $DB ;
$this->numero = 53 ;
$this->family = "products";
$this->name = "Service";
$this->description = "Gestion des services";
$this->const_name = "MAIN_MODULE_SERVICE";
$this->const_config = MAIN_MODULE_SERVICE;
// D<>pendances
$this->depends = array("modProduit");
$this->requiredby = array("modContrat");