Я разработал модуль для Prestashop, это информация в методе __construct()
:
$this->name = 'moduleName';
$this->tab = 'others';
$this->version = '1.0.0';
$this->author = 'programmer name';
$this->bootstrap = true;
parent::__construct();
$this->displayName = $this->l('name');
$this->description = $this->l('description);
, но когда я иду, чтобы установить разрешение для сотрудника, я не могу найти этот модуль.
Список модулей
![enter image description here](https://i.stack.imgur.com/bTjBx.png)