Changes

Jump to navigation Jump to search
m
Line 84: Line 84:  
First, you must check you are able to publish your module using the feature "Deploy an external module" of Dolibarr (available in menu Home - Setup - Modules). If not, just don't try to publish it on DoliStore, your module will be refused.
 
First, you must check you are able to publish your module using the feature "Deploy an external module" of Dolibarr (available in menu Home - Setup - Modules). If not, just don't try to publish it on DoliStore, your module will be refused.
   −
 
+
==== MetaPackages ====
 
If your module is a "metapackage", so a module that include several modules, you must include a file called *metapackage.conf* into the main directory with name of list of all other modules provided by your package.
 
If your module is a "metapackage", so a module that include several modules, you must include a file called *metapackage.conf* into the main directory with name of list of all other modules provided by your package.
 
For example, image your module is called "mymetapack". When installating this module, it also install the module "abc" and "def". So you must include in the zip of your package a file *mymetapack/metapackage.conf* with the following content:
 
For example, image your module is called "mymetapack". When installating this module, it also install the module "abc" and "def". So you must include in the zip of your package a file *mymetapack/metapackage.conf* with the following content:

Navigation menu