refactor(ServicesGenerate): update command signature from 'services:generate' to 'generate:services' for consistency; update Dockerfile to run service generation during build; update Odoo image version to 18 and add extra addons volume in compose configuration

This commit is contained in:
Andras Bacsai
2025-04-13 15:16:54 +02:00
parent 4bc9786046
commit 1ab7405e2e
4 changed files with 21 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ class ServicesGenerate extends Command
/**
* {@inheritdoc}
*/
protected $signature = 'services:generate';
protected $signature = 'generate:services';
/**
* {@inheritdoc}