Nicer combo of companies for external modules

This commit is contained in:
Laurent Destailleur
2024-04-03 13:20:26 +02:00
parent 5acdcac75d
commit f03eb260de
5 changed files with 41 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ class modMyModule extends DolibarrModules
public function __construct($db)
{
global $langs, $conf;
$this->db = $db;
// Id for module (must be unique).
@@ -70,7 +71,8 @@ class modMyModule extends DolibarrModules
// Author
$this->editor_name = 'Editor name';
$this->editor_url = 'https://www.example.com';
$this->editor_url = 'https://www.example.com'; // Must be an external online web site
$this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@mymodule'
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'
$this->version = '1.0';