summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/finance
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-11-03 12:39:32 +0100
committerMaciej Krüger <mkg20001@gmail.com>2021-11-03 12:40:59 +0100
commitf9bbc60cfb345e4188a421605d1627ddf9c36d70 (patch)
tree22c952725f781d56bbff03c9bb68c7b31fa324dc /nixos/modules/services/finance
parent19781e666325b6803c559ba18d4d4008705c369d (diff)
nixos/odoo: apply suggestions from review
Diffstat (limited to 'nixos/modules/services/finance')
-rw-r--r--nixos/modules/services/finance/odoo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/finance/odoo.nix b/nixos/modules/services/finance/odoo.nix
index 3fcb2b3966a5..422ee9510074 100644
--- a/nixos/modules/services/finance/odoo.nix
+++ b/nixos/modules/services/finance/odoo.nix
@@ -22,14 +22,14 @@ in
type = with types; listOf package;
default = [];
example = literalExpression "[ pkgs.odoo_enterprise ]";
- description = "Odoo addons";
+ description = "Odoo addons.";
};
settings = mkOption {
type = format.type;
default = {};
description = ''
- Odoo configuration settings. For more details see https://www.odoo.com/documentation/15.0/administration/install/deploy.html
+ Odoo configuration settings. For more details see <link xlink:href="https://www.odoo.com/documentation/15.0/administration/install/deploy.html"/>
'';
};