NEW Module "Product variants" is moved as stable.

This commit is contained in:
Laurent Destailleur
2017-07-28 11:20:01 +02:00
parent ec27eb5b1e
commit cb5b0f3352

View File

@@ -59,7 +59,7 @@ class modVariants extends DolibarrModules
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
$this->description = 'Allows creating products variant based on new attributes';
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = 'experimental';
$this->version = 'dolibarr';
// 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)