makepack-dolibarrmodule.conf 504 B

12345678910111213141516
  1. # Your module name here
  2. #
  3. # Goal: Goal of module
  4. # Version: 1.0
  5. # Author: Copyright 2008 - Author name here
  6. # Licence: GPL
  7. # Install: Just unpack content of module package in Dolibarr directory.
  8. # Setup: Go on Dolibarr setup - modules to enable module.
  9. #
  10. # Files in module
  11. htdocs/mymodule/core/modules/modMyModule.class.php
  12. htdocs/mymodule/core/triggers/interface_mymodule.class.php
  13. htdocs/mymodule/page1.php
  14. htdocs/mymodule/page2.php
  15. htdocs/mymodule/sql/script1.sql
  16. htdocs/mymodule/sql/script2.sql