Merge pull request #144426 from mkg20001/odoo-fixup

authored by

Maciej Krüger and committed by
GitHub
bbdbadc2 152e46eb

+2 -2
+2 -2
nixos/modules/services/finance/odoo.nix
··· 22 22 type = with types; listOf package; 23 23 default = []; 24 24 example = literalExpression "[ pkgs.odoo_enterprise ]"; 25 - description = "Odoo addons"; 25 + description = "Odoo addons."; 26 26 }; 27 27 28 28 settings = mkOption { 29 29 type = format.type; 30 30 default = {}; 31 31 description = '' 32 - Odoo configuration settings. For more details see https://www.odoo.com/documentation/15.0/administration/install/deploy.html 32 + Odoo configuration settings. For more details see <link xlink:href="https://www.odoo.com/documentation/15.0/administration/install/deploy.html"/> 33 33 ''; 34 34 }; 35 35