46    $this->family = 
"technic";
 
   47    $this->module_position = 
'72';
 
   49    $this->
name = preg_replace(
'/^mod/i', 
'', get_class($this));
 
   50    $this->
description = 
"Outils d'exports de donnees Dolibarr (via un assistant)";
 
   52    $this->version = 
'dolibarr';
 
   53    $this->const_name = 
'MAIN_MODULE_'.strtoupper($this->
name);
 
   54    $this->picto = 
'technic';
 
   57    $this->dirs = array(
"/export/temp");
 
   60    $this->config_page_url = array(
"export.php");
 
   63    $this->depends = array();
 
   64    $this->requiredby = array();
 
   65    $this->phpmin = array(7, 0);
 
   66    $this->phpmax = array();
 
   67    $this->enabled_bydefault = 
true; 
 
   70    $this->
const = array();
 
   73    $this->boxes = array();
 
   76    $this->rights = array();
 
   77    $this->rights_class = 
'export';
 
   81    $this->rights[$r][0] = 1201;
 
   82    $this->rights[$r][1] = 
'Read exports';
 
   83    $this->rights[$r][2] = 
'r';
 
   84    $this->rights[$r][3] = 0;
 
   85    $this->rights[$r][4] = 
'lire';
 
   88    $this->rights[$r][0] = 1202;
 
   89    $this->rights[$r][1] = 
'Creeate/modify export';
 
   90    $this->rights[$r][2] = 
'w';
 
   91    $this->rights[$r][3] = 0;
 
   92    $this->rights[$r][4] = 
'creer';