Move multicompany to experimental level instead of development

This commit is contained in:
Laurent Destailleur 2010-06-02 18:47:05 +00:00
parent 3c2e543731
commit 0fcf0a13a1

View File

@ -58,7 +58,7 @@ class modMultiCompany extends DolibarrModules
// Can be enabled / disabled only in the main company with superadmin account
$this->core_enabled = 1;
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = 'development';
$this->version = 'experimental';
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)