forked from Wavyzz/dolibarr
New: early development of multi-company module
This commit is contained in:
@@ -58,6 +58,8 @@ class modMultiCompany extends DolibarrModules
|
||||
$this->name = eregi_replace('^mod','',get_class($this));
|
||||
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
|
||||
$this->description = "Gestion Multi-Societe";
|
||||
// Can be enabled / disabled only in the main company
|
||||
$this->core_enabled = 1;
|
||||
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
||||
$this->version = 'development';
|
||||
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
|
||||
|
||||
Reference in New Issue
Block a user