From b27f851b8459c156438c77d4d8a02eef31f3b3f4 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Wed, 14 Feb 2024 12:43:57 +0100 Subject: [PATCH] gnu: Add trytond-account-es-sii. * gnu/packages/tryton.scm (trytond-account-es-sii): New variable. --- gnu/packages/tryton.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index f611a028864c4d21cf9b5a257b2df94b7e17b503..4958c3f51fea5b07f1167b33ef0b0c015f196504 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -609,6 +609,33 @@ A wizard allows generating the following AEAT files: @end itemize") (license license:gpl3+))) +(define-public trytond-account-es-sii + (package + (name "trytond-account-es-sii") + (version "7.0.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_account_es_sii" version)) + (sha256 + (base32 "1dl8wfzcqyp8zdbxzj264hmgmdy85i74fnmx88vqrrchzmk2g9a4")))) + (build-system pyproject-build-system) + (arguments (tryton-arguments "account_es_sii")) + (native-inputs %standard-trytond-native-inputs) + (propagated-inputs + (list python-requests + python-zeep + trytond + trytond-account + trytond-account-es + trytond-account-invoice)) + (home-page "https://docs.tryton.org/projects/modules-account-es-sii") + (synopsis "Tryton module that sends invoices to the Spanish SII webservice") + (description "The @emph{Account Spanish SII} Tryton module allows sending +invoices to the SII portal. This is legal requirement for some Spanish +companies.") + (license license:gpl3+))) + (define-public trytond-account-eu (package (name "trytond-account-eu")