Clean deprecated code (property "special" removed from mod descriptor)

This commit is contained in:
Laurent Destailleur
2018-02-25 10:55:02 +01:00
parent c604ce0a06
commit 029ef534d0
79 changed files with 130 additions and 245 deletions

View File

@@ -53,7 +53,7 @@ class modMyModule extends DolibarrModules
// Key text used to identify module (for permissions, menus, etc...)
$this->rights_class = 'mymodule';
// Family can be 'crm','financial','hr','projects','products','ecm','technic','interface','other'
// Family can be 'base' (core modules),'crm','financial','hr','projects','products','ecm','technic' (transverse modules),'interface' (link with external tools),'other','...'
// It is used to group modules by family in module setup page
$this->family = "other";
// Module position in the family on 2 digits ('01', '10', '20', ...)