[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/154: gnu: Add trytond-sale-subscription-asset.
From: |
guix-commits |
Subject: |
122/154: gnu: Add trytond-sale-subscription-asset. |
Date: |
Tue, 21 Sep 2021 15:08:00 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit aefbc05c37a0726e79d82d99d62a6e9bafab2a06
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:46 2021 +0200
gnu: Add trytond-sale-subscription-asset.
* 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 0dd0a64..cce5be4 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3561,6 +3561,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")
- 145/154: gnu: Add trytond-stock-supply-forecast., (continued)
- 145/154: gnu: Add trytond-stock-supply-forecast., guix-commits, 2021/09/21
- 152/154: gnu: Add trytond-web-shop-vue-storefront-stripe., guix-commits, 2021/09/21
- 89/154: gnu: Add trytond-project-invoice., guix-commits, 2021/09/21
- 91/154: gnu: Add trytond-project-revenue., guix-commits, 2021/09/21
- 27/154: gnu: Add trytond-account-invoice-secondary-unit., guix-commits, 2021/09/21
- 35/154: gnu: Add trytond-account-statement-aeb43., guix-commits, 2021/09/21
- 95/154: gnu: Add trytond-purchase-price-list., guix-commits, 2021/09/21
- 96/154: gnu: Add trytond-purchase-request-quotation., guix-commits, 2021/09/21
- 116/154: gnu: Add trytond-sale-secondary-unit., guix-commits, 2021/09/21
- 125/154: gnu: Add trytond-sale-supply-production., guix-commits, 2021/09/21
- 122/154: gnu: Add trytond-sale-subscription-asset.,
guix-commits <=
- 127/154: gnu: Add trytond-stock-consignment., guix-commits, 2021/09/21
- 154/154: gnu: Add trytond-web-user., guix-commits, 2021/09/21
- 46/154: gnu: Add trytond-analytic-purchase., guix-commits, 2021/09/21
- 53/154: gnu: Add trytond-carrier-subdivision., guix-commits, 2021/09/21
- 54/154: gnu: Add trytond-carrier-weight., guix-commits, 2021/09/21
- 07/154: gnu: Add python-ofxparse., guix-commits, 2021/09/21
- 59/154: gnu: Add trytond-dashboard., guix-commits, 2021/09/21
- 67/154: gnu: Add trytond-notification-email., guix-commits, 2021/09/21
- 71/154: gnu: Add trytond-product-attribute., guix-commits, 2021/09/21
- 72/154: gnu: Add trytond-product-classification., guix-commits, 2021/09/21