This commit is contained in:
Laurent Destailleur
2023-01-06 14:57:06 +01:00
parent d32f0304ba
commit 81ed62223d
2 changed files with 3 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ class modModuleBuilder extends DolibarrModules
$this->module_position = '90';
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
$this->name = preg_replace('/^mod/i', '', get_class($this));
$this->description = "A RAD (Rapid Application Development) tool to help developers to build their own module.";
$this->description = "A RAD (Rapid Application Development - low-code and no-code) tool to help developers or advanced users to build their own module/application.";
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$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)