Changes

Jump to navigation Jump to search
m
Line 83: Line 83:     
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.
 +
    
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:
 +
<source lang="php">
 
metapackage
 
metapackage
 
abd
 
abd
 
def
 
def
 +
</source>
    
==== Language ====
 
==== Language ====

Navigation menu