NEW Add "depends on" and "required by "into module informations

This commit is contained in:
Laurent Destailleur
2017-03-30 15:54:48 +02:00
parent 8e70c4a0b7
commit 18e1e5b780
3 changed files with 16 additions and 9 deletions

View File

@@ -52,7 +52,10 @@ class modHRM extends DolibarrModules
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
$this->special = 0;
// $this->picto = '';
// Name of image file used for this module.
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
// If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
$this->picto='generic';
// define triggers
$this->module_parts = array();