diff --git a/doc/reference/module.rst b/doc/reference/module.rst index 360d5c941869a279eb75b7cba2c7a5af7da4dfe8..c1a7ef7e3582951ede2c0ecc1e77965f0a43907f 100644 --- a/doc/reference/module.rst +++ b/doc/reference/module.rst @@ -51,7 +51,20 @@ Available manifest fields are: ``website`` (``str``) website URL for the module author ``license`` (``str``, defaults: ``LGPL-3``) - distribution license for the module + distribution license for the module. + Possible values: + + * `GPL-2` + * `GPL-2 or any later version` + * `GPL-3` + * `GPL-3 or any later version` + * `AGPL-3` + * `LGPL-3` + * `Other OSI approved licence` + * `OEEL-1` (Odoo Enterprise Edition License v1.0) + * `OPL-1` (Odoo Proprietary License v1.0) + * `Other proprietary` + ``category`` (``str``, default: ``Uncategorized``) classification category within Odoo, rough business domain for the module.