Move module from develop to experimental

This commit is contained in:
Laurent Destailleur
2019-05-21 15:50:16 +02:00
parent e463b17c15
commit 657bd5c2fe
8 changed files with 4 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ class modDataPolicy extends DolibarrModules {
$this->descriptionlong = "";
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = 'development';
$this->version = 'experimental';
// Key used in llx_const table to save module status enabled/disabled (where datapolicy is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
// Name of image file used for this module.