From 5322acd9fd92b941d6b2c95dd6c19b0c821d56dc Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Wed, 14 Feb 2024 12:43:58 +0100 Subject: [PATCH] gnu: Add trytond-account-stock-eu. * gnu/packages/tryton.scm (trytond-account-stock-eu): New variable. --- gnu/packages/tryton.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index b3e37990f4c85009cd54576486b56c76174ac2fb..9aadcf9a043fe99dab8888379deb74f37cf5f4b6 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1439,6 +1439,45 @@ anglo-saxon accounting model for stock valuation.") continental accounting model for stock valuation.") (license license:gpl3+))) +(define-public trytond-account-stock-eu + (package + (name "trytond-account-stock-eu") + (version "7.0.5") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_account_stock_eu" version)) + (sha256 + (base32 "1iw60aqwjz8wkpkqkc2jvv4i303cgyrym6z716xycqjmg46rn61f")))) + (build-system pyproject-build-system) + (arguments (tryton-arguments "account_stock_eu")) + (native-inputs + (cons* trytond-carrier + trytond-incoterm + trytond-production + trytond-purchase-shipment-cost + trytond-stock-consignment + trytond-stock-package-shipping + trytond-stock-shipment-cost + %standard-trytond-native-inputs)) + (propagated-inputs + (list trytond + trytond-account + trytond-company + trytond-country + trytond-currency + trytond-customs + trytond-party + trytond-product + trytond-product-measurements + trytond-stock + trytond-stock-shipment-measurements)) + (home-page "https://docs.tryton.org/projects/modules-account-stock-eu") + (synopsis "Tryton module for European stock accounting") + (description "The @emph{Account Stock EU} Tryton module is used to +generate the Intrastat declarations every month.") + (license license:gpl3+))) + (define-public trytond-account-stock-landed-cost (package (name "trytond-account-stock-landed-cost")