GNU bug report logs -
#50628
[PATCH 000/154] Add 146 Tryton modules and some dependencies
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/tryton.scm (trytond-sale-subscription-asset): New variable.
---
gnu/packages/tryton.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 17c92c6b88..86c17fc124 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3542,6 +3542,30 @@ stock forecasts.")
services and recurrence rule models.")
(license license:gpl3+)))
+(define-public trytond-sale-subscription-asset
+ (package
+ (name "trytond-sale-subscription-asset")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_sale_subscription_asset" version))
+ (sha256
+ (base32 "1j160sqfvzqv0ah85w2bsc4fixrxhzjq0lbin2bgasmdm3yqfqdj"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "sale_subscription_asset"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-sale-subscription" ,trytond-sale-subscription)
+ ("trytond-stock-lot" ,trytond-stock-lot)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-sale-subscription-asset")
+ (synopsis "Tryton module to handle asset in the sale subscriptions")
+ (description "The @emph{Sale Subscription Asset} Tryton module adds the
+notion of asset to the sale subscription module.")
+ (license license:gpl3+)))
+
(define-public trytond-stock
(package
(name "trytond-stock")
--
2.30.2
This bug report was last modified 3 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.