can add a driver for printing in module

This commit is contained in:
Frédéric FRANCE
2020-10-21 20:18:06 +02:00
parent a729bff062
commit 81f6a7abb6
5 changed files with 47 additions and 20 deletions

View File

@@ -90,6 +90,8 @@ class modMyModule extends DolibarrModules
'barcode' => 0,
// Set this to 1 if module has its own models directory (core/modules/xxx)
'models' => 0,
// Set this to 1 if module has its own printing directory (core/modules/printing)
'printing' => 0,
// Set this to 1 if module has its own theme directory (theme)
'theme' => 0,
// Set this to relative path of css file if module has its own css file