[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/17: gnu: Add trytond-account-move-line-grouping.
From: |
guix-commits |
Subject: |
04/17: gnu: Add trytond-account-move-line-grouping. |
Date: |
Wed, 10 Aug 2022 08:28:25 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit ee32e4726e635be8133725243e4a129c09bd936f
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Tue Jul 19 16:37:39 2022 +0200
gnu: Add trytond-account-move-line-grouping.
* gnu/packages/tryton.scm (trytond-account-move-line-grouping): New
variable.
---
gnu/packages/tryton.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 6f23366e4c..f247605f90 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -778,6 +778,25 @@ average price of the posted invoice lines that are linked
to it.")
(deprecated-package
"python-trytond-account-invoice-stock" trytond-account-invoice-stock))
+(define-public trytond-account-move-line-grouping
+ (package
+ (name "trytond-account-move-line-grouping")
+ (version "6.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_account_move_line_grouping" version))
+ (sha256
+ (base32
"1mrh17a55hkfj89vyx1jrmgzps4ig0m03c10ngsy4my6v6rnnn2r"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "trytond_account_move_line_grouping"))
+ (native-inputs (%standard-trytond-native-inputs))
+ (propagated-inputs (list python-sql trytond trytond-account))
+ (home-page
"https://docs.tryton.org/projects/modules-account-move-line-grouping")
+ (synopsis "Tryton module to display account move lines grouped")
+ (description "The @emph{Account Move Line Grouping} Tryton module adds a
+view that displays move lines grouped.")
+ (license license:gpl3+)))
+
(define-public trytond-account-payment
(package
(name "trytond-account-payment")
- branch master updated (6ce3e51aa8 -> 62bee0a915), guix-commits, 2022/08/10
- 02/17: gnu: Tryton application and framework: Update to 6.2.x., guix-commits, 2022/08/10
- 01/17: gnu: Add python-pycountry@20.7.3., guix-commits, 2022/08/10
- 06/17: gnu: Add trytond-account-stock-shipment-cost., guix-commits, 2022/08/10
- 04/17: gnu: Add trytond-account-move-line-grouping.,
guix-commits <=
- 03/17: gnu: Add trytond-account-budget., guix-commits, 2022/08/10
- 05/17: gnu: Add trytond-account-rule., guix-commits, 2022/08/10
- 08/17: gnu: Add trytond-currency-ro., guix-commits, 2022/08/10
- 10/17: gnu: Add trytond-product-image., guix-commits, 2022/08/10
- 11/17: gnu: Add trytond-product-image-attribute., guix-commits, 2022/08/10
- 12/17: gnu: Add trytond-sale-point., guix-commits, 2022/08/10
- 17/17: gnu: Add trytond-web-shop-shopify., guix-commits, 2022/08/10
- 15/17: gnu: Add python-pyactiveresource., guix-commits, 2022/08/10
- 07/17: gnu: Add trytond-analytic-budget., guix-commits, 2022/08/10
- 09/17: gnu: Add trytond-currency-rs., guix-commits, 2022/08/10