diff --git a/nixos/modules/services/finance/odoo.nix b/nixos/modules/services/finance/odoo.nix index 3fcb2b3966a..422ee951007 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 ''; };