2
0
forked from Wavyzz/dolibarr

New: early development of multi-company module

This commit is contained in:
Regis Houssin
2009-04-20 14:53:33 +00:00
parent 947af2341b
commit 6cccb0b6ff
4 changed files with 9 additions and 6 deletions

View File

@@ -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)