mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: Add trytond-sale-opportunity.
* gnu/packages/tryton.scm (trytond-sale-opportunity): New variable.
This commit is contained in:
parent
bf0fe0a090
commit
fb2391a479
1 changed files with 29 additions and 0 deletions
|
@ -3233,6 +3233,35 @@ time the sale is reset to draft.")
|
||||||
option to define how invoice lines generated from sales will be grouped.")
|
option to define how invoice lines generated from sales will be grouped.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public trytond-sale-opportunity
|
||||||
|
(package
|
||||||
|
(name "trytond-sale-opportunity")
|
||||||
|
(version "6.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "trytond_sale_opportunity" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0rvj73382h2ha6jqhini0fzpn40w190qij1r7k2fa0c9ls15rrp5"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments (tryton-arguments "sale_opportunity"))
|
||||||
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("trytond" ,trytond)
|
||||||
|
("trytond-account" ,trytond-account)
|
||||||
|
("trytond-account-invoice" ,trytond-account-invoice)
|
||||||
|
("trytond-company" ,trytond-company)
|
||||||
|
("trytond-currency" ,trytond-currency)
|
||||||
|
("trytond-party" ,trytond-party)
|
||||||
|
("trytond-product" ,trytond-product)
|
||||||
|
("trytond-sale" ,trytond-sale)
|
||||||
|
("trytond-stock" ,trytond-stock)))
|
||||||
|
(home-page "https://docs.tryton.org/projects/modules-sale-opportunity")
|
||||||
|
(synopsis "Tryton module with leads and opportunities")
|
||||||
|
(description "The @emph{Sale Opportunity} Tryton module defines the
|
||||||
|
lead/opportunity model.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public trytond-stock
|
(define-public trytond-stock
|
||||||
(package
|
(package
|
||||||
(name "trytond-stock")
|
(name "trytond-stock")
|
||||||
|
|
Loading…
Add table
Reference in a new issue