45 $this->family =
"technic";
46 $this->module_position =
'70';
48 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
49 $this->
description =
"Outils d'imports de donnees Dolibarr (via un assistant)";
51 $this->version =
'dolibarr';
52 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
53 $this->picto =
'technic';
56 $this->dirs = array(
"/import/temp");
59 $this->config_page_url = array(
"import.php");
62 $this->hidden =
false;
63 $this->depends = array();
64 $this->requiredby = array();
65 $this->conflictwith = array();
66 $this->phpmin = array(7, 0);
67 $this->phpmax = array();
68 $this->need_dolibarr_version = array(2, 7, -1);
69 $this->enabled_bydefault =
true;
72 $this->
const = array();
75 $this->boxes = array();
78 $this->rights = array();
79 $this->rights_class =
'import';
83 $this->rights[$r][0] = 1251;
84 $this->rights[$r][1] =
'Run mass imports of external data (data load)';
85 $this->rights[$r][2] =
'r';
86 $this->rights[$r][3] = 0;
87 $this->rights[$r][4] =
'run';