2017-05-20 02:21:31 -04:00
|
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
|
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
|
2020-08-22 12:07:41 -04:00
|
|
|
|
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
|
2021-05-24 15:07:15 -04:00
|
|
|
|
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
;;; Copyright © 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
2017-05-20 02:21:31 -04:00
|
|
|
|
;;;
|
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
|
;;; your option) any later version.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
|
;;;
|
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
(define-module (gnu packages tryton)
|
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
|
#:use-module (gnu packages)
|
gnu: Move testing packages from python.scm to check.scm.
* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api,
python-mock, python2-mock, python-mock-2, python-nose, python2-nose,
python-nose2, python2-nose2, python-unittest2, python2-unittest2,
python-pytest, python2-pytest, python-pytest-3.0, python2-pytest-3.0,
python-pytest-cov, python2-pytest-cov, python-pytest-runner,
python2-pytest-runner, python-pytest-mock, python2-pytest-mock,
python-pytest-xdist, python2-pytest-xdist, python-scripttest,
python2-scripttest, python-testtools, python2-testtools, python-testscenarios,
python2-testscenarios, python-testresources, python2-testresources,
python-subunit, python2-subunit, python-fixtures, python2-fixtures,
python-testrepository, python2-testrepository, python-coverage,
python2-coverage, python-cov-core, python2-cov-core, python-testpath,
python2-testpath, python-testlib, python2-testlib, python-pytest-cache,
python2-pytest-cache, python-pytest-localserver, python-pytest-xprocess,
python-pytest-subtesthack, python2-pytest-subtesthack, python-hypothesis,
python2-hypothesis, python-lit, python2-lit, python-pytest-pep8,
python2-pytest-pep8, python-pytest-flakes, python2-pytest-flakes,
python2-coverage-test-runner, python-pylint, python2-pylint,
python-paramunittest, python2-python-paramunittest, python-pytest-warnings,
python2-pytest-warnings, python-pytest-capturelog, python2-pytest-capturelog,
python-pytest-catchlog, python2-pytest-catchlog, python-nosexcover,
python2-nosexcover, python-discover, python2-discover, behave, python-rednose,
python2-rednose, python-nose-randomly, python2-nose-randomly,
python-nose-timer, python2-nose-timer): Move from here...
* gnu/packages/check.scm: ...to here.
* gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/backup.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm,
gnu/packages/dav.scm,
gnu/packages/django.scm,
gnu/packages/freedesktop.scm,
gnu/packages/haskell.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/ldc.scm,
gnu/packages/libffi.scm,
gnu/packages/mail.scm,
gnu/packages/mpd.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/rdf.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm: Adjust accordingly.
2017-11-17 15:42:23 -05:00
|
|
|
|
#:use-module (gnu packages check)
|
gnu: Move database packages from python.scm to databases.scm.
* gnu/packages/python.scm (python-ccm, python2-ccm, python2-pysqlite,
python-sqlalchemy, python2-sqlalchemy, python-sqlalchemy-utils,
python2-sqlalchemy-utils, python-alembic, python2-alembic,
python-pickleshare, python2-pickleshare, python-apsw, python2-apsw,
python2-neo4j-driver, python2-py2neo, python-psycopg2, python2-psycopg2,
python-sadisplay, python2-sadisplay, python-mysqlclient,
python2-mysqlclient, python-hiredis, python2-hiredis, python-fakeredis,
python2-fakeredis, python-redis, python2-redis, python-rq, python2-rq,
python-trollius-redis, python2-trollius-redis, python-sqlparse,
python2-sqlparse, python-sql, python2-sql): Move from here...
* gnu/packages/databases.scm: ...to here.
* gnu/packages/tryton.scm,
gnu/packages/python-web.scm,
gnu/packages/nutrition.scm,
gnu/packages/medical.scm: Adjust accordingly.
2017-11-17 16:34:32 -05:00
|
|
|
|
#:use-module (gnu packages databases)
|
2018-01-22 13:25:10 -05:00
|
|
|
|
#:use-module (gnu packages finance)
|
2020-08-22 12:07:41 -04:00
|
|
|
|
#:use-module (gnu packages glib)
|
|
|
|
|
#:use-module (gnu packages gnome)
|
2017-05-20 02:32:08 -04:00
|
|
|
|
#:use-module (gnu packages gtk)
|
2017-05-20 02:21:31 -04:00
|
|
|
|
#:use-module (gnu packages python)
|
2020-08-22 12:10:34 -04:00
|
|
|
|
#:use-module (gnu packages python-crypto)
|
gnu: Move web packages from python to python-web.
This is in part to address <https://bugs.gnu.org/27284>.
* gnu/packages/python.scm (python-httplib2, python2-httplib2)
(python-sockjs-tornado, python2-sockjs-tornado)
(python-flask-babel, python2-flask-babel)
(python-html5lib, python2-html5lib)
(python-html5lib-0.9, python2-html5lib-0.9)
(python-html5-parser, python2-html5-parser)
(python-webencodings, python2-webencodings)
(python-openid, python2-openid, python-cssutils, python2-cssutils)
(python-cssselect, python2-cssutils)
(python-openid-cla, python2-openid-cla)
(python-openid-teams, python2-openid-teams)
(python-tornado, python2-tornado)
(python-tornado-http-auth, python-terminado, python2-terminado)
(python-webob, python2-webob, python-zope-event, python2-zope-event)
(python-zope-interface, python2-zope-interface)
(python-zope-exceptions, python2-zope-exceptions)
(python-zope-testing, python2-zope-testing)
(python-zope-testrunner, python2-zope-testrunner)
(python-zope-i18nmessageid, python2-zope-i18nmessageid)
(python-zope-schema, python2-zope-schema)
(python-zope-configuration, python2-zope-configuration)
(python-zope-proxy, python2-zope-proxy)
(python-zope-location, python2-zope-location)
(python-zope-security, python2-zope-security)
(python-zope-component, python2-zope-component)
(python-ndg-httpsclient, python2-ndg-httpsclient)
(python-websocket-client, python2-websocket-client)
(python-requests-toolbelt, python2-requests-toolbelt)
(python-rauth, python2-rauth, python-urllib3, python2-urllib3)
(awscli, python-wsgiproxy2, python2-wsgiproxy2)
(python-pastedeploy, python2-pastedeploy)
(python-webtest, python2-webtest, python-flask, python2-flask)
(python-flast-wtf, python2-flask-wtf)
(python-flask-multistatic, python2-flask-multistatic)
(python-cookies, python2-cookies)
(python-responses, python2-responses)
(python-geventhttpclient, python2-geventhttpclient)
(python-requests-oauthlib, python2-requests-oauthlib)
(python-url, python2-url, python-cachecontrol, python2-cachecontrol)
(python-betamax, python2-betamax)
(python-betamax-matchers, python2-betamax-matchers)
(python-s3transfer, python2-s3transfer)
(python-flask-restful, python-flask-basicauth)
(python-flask-sqlalchemy, python-flask-restplus)
(python-flask-restful-swagger, python-htmlmin, python2-htmlmin)
(python-flask-htmlmin, python2-flask-htmlmin)
(python-flask-login, python2-flask-login)
(python-oauth2client, python-flask-oidc)
(python-webassets, python-cssmin, python2-cssmin)
(python-elasticsearch, python2-elasticsearch)
(python-flask-script, python2-flask-script)
(python-flask-migrate, python2-flask-migrate)
(python-genshi, python2-genshi)
(python-flask-principal, python2-flask-principal)
(python-flask-httpauth, python2-flask-httpauth)
(python-uritemplate, python2-uritemplate): Move to...
* gnu/packages/python-web.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm, gnu/packages/backup.scm,
gnu/packages/dav.scm, gnu/packages/django.scm,
gnu/packages/docker.scm, gnu/packages/ebook.scm,
gnu/packages/logging.scm, gnu/packages/mail.scm,
gnu/packages/music.scm, gnu/packages/openstack.scm,
gnu/packages/package-management.scm, gnu/packages/rdf.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/tryton.scm, gnu/packages/version-control.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm: Adjust accordingly.
2017-11-13 17:24:11 -05:00
|
|
|
|
#:use-module (gnu packages python-web)
|
gnu: Separate Python core packages from the rest.
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
2019-01-15 08:21:30 -05:00
|
|
|
|
#:use-module (gnu packages python-xyz)
|
gnu: Move date/time packages from python.scm to time.scm.
* gnu/packages/python.scm (python-pytz, python2-pytz, python-dateutil,
python2-dateutil, python-parsedatetime, python2-parsedatetime,
python-tzlocal, python-isodate, python2-isodate, python-iso8601,
python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339,
python2-pyrfc3339, python-arrow, python2-arrow, python-aniso8601,
python2-aniso8601): Move from here...
* gnu/packages/time.scm: ...to here.
* gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/django.scm,
gnu/packages/ebook.scm,
gnu/packages/gnome.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/mail.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/rdf.scm,
gnu/packages/statistics.scm,
gnu/packages/tls.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm: Adjust accordingly.
2017-11-18 05:58:44 -05:00
|
|
|
|
#:use-module (gnu packages time)
|
2020-01-15 14:19:26 -05:00
|
|
|
|
#:use-module (gnu packages xml)
|
2017-05-20 02:21:31 -04:00
|
|
|
|
#:use-module (guix packages)
|
|
|
|
|
#:use-module (guix download)
|
2020-08-22 12:10:36 -04:00
|
|
|
|
#:use-module (guix utils)
|
2017-05-20 02:21:31 -04:00
|
|
|
|
#:use-module (guix build-system python))
|
|
|
|
|
|
gnu: Rename "python-trytond" to "trytond".
Trytond is an application, and only python libraries should have
the "python-" prefix.
* gnu/packages/tryton.scm (python-trytond): Rename to...
(trytond): ...this. [synopsis] Rephrase.
(python-trytond): Redefine as a deprecated alias.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]:
Rename python-trytond to trytond.
2021-01-22 10:53:38 -05:00
|
|
|
|
(define-public trytond
|
2017-05-20 02:21:31 -04:00
|
|
|
|
(package
|
gnu: Rename "python-trytond" to "trytond".
Trytond is an application, and only python libraries should have
the "python-" prefix.
* gnu/packages/tryton.scm (python-trytond): Rename to...
(trytond): ...this. [synopsis] Rephrase.
(python-trytond): Redefine as a deprecated alias.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]:
Rename python-trytond to trytond.
2021-01-22 10:53:38 -05:00
|
|
|
|
(name "trytond")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.6")
|
2017-05-20 02:21:31 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
2018-01-22 12:40:52 -05:00
|
|
|
|
(uri (pypi-uri "trytond" version))
|
2017-05-20 02:21:31 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "1jp5cadqpwkcnml8r1hj6aak5kc8an2d5ai62p96x77nn0dp3ny4"))))
|
2017-05-20 02:21:31 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-08-26 11:46:23 -04:00
|
|
|
|
(propagated-inputs
|
2017-05-20 02:21:31 -04:00
|
|
|
|
`(("python-dateutil" ,python-dateutil)
|
|
|
|
|
("python-genshi" ,python-genshi)
|
2020-08-22 12:10:34 -04:00
|
|
|
|
("python-lxml" ,python-lxml)
|
2018-01-22 12:40:52 -05:00
|
|
|
|
("python-magic" ,python-magic)
|
2020-08-22 12:10:34 -04:00
|
|
|
|
("python-passlib" ,python-passlib)
|
|
|
|
|
("python-polib" ,python-polib)
|
2017-05-20 02:21:31 -04:00
|
|
|
|
("python-psycopg2" ,python-psycopg2)
|
|
|
|
|
("python-relatorio" ,python-relatorio)
|
|
|
|
|
("python-sql" ,python-sql)
|
|
|
|
|
("python-werkzeug" ,python-werkzeug)
|
|
|
|
|
("python-wrapt" ,python-wrapt)))
|
|
|
|
|
(native-inputs
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
`(("python-mock" ,python-mock)
|
|
|
|
|
("python-pillow" ,python-pillow)))
|
2017-05-20 02:21:31 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'check 'preparations
|
|
|
|
|
(lambda _
|
2018-01-22 16:09:27 -05:00
|
|
|
|
(setenv "DB_NAME" ":memory:")
|
2020-08-22 12:10:34 -04:00
|
|
|
|
(setenv "HOME" "/tmp")
|
2018-01-22 16:09:27 -05:00
|
|
|
|
#t)))))
|
2017-05-20 02:21:31 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: Rename "python-trytond" to "trytond".
Trytond is an application, and only python libraries should have
the "python-" prefix.
* gnu/packages/tryton.scm (python-trytond): Rename to...
(trytond): ...this. [synopsis] Rephrase.
(python-trytond): Redefine as a deprecated alias.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]:
Rename python-trytond to trytond.
2021-01-22 10:53:38 -05:00
|
|
|
|
(synopsis "Tryton Server")
|
2017-05-20 02:21:31 -04:00
|
|
|
|
(description "Tryton is a three-tier high-level general purpose
|
|
|
|
|
application platform using PostgreSQL as its main database engine. It is the
|
|
|
|
|
core base of a complete business solution providing modularity, scalability
|
|
|
|
|
and security.")
|
|
|
|
|
(license license:gpl3+)))
|
2017-05-20 02:32:08 -04:00
|
|
|
|
|
gnu: Rename "python-trytond" to "trytond".
Trytond is an application, and only python libraries should have
the "python-" prefix.
* gnu/packages/tryton.scm (python-trytond): Rename to...
(trytond): ...this. [synopsis] Rephrase.
(python-trytond): Redefine as a deprecated alias.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]:
Rename python-trytond to trytond.
2021-01-22 10:53:38 -05:00
|
|
|
|
(define-public python-trytond
|
|
|
|
|
(deprecated-package "python-trytond" trytond))
|
|
|
|
|
|
2017-05-20 02:32:08 -04:00
|
|
|
|
(define-public tryton
|
|
|
|
|
(package
|
|
|
|
|
(name "tryton")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.5")
|
2017-05-20 02:32:08 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
2018-01-22 12:42:14 -05:00
|
|
|
|
(uri (pypi-uri "tryton" version))
|
2017-05-20 02:32:08 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "15cbp2r25pkr7lp4yliqgb6d0n779z70d4gckv56bx5aw4z27f66"))))
|
2017-05-20 02:32:08 -04:00
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
2020-08-22 12:07:41 -04:00
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'check 'change-home
|
|
|
|
|
(lambda _
|
|
|
|
|
;; Change from /homeless-shelter to /tmp for write permission.
|
|
|
|
|
(setenv "HOME" "/tmp")))
|
|
|
|
|
(add-after 'install 'wrap-gi-python
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
|
|
|
|
|
(wrap-program (string-append out "/bin/tryton")
|
|
|
|
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
|
|
|
|
|
#t)))))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("glib-compile-schemas" ,glib "bin")
|
|
|
|
|
("gobject-introspection" ,gobject-introspection)))
|
2021-08-26 11:48:24 -04:00
|
|
|
|
(propagated-inputs
|
2020-08-22 12:07:41 -04:00
|
|
|
|
`(("gdk-pixbuf" ,gdk-pixbuf+svg)
|
|
|
|
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
|
|
|
|
("gtk+" ,gtk+)
|
|
|
|
|
("python-dateutil" ,python-dateutil)
|
|
|
|
|
("python-pycairo" ,python-pycairo)
|
|
|
|
|
("python-pygobject" ,python-pygobject)))
|
2017-05-20 02:32:08 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
2021-01-22 10:55:23 -05:00
|
|
|
|
(synopsis "Tryton Client")
|
2020-08-22 12:07:41 -04:00
|
|
|
|
(description
|
2021-01-22 10:55:23 -05:00
|
|
|
|
"This package provides the Tryton GTK client.")
|
2017-05-20 02:32:08 -04:00
|
|
|
|
(license license:gpl3+)))
|
2018-01-22 12:58:45 -05:00
|
|
|
|
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(define-public python-proteus
|
2018-01-22 13:02:00 -05:00
|
|
|
|
(package
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(name "python-proteus")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.2")
|
2020-08-22 12:10:36 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "proteus" version))
|
2020-08-22 12:10:36 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "0qr7rir7ysxvy2kyfzp2d2kcw9qzq4vdkddbwswzgddxjpycksdh"))))
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
;; Tests require python-trytond-party which requires python-proteus.
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-dateutil" ,python-dateutil)))
|
|
|
|
|
(home-page "http://www.tryton.org/")
|
|
|
|
|
(synopsis "Library to access a Tryton server as a client")
|
|
|
|
|
(description
|
|
|
|
|
"This package provides a library to access Tryton server as a client.")
|
|
|
|
|
(license license:lgpl3+)))
|
|
|
|
|
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(define (tryton-phases module . extra-arguments)
|
|
|
|
|
"Return the phases for building and testing a Tryton module named MODULE.
|
|
|
|
|
If present, pass EXTRA-ARGUMENTS to runtest as well."
|
|
|
|
|
`(modify-phases %standard-phases
|
|
|
|
|
(replace 'check
|
2021-05-24 16:36:06 -04:00
|
|
|
|
(lambda* (#:key inputs outputs tests? #:allow-other-keys)
|
2021-05-24 16:17:09 -04:00
|
|
|
|
(let ((runtest
|
|
|
|
|
(string-append
|
|
|
|
|
(assoc-ref inputs "trytond")
|
|
|
|
|
"/lib/python"
|
|
|
|
|
,(version-major+minor (package-version python))
|
|
|
|
|
"/site-packages/trytond/tests/run-tests.py")))
|
2021-05-24 16:36:06 -04:00
|
|
|
|
(when tests?
|
|
|
|
|
(add-installed-pythonpath inputs outputs)
|
|
|
|
|
(invoke "python" runtest "-m" ,module ,@extra-arguments)))))))
|
2021-05-24 15:07:15 -04:00
|
|
|
|
|
|
|
|
|
(define (tryton-arguments module . extra-arguments)
|
|
|
|
|
"Like ’tryton-phases’, but directly return all arguments for
|
|
|
|
|
the build system."
|
|
|
|
|
`(#:phases ,(apply tryton-phases module extra-arguments)))
|
|
|
|
|
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
;;;
|
|
|
|
|
;;; Tryton modules - please sort alphabetically
|
|
|
|
|
;;;
|
|
|
|
|
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(define %standard-trytond-native-inputs
|
|
|
|
|
;; native-inputs required by most of the tryton module for running the test
|
|
|
|
|
`(("python-dateutil" ,python-dateutil)
|
|
|
|
|
("python-genshi" ,python-genshi)
|
|
|
|
|
("python-lxml" ,python-lxml)
|
|
|
|
|
("python-magic" ,python-magic)
|
|
|
|
|
("python-passlib" ,python-passlib)
|
|
|
|
|
("python-polib" ,python-polib)
|
|
|
|
|
("python-proteus" ,python-proteus)
|
|
|
|
|
("python-relatorio" ,python-relatorio)
|
|
|
|
|
("python-sql" ,python-sql)
|
|
|
|
|
("python-werkzeug" ,python-werkzeug)
|
|
|
|
|
("python-wrapt" ,python-wrapt)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-account
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-account")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.3")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account" version))
|
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "0j1mn8sd5n8rkwgfvcy9kf8s7s3qxvnilnc72i83ac573zj922xc"))))
|
2020-08-22 12:10:36 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "account"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-22 12:10:36 -04:00
|
|
|
|
(propagated-inputs
|
2021-08-26 11:54:49 -04:00
|
|
|
|
`(("python-simpleeval" ,python-simpleeval)
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
|
|
|
|
(synopsis "Tryton module for accounting")
|
2020-08-22 12:10:36 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that defines the fundamentals for
|
|
|
|
|
most of accounting needs.")
|
2020-08-22 12:10:36 -04:00
|
|
|
|
(license license:gpl3+)))
|
2018-01-22 13:02:00 -05:00
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-account
|
|
|
|
|
(deprecated-package "python-trytond-account" trytond-account))
|
|
|
|
|
|
2021-08-27 09:08:58 -04:00
|
|
|
|
(define-public trytond-account-asset
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-asset")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_asset" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "12qf6f4hpxi6c3mx18d07ljbzzr58h0lg8yz95nby3g3mpx2mlaz"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_asset"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-account-product" ,trytond-account-product)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-asset")
|
|
|
|
|
(synopsis "Tryton module for assets management")
|
|
|
|
|
(description "The @emph{Account Asset} Tryton module adds the depreciation
|
|
|
|
|
of fixed assets.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:08:58 -04:00
|
|
|
|
(define-public trytond-account-be
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-be")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_be" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1l4zxsh9f3ndsgj3224xv23nr7gbg5kwrydwgv34nlkyxp5557dk"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_be"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-eu" ,trytond-account-eu)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-be")
|
|
|
|
|
(synopsis "Tryton module with Belgian chart of accounts")
|
|
|
|
|
(description "The @emph{Account BE} Tryton module defines the standard
|
|
|
|
|
chart of account for Belgium.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:08:58 -04:00
|
|
|
|
(define-public trytond-account-cash-rounding
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-cash-rounding")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_cash_rounding" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "15xl36929zgfw9rlwaqdqs5l4ijspfx8i060z6884p2nizhh69s5"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_cash_rounding"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)
|
|
|
|
|
("trytond-sale" ,trytond-sale)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-currency" ,trytond-currency)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-cash-rounding")
|
|
|
|
|
(synopsis "Tryton module to round cash amount")
|
|
|
|
|
(description "The @emph{Account Cash Rounding} Tryton module allows cash
|
|
|
|
|
amounts to be rounded using the cash rounding factor of the currency.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:08:59 -04:00
|
|
|
|
(define-public trytond-account-credit-limit
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-credit-limit")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_credit_limit" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1ni4cfydypxrkdj7fc0j4js9ygfkxa22ii5db2p89z2izbg1hxd8"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_credit_limit"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-dunning" ,trytond-account-dunning)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-credit-limit")
|
|
|
|
|
(synopsis "Tryton module for account credit limit")
|
|
|
|
|
(description "The @emph{Account Credit Limit} Tryton module for manages
|
|
|
|
|
credit limit of parties.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:08:59 -04:00
|
|
|
|
(define-public trytond-account-de-skr03
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-de-skr03")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_de_skr03" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1dhgspabr2bm0y6qkzh5kz6badhf23arzkw7lra1zsn52r23j9dl"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_de_skr03"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-de-skr03")
|
|
|
|
|
(synopsis "Tryton module with German chart of accounts SKR03")
|
|
|
|
|
(description "This package provides the German SKR03 chart of accounts for
|
|
|
|
|
Tryton.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:00 -04:00
|
|
|
|
(define-public trytond-account-deposit
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-deposit")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_deposit" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "005yw868wxv8fhp7dlqd2z19hhjlmk4cgqa36axdfjmbwxvh1r6r"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_deposit"))
|
|
|
|
|
(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-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-deposit")
|
|
|
|
|
(synopsis "Tryton module for accounting deposit")
|
|
|
|
|
(description "The @emph{Account Deposit} Tryton module adds support for
|
|
|
|
|
deposit accounting.
|
|
|
|
|
|
|
|
|
|
A deposit is an amount paid by the customer prior to the company providing it
|
|
|
|
|
with services or goods. A wizard on invoice allows to recall prior deposit of
|
|
|
|
|
the party.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:00 -04:00
|
|
|
|
(define-public trytond-account-dunning
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-dunning")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_dunning" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0d5wabn5g1gzmllihkdhzqix934184v303pp20927qxpzb2pm3qw"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_dunning"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-dunning")
|
|
|
|
|
(synopsis "Tryton module for account dunning")
|
|
|
|
|
(description "The @emph{Account Dunning} Tryton module adds dunning for
|
|
|
|
|
receivable move lines.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:00 -04:00
|
|
|
|
(define-public trytond-account-dunning-email
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-dunning-email")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_dunning_email" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0sbh2rnziw5fhlbaq4n8q9rwqcgz35rik77dbvhflyyjdxh51vfq"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_dunning_email"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-dunning" ,trytond-account-dunning)
|
|
|
|
|
("trytond-account-dunning-letter" ,trytond-account-dunning-letter)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-dunning-email")
|
|
|
|
|
(synopsis "Tryton module for account dunning email")
|
|
|
|
|
(description "This package provides a Tryton module for sending dunning
|
|
|
|
|
emails.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:01 -04:00
|
|
|
|
(define-public trytond-account-dunning-fee
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-dunning-fee")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_dunning_fee" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1h8qlrdvpyyf36cdss5lv3qp4h4xs6kp3ybh9ci14mhwy0jyni75"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_dunning_fee"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-dunning-letter" ,trytond-account-dunning-letter)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-dunning" ,trytond-account-dunning)
|
|
|
|
|
("trytond-account-product" ,trytond-account-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-dunning-fee")
|
|
|
|
|
(synopsis "Tryton module for account dunning fee")
|
|
|
|
|
(description "This package provides a Tryton module for generating
|
|
|
|
|
accounting moves as fees when processing dunning.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:01 -04:00
|
|
|
|
(define-public trytond-account-dunning-letter
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-dunning-letter")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_dunning_letter" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0xb0mpf7n8jjgm8sb52q5sb2fjs1ap1gc0p33csdgz2lyh66lh3b"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_dunning_letter"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-dunning" ,trytond-account-dunning)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-dunning-letter")
|
|
|
|
|
(synopsis "Tryton module for account dunning letter")
|
|
|
|
|
(description "This package provides a Tryton module for generating dunning
|
|
|
|
|
letters.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:02 -04:00
|
|
|
|
(define-public trytond-account-es
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-es")
|
|
|
|
|
(version "6.0.2")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_es" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "19qflzfwbbwz7jxxbah2l8z89m1rwsgvm80w2qsjw93chzabz802"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_es"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-asset" ,trytond-account-asset)
|
|
|
|
|
("trytond-account-payment-sepa" ,trytond-account-payment-sepa)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-eu" ,trytond-account-eu)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-es")
|
|
|
|
|
(synopsis "Tryton with Spanish chart of accounts")
|
|
|
|
|
(description "This package provides the following Spanish charts of
|
|
|
|
|
accounts for Tryton:
|
|
|
|
|
@itemize
|
|
|
|
|
@item Plan General Contable Español 2008
|
|
|
|
|
@item Plan Contable para PYMES 2008
|
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
|
|
A wizard allows to generate the following AEAT files:
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item Modelo 111
|
|
|
|
|
@item Modelo 115
|
|
|
|
|
@item Modelo 303
|
|
|
|
|
@end itemize")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:02 -04:00
|
|
|
|
(define-public trytond-account-eu
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-eu")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_eu" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1x3w7iijkckv20q8lpqb5fnfrvddm130f51mcpnh4hlyx14q1c5i"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_eu"))
|
|
|
|
|
(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)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-eu")
|
|
|
|
|
(synopsis "Tryton module for european accounting")
|
|
|
|
|
(description "This package provides a Tryton module implementing common
|
|
|
|
|
accounting requirements in Europe. It includes:
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item EC Sales List (ESL)
|
|
|
|
|
@end itemize")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:03 -04:00
|
|
|
|
(define-public trytond-account-fr
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-fr")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_fr" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1zpzdnd68gsjrz4as019amygdh8yad8wvwrm22dbccwmbbnyvqpg"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_fr"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-party-siret" ,trytond-party-siret)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-fr")
|
|
|
|
|
(synopsis "Tryton module with French chart of accounts")
|
|
|
|
|
(description "This package provides the French standard chart of account
|
|
|
|
|
for Tryton.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:03 -04:00
|
|
|
|
(define-public trytond-account-fr-chorus
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-fr-chorus")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_fr_chorus" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "13z30390zinv6ps0zr3k7mdmxrw2nhr49k248yjk0c0qh9rwifll"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_fr_chorus"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-edocument-uncefact" ,trytond-edocument-uncefact)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-requests" ,python-requests)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-party-siret" ,trytond-party-siret)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-fr-chorus")
|
|
|
|
|
(synopsis "Tryton module to communicate with the French Chorus Pro
|
|
|
|
|
portal")
|
|
|
|
|
(description "This package provides a Tryton module to send invoices
|
|
|
|
|
through the French Chorus Pro portal.
|
|
|
|
|
|
|
|
|
|
If the party is checked for Chorus Pro, all posted customer invoices are
|
|
|
|
|
queued to be sent. A cron job will send them every 15 minutes by default,
|
|
|
|
|
using the credential from the accounting configuration.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-account-invoice
|
2018-01-22 13:25:10 -05:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-account-invoice")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.3")
|
2018-01-22 13:25:10 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_account_invoice" version))
|
2018-01-22 13:25:10 -05:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "0r8zigb4qmv40kf835x8jd7049nnhk5g7g0aibvfd0y9p28lspnz"))))
|
2018-01-22 13:25:10 -05:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "account_invoice"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-22 12:10:37 -04:00
|
|
|
|
(propagated-inputs
|
2021-08-26 11:54:49 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-product" ,trytond-account-product)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
2020-08-22 12:10:37 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module for invoicing")
|
2018-01-22 13:25:10 -05:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that adds the invoice, payment
|
|
|
|
|
term.")
|
2018-01-22 13:25:10 -05:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-account-invoice
|
|
|
|
|
(deprecated-package "python-trytond-account-invoice" trytond-account-invoice))
|
|
|
|
|
|
2021-08-27 09:09:04 -04:00
|
|
|
|
(define-public trytond-account-invoice-correction
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-invoice-correction")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_invoice_correction" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "152jxsl6v2wclk1wjhykbyvianh47cp2yg575hkx18dfynyp7nmw"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_invoice_correction"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-invoice-correction")
|
|
|
|
|
(synopsis "Tryton module to correct invoice")
|
|
|
|
|
(description "The @emph{Account Invoice Correction} Tryton module adds a
|
|
|
|
|
wizard on invoice which allows select lines for which the unit price must be
|
|
|
|
|
corrected. A new invoice is created with those lines in double: once with the
|
|
|
|
|
original quantity, once with the inverted quantity.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:04 -04:00
|
|
|
|
(define-public trytond-account-invoice-defer
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-invoice-defer")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_invoice_defer" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1ay9cpf6z8j3gamwy52z88qg31s09wkp6k5flv20f9c00hvly452"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_invoice_defer"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-company" ,trytond-company)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-invoice-defer")
|
|
|
|
|
(synopsis "Tryton module to defer expense and revenue")
|
|
|
|
|
(description "The @emph{Account Invoice Defer} Tryton module allows to
|
|
|
|
|
defer the expense or the revenue of an invoice line over many periods.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:04 -04:00
|
|
|
|
(define-public trytond-account-invoice-history
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-invoice-history")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_invoice_history" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0pq1raj6v76vqsb2mk1bfv1vg1ngfk9iiai30rlzj2zcl53phcvj"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_invoice_history"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-invoice-history")
|
|
|
|
|
(synopsis "Tryton module to historize invoices")
|
|
|
|
|
(description "The @emph{Account Invoice History} Tryton module activates
|
|
|
|
|
the historization of the invoice and its related fields.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:05 -04:00
|
|
|
|
(define-public trytond-account-invoice-line-standalone
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-invoice-line-standalone")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_invoice_line_standalone" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1affxhinyzz1lqfq621f76fixnx523fi7qrxwsqa4f1b6g31651a"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_invoice_line_standalone"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-invoice-line-standalone")
|
|
|
|
|
(synopsis "Tryton module to have standalone invoice lines")
|
|
|
|
|
(description "The @emph{Account Invoice Line Standalone} Tryton module
|
|
|
|
|
allows to create invoice line not linked to an invoice.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:05 -04:00
|
|
|
|
(define-public trytond-account-invoice-secondary-unit
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-invoice-secondary-unit")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_invoice_secondary_unit" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0wam7v92ldajpx3529x2cfvczgwv8ayr6hi6bwj8fi736p9x2kbp"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_invoice_secondary_unit"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-invoice-secondary-unit")
|
|
|
|
|
(synopsis "Tryton module to add a secondary unit on invoice line")
|
|
|
|
|
(description "The @emph{Account Invoice Secondary Unit} Tryton module adds
|
|
|
|
|
a secondary unit of measure on invoice line.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-account-invoice-stock
|
2020-08-24 18:20:12 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-account-invoice-stock")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.0")
|
2020-08-24 18:20:12 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(uri (pypi-uri "trytond_account_invoice_stock" version))
|
2020-08-24 18:20:12 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "1228n6vsx0rdjsy3idvpyssa3n21nhvz9gqaacwa46c0hp2251bp"))))
|
2020-08-24 18:20:12 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "account_invoice_stock"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-24 18:20:12 -04:00
|
|
|
|
(propagated-inputs
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
2020-08-24 18:20:12 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module to link stock and invoice")
|
2020-08-24 18:20:12 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that adds link between invoice
|
|
|
|
|
lines and stock moves. The unit price of the stock move is updated with the
|
|
|
|
|
average price of the posted invoice lines that are linked to it.")
|
2020-08-24 18:20:12 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-account-invoice-stock
|
|
|
|
|
(deprecated-package
|
|
|
|
|
"python-trytond-account-invoice-stock" trytond-account-invoice-stock))
|
|
|
|
|
|
2021-08-27 09:09:06 -04:00
|
|
|
|
(define-public trytond-account-payment
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-payment")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_payment" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "006d78kcml65mxikqp80igln118vkxfs9ah03lq5j9bvnfr6bb2m"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_payment"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-payment")
|
|
|
|
|
(synopsis "Tryton module for payment")
|
|
|
|
|
(description "This package provides a Tryton module for generating grouped
|
|
|
|
|
payments for receivable or payable Account Move Lines.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:06 -04:00
|
|
|
|
(define-public trytond-account-payment-braintree
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-payment-braintree")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_payment_braintree" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0dgw47q4m5l13bhfl1kdpajh0q94pazdrq9sqzf1vg9mggai2gvi"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_payment_braintree"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-braintree" ,python-braintree)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-payment" ,trytond-account-payment)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-payment-braintree")
|
|
|
|
|
(synopsis "Tryton module for Braintree payment")
|
|
|
|
|
(description "The @emph{Account Payment Braintree} Tryton module allows
|
|
|
|
|
receipt of payments using Braintree. It uses the Drop-in UI in a checkout
|
|
|
|
|
form to handle the payment method nonce for card and other supported payment
|
|
|
|
|
methods.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:06 -04:00
|
|
|
|
(define-public trytond-account-payment-clearing
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-payment-clearing")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_payment_clearing" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0dvjfgp0lrqn838wchkmhbbg4990xx2jv337rivnis164nw84dn0"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_payment_clearing"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-statement" ,trytond-account-statement)
|
|
|
|
|
("trytond-account-statement-rule" ,trytond-account-statement-rule)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-payment" ,trytond-account-payment)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-payment-clearing")
|
|
|
|
|
(synopsis "Tryton module for payment clearing")
|
|
|
|
|
(description "The @emph{Account Payment Clearing} Tryton module allows to
|
|
|
|
|
generate account move when a payment is succeeded between the
|
|
|
|
|
receivable/payable account to a clearing account defined on the payment
|
|
|
|
|
journal.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:07 -04:00
|
|
|
|
(define-public trytond-account-payment-sepa
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-payment-sepa")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_payment_sepa" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0clnl2lql5q0gh48lad3vw47xajgd3cdj4kbmvdi72jh775p174w"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_payment_sepa"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-stdnum" ,python-stdnum)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-account-payment" ,trytond-account-payment)
|
|
|
|
|
("trytond-bank" ,trytond-bank)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-payment-sepa")
|
|
|
|
|
(synopsis "Tryton module for SEPA payment")
|
|
|
|
|
(description "The @emph{Account Payment SEPA} Tryton module allows to
|
|
|
|
|
generate SEPA files for a Payment Group.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:08 -04:00
|
|
|
|
(define-public trytond-account-payment-sepa-cfonb
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-payment-sepa-cfonb")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_payment_sepa_cfonb" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0ccn5s360w78wqnq86qfyci8wii4n1n3pd9wvwsnbrpmabj1byv1"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_payment_sepa_cfonb"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-payment" ,trytond-account-payment)
|
|
|
|
|
("trytond-account-payment-sepa" ,trytond-account-payment-sepa)
|
|
|
|
|
("trytond-bank" ,trytond-bank)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-payment-sepa-cfonb")
|
|
|
|
|
(synopsis "Tryton module for CFONB SEPA payment")
|
|
|
|
|
(description "The @emph{account payment sepa cfonb} Tryton module adds
|
|
|
|
|
CFONB flavors to SEPA messages.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:08 -04:00
|
|
|
|
(define-public trytond-account-payment-stripe
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-payment-stripe")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_payment_stripe" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "18hr2lrrx9asb0d3cjcpska4bv825yjln9cbqjzg0xbl36z6w3s2"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_payment_stripe"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-stripe" ,python-stripe)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-payment" ,trytond-account-payment)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-payment-stripe")
|
|
|
|
|
(synopsis "Tryton module for Stripe payment")
|
|
|
|
|
(description "The @emph{Account Payment Stripe} Tryton module for
|
|
|
|
|
receiving payments from Stripe. It uses Stripe.js and Stripe Elements in a
|
|
|
|
|
checkout form to handle Setup Intent and Payment Intent by card.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-account-product
|
2020-08-24 18:20:13 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-account-product")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.2")
|
2020-08-24 18:20:13 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_account_product" version))
|
2020-08-24 18:20:13 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "1z0dn1p22smzb4a9v451224wrpxcw94inl7jxkarc0q088gasn7d"))))
|
2020-08-24 18:20:13 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "account_product"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-24 18:20:13 -04:00
|
|
|
|
(propagated-inputs
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-analytic-account" ,trytond-analytic-account)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
2020-08-24 18:20:13 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module to add accounting on product")
|
2020-08-24 18:20:13 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that adds accounting on product
|
|
|
|
|
and category.")
|
2020-08-24 18:20:13 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-account-product
|
|
|
|
|
(deprecated-package "python-trytond-account-product" trytond-account-product))
|
|
|
|
|
|
2021-08-27 09:09:08 -04:00
|
|
|
|
(define-public trytond-account-statement
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-statement")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_statement" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0nlak4kv2ampb5v2zbsvabnirvdi53h6vr35kp2zmrv4alpjsla0"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_statement"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-bank" ,trytond-bank)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-statement")
|
|
|
|
|
(synopsis "Tryton module with account statements")
|
|
|
|
|
(description "The @emph{Account Statement} Tryton module allows to book
|
|
|
|
|
statements. Statement can be used for bank statement, cash daybook etc.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:09 -04:00
|
|
|
|
(define-public trytond-account-statement-aeb43
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-statement-aeb43")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_statement_aeb43" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "09mkxb9m9167lpca8pb8k4rvnwhsng6b6pmhw9c21w2r4q0hppxv"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_statement_aeb43"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-csb43" ,python-csb43)
|
|
|
|
|
("python-stdnum" ,python-stdnum)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-account-statement" ,trytond-account-statement)
|
|
|
|
|
("trytond-bank" ,trytond-bank)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/trytond-account-statement-aeb43")
|
|
|
|
|
(synopsis "Tryton module to import AEB43 statements")
|
|
|
|
|
(description "The @emph{Account Statement AEB43} Tryton module implements
|
|
|
|
|
the import of @emph{Norm 43} files as statement. @emph{Norm 43} is a standard
|
|
|
|
|
defined by the Spanish banking association.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:09 -04:00
|
|
|
|
(define-public trytond-account-statement-coda
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-statement-coda")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_statement_coda" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "11gryxh2b2py0h6f89nj2y42cwb8rrxjn0r5jbhrcsfhb2kh1x3w"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_statement_coda"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-febelfin-coda" ,python-febelfin-coda)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-account-statement" ,trytond-account-statement)
|
|
|
|
|
("trytond-bank" ,trytond-bank)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-statement-coda")
|
|
|
|
|
(synopsis "Tryton module to import CODA statements")
|
|
|
|
|
(description "The @emph{Account Statement CODA} Tryton module implements
|
|
|
|
|
the import of @emph{CODA} files as statement. @emph{CODA} is a standard
|
|
|
|
|
defined by Belgian \"febelfin\".")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:10 -04:00
|
|
|
|
(define-public trytond-account-statement-ofx
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-statement-ofx")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_statement_ofx" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1n24lwp1lfw59xdd7mqaz6ncr5b0bldr2qniqdnkvyaav0h8h5px"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_statement_ofx"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-ofxparse" ,python-ofxparse)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-account-statement" ,trytond-account-statement)
|
|
|
|
|
("trytond-bank" ,trytond-bank)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-statement-ofx")
|
|
|
|
|
(synopsis "Tryton module to import OFX statements")
|
|
|
|
|
(description "The @emph{Account Statement OFX} Tryton module implements
|
|
|
|
|
the import of the @emph{OFX} files as statement.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:10 -04:00
|
|
|
|
(define-public trytond-account-statement-rule
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-statement-rule")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_statement_rule" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0kg6lf2wa5scwxggr8p7r7j6jd3a34qv2dcs9w18ra1qvg6p4kmp"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_statement_rule"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-account-statement" ,trytond-account-statement)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-statement-rule")
|
|
|
|
|
(synopsis "Tryton module to automate statement import with rules")
|
|
|
|
|
(description "The @emph{Account Statement Rule} Tryton module allows rules
|
|
|
|
|
to be defined to complete statement lines from imported files.
|
|
|
|
|
|
|
|
|
|
When the @emph{Apply Rule} button is clicked on a statement, each rule is
|
|
|
|
|
tested in order against each origin that does not have any lines until one is
|
|
|
|
|
found that matches. Then the rule found is used to create the statement lines
|
|
|
|
|
linked to the origin.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:10 -04:00
|
|
|
|
(define-public trytond-account-stock-anglo-saxon
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-stock-anglo-saxon")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_stock_anglo_saxon" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "090a4ykrlk2xpqxqhmpa2jrbjkrvhibm60ilp1n28wisbgv9d3di"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_stock_anglo_saxon"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)
|
|
|
|
|
("trytond-sale" ,trytond-sale)
|
|
|
|
|
("trytond-sale-supply-drop-shipment"
|
|
|
|
|
,trytond-sale-supply-drop-shipment)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
|
|
|
|
|
("trytond-account-product" ,trytond-account-product)
|
|
|
|
|
("trytond-account-stock-continental"
|
|
|
|
|
,trytond-account-stock-continental)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-stock-anglo-saxon")
|
|
|
|
|
(synopsis "Tryton module for anglo-saxon real-time stock valuation")
|
|
|
|
|
(description "The @emph{Account Stock Anglo Saxon} Tryton module adds the
|
|
|
|
|
anglo-saxon accounting model for stock valuation.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:11 -04:00
|
|
|
|
(define-public trytond-account-stock-continental
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-stock-continental")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_stock_continental" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1i7cyxqs2vxxvg5iyplhai4g8pi0nmh90i5kxqhbnhich6myfr4n"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_stock_continental"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)
|
|
|
|
|
("trytond-sale" ,trytond-sale)
|
|
|
|
|
("trytond-sale-supply-drop-shipment"
|
|
|
|
|
,trytond-sale-supply-drop-shipment)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-product" ,trytond-account-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-stock-continental")
|
|
|
|
|
(synopsis "Tryton module for continental real-time stock valuation")
|
|
|
|
|
(description "The @emph{Account Stock Continental} Tryton module adds the
|
|
|
|
|
continental accounting model for stock valuation.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:11 -04:00
|
|
|
|
(define-public trytond-account-stock-landed-cost
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-stock-landed-cost")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_stock_landed_cost" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1p5xgd76585i55zcwvsi2gqhl0br9gbw398ap7m0cvadxfa6nxch"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_stock_landed_cost"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-stock-landed-cost")
|
|
|
|
|
(synopsis "Tryton module for landed cost")
|
|
|
|
|
(description "The @emph{Account Stock Landed Cost} Tryton module allows to
|
|
|
|
|
allocate landed cost on Supplier Shipments after their reception.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:11 -04:00
|
|
|
|
(define-public trytond-account-stock-landed-cost-weight
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-stock-landed-cost-weight")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_stock_landed_cost_weight" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "10i0ww3k2cgdg227lv6h8ag2j6rm07maylbh3n0grwxfy8dbq34m"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_stock_landed_cost_weight"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-stock-landed-cost" ,trytond-account-stock-landed-cost)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-product-measurements" ,trytond-product-measurements)
|
|
|
|
|
("trytond-stock-shipment-measurements"
|
|
|
|
|
,trytond-stock-shipment-measurements)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-stock-landed-cost-weight")
|
|
|
|
|
(synopsis "Tryton module for landed cost per weight")
|
|
|
|
|
(description "The @emph{Account Stock Landed Cost Weight} Tryton module
|
|
|
|
|
adds an allocation method based on weight of each line. The Weight is taken
|
|
|
|
|
from the Product Measurements")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:12 -04:00
|
|
|
|
(define-public trytond-account-tax-cash
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-tax-cash")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_tax_cash" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1di8brrj4jpx99i0553whyh2fddayvwq06dwdshb3iibgv4357cr"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_tax_cash"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-account-tax-cash")
|
|
|
|
|
(synopsis "Tryton module to support tax report on cash basis")
|
|
|
|
|
(description "The @emph{Account Tax Cash} Tryton module allows to make tax
|
|
|
|
|
report on cash basis.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:13 -04:00
|
|
|
|
(define-public trytond-account-tax-rule-country
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-account-tax-rule-country")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_account_tax_rule_country" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0gy2zp023d2wqcivaiw5db5d8f4wrpqdnd6jywjhpkvqk4ay6i27"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "account_tax_rule_country"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)
|
|
|
|
|
("trytond-sale" ,trytond-sale)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-country" ,trytond-country)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-account-tax-rule-country")
|
|
|
|
|
(synopsis "Tryton module to add countries on tax rules")
|
|
|
|
|
(description "The @emph{Account Tax Rule Country} Tryton module extends
|
|
|
|
|
the tax rule to add origin and destination countries and subdivisions as
|
|
|
|
|
criteria.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-analytic-account
|
2020-08-24 18:20:14 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-analytic-account")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.2")
|
2020-08-24 18:20:14 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_analytic_account" version))
|
2020-08-24 18:20:14 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "09j9xz41n5hk3j7w63xbw1asd3p00prqvl652qcm9x1nrlmqiw3r"))))
|
2020-08-24 18:20:14 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "analytic_account"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-24 18:20:14 -04:00
|
|
|
|
(propagated-inputs
|
2021-08-26 11:54:49 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
2020-08-24 18:20:14 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module for analytic accounting")
|
2020-08-24 18:20:14 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that adds the fundamentals
|
|
|
|
|
required to analyse accounting using multiple different axes.")
|
2020-08-24 18:20:14 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-analytic-account
|
|
|
|
|
(deprecated-package
|
|
|
|
|
"python-trytond-analytic-account" trytond-analytic-account))
|
|
|
|
|
|
2021-08-27 09:09:13 -04:00
|
|
|
|
(define-public trytond-analytic-invoice
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-analytic-invoice")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_analytic_invoice" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "151vwcn5sgpqma9kjxbznx4v4wlhfc97dcyb432brxnswf5glcir"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "analytic_invoice"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-asset" ,trytond-account-asset)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-analytic-account" ,trytond-analytic-account)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-analytic-invoice")
|
|
|
|
|
(synopsis "Tryton module to add analytic accounting on invoice")
|
|
|
|
|
(description "The @emph{Analytic Invoice} Tryton module allows to set
|
|
|
|
|
analytic accounts on invoice line.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:13 -04:00
|
|
|
|
(define-public trytond-analytic-purchase
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-analytic-purchase")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_analytic_purchase" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1yx3w3p98y11qw99jy02kal9393y6jpxazsfcznsffgigw2vl3y6"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "analytic_purchase"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-analytic-account" ,trytond-analytic-account)
|
|
|
|
|
("trytond-analytic-invoice" ,trytond-analytic-invoice)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-analytic-purchase")
|
|
|
|
|
(synopsis "Tryton module to add analytic accounting on purchase")
|
|
|
|
|
(description "The @emph{Analytic Purchase} Tryton module allows to set
|
|
|
|
|
analytic accounts on purchase line.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:14 -04:00
|
|
|
|
(define-public trytond-analytic-sale
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-analytic-sale")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_analytic_sale" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "07l97jmg67468pihymfcjagqbbfdcmry3654f24zbmnljxy2qm1x"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "analytic_sale"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-analytic-account" ,trytond-analytic-account)
|
|
|
|
|
("trytond-analytic-invoice" ,trytond-analytic-invoice)
|
|
|
|
|
("trytond-sale" ,trytond-sale)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-analytic-sale")
|
|
|
|
|
(synopsis "Tryton module to add analytic accounting on sale")
|
|
|
|
|
(description "The @emph{Analytic Sale} Tryton module allows to set
|
|
|
|
|
analytic accounts on sale line.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:14 -04:00
|
|
|
|
(define-public trytond-attendance
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-attendance")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_attendance" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1kwbxblpwjw9sv9axfp29vqgdkwkzf0c0vw8qx1fx8mfwv1hba5c"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "attendance"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-timesheet" ,trytond-timesheet)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-attendance")
|
|
|
|
|
(synopsis "Tryton module for recording employee attendance")
|
|
|
|
|
(description "The @emph{Attendance} Tryton module allows you to track the
|
|
|
|
|
entry and exit time of employees. The module also comes with a sheet that
|
|
|
|
|
shows for each employee the total duration per day in the company and the
|
|
|
|
|
detail of the time of entrance and exit")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:15 -04:00
|
|
|
|
(define-public trytond-authentication-sms
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-authentication-sms")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_authentication_sms" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1g46mimgjkz2lvh90p2ffmkfgwl7w03iqnvqlcghwpxk5vyxw3sj"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "authentication_sms"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-authentication-sms")
|
|
|
|
|
(synopsis "Tryton module to authenticate users via SMS")
|
|
|
|
|
(description "The @emph{Authentication SMS} Tryton module allows users to
|
|
|
|
|
authenticate via SMS. It adds a new authentication method sms, which can be
|
|
|
|
|
used in the list of authentications in the session section of the
|
|
|
|
|
configuration file.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:15 -04:00
|
|
|
|
(define-public trytond-bank
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-bank")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_bank" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0qwgp2s88n4hcqqxg1g34lmmvq5spdlkm978gzn6s96kmmzang0c"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "bank"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-stdnum" ,python-stdnum)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-bank")
|
|
|
|
|
(synopsis "Tryton module with banks")
|
|
|
|
|
(description "The @emph{Bank} Tryton module defines the concept of bank
|
|
|
|
|
and account.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:15 -04:00
|
|
|
|
(define-public trytond-carrier
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-carrier")
|
|
|
|
|
(version "6.0.2")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_carrier" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0kp08jb5f86bzfyn99qs4k1047svdrkhz3jxv3jw46vrpc2s0c1y"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "carrier"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-country" ,trytond-country)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-carrier")
|
|
|
|
|
(synopsis "Tryton module with carriers")
|
|
|
|
|
(description "The @emph{Carrier} Tryton module defines the concept
|
|
|
|
|
of carrier.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:16 -04:00
|
|
|
|
(define-public trytond-carrier-percentage
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-carrier-percentage")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_carrier_percentage" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0glgjf733qliqxbr1sykxn2rlphagnpixhkg84my7bv6cxfmvkh6"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "carrier_percentage"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-purchase-shipment-cost" ,trytond-purchase-shipment-cost)
|
|
|
|
|
("trytond-sale-shipment-cost" ,trytond-sale-shipment-cost)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-carrier" ,trytond-carrier)
|
|
|
|
|
("trytond-currency" ,trytond-currency)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-carrier-percentage")
|
|
|
|
|
(synopsis "Tryton module to add cost method based on percentage")
|
|
|
|
|
(description "The @emph{Carrier Percentage} Tryton module adds a cost
|
|
|
|
|
method \"on percentage\" on carrier.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:16 -04:00
|
|
|
|
(define-public trytond-carrier-subdivision
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-carrier-subdivision")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_carrier_subdivision" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1mmbz541yywdgm16ij2xfvm50xad24plmqdb739ssg6jj0skmji4"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "carrier_subdivision"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-sale-shipment-cost" ,trytond-sale-shipment-cost)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-carrier" ,trytond-carrier)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-carrier-subdivision")
|
|
|
|
|
(synopsis "Tryton module that allows carriers selection to be restricted
|
|
|
|
|
by subdivision")
|
|
|
|
|
(description "The @emph{Carrier Subdivision} Tryton module extends the
|
|
|
|
|
carrier selection pattern with
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item the warehouse Subdivision,
|
|
|
|
|
@item the customer Subdivision,
|
|
|
|
|
@item a regular expression to match against warehouse postal code and
|
|
|
|
|
@item A regular expression to match against customer postal code.
|
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
|
|
These can be used to restrict the usage of a carrier to a specific subdivision
|
|
|
|
|
or a specific postal code.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:17 -04:00
|
|
|
|
(define-public trytond-carrier-weight
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-carrier-weight")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_carrier_weight" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0l2gg4syym7jk0vjqnw7invh0gngrfmg9zmmvc1k6110aryr77yi"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "carrier_weight"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-purchase-shipment-cost" ,trytond-purchase-shipment-cost)
|
|
|
|
|
("trytond-sale-shipment-cost" ,trytond-sale-shipment-cost)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-carrier" ,trytond-carrier)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-product-measurements" ,trytond-product-measurements)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-carrier-weight")
|
|
|
|
|
(synopsis "Tryton module to add cost method based on weight")
|
|
|
|
|
(description "The @emph{Carrier Weight} Tryton module adds a cost method
|
|
|
|
|
\"on weight\" on carrier. The price is computed by finding the line for which
|
|
|
|
|
the weight is greater or equal but smaller than the next line.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:17 -04:00
|
|
|
|
(define-public trytond-commission
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-commission")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_commission" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0a5grn6gvvwn0prr5fpgyj4kz283w08a8svmv3b4a4c5pchik3hv"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "commission"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-sale" ,trytond-sale)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-simpleeval" ,python-simpleeval)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-account-product" ,trytond-account-product)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-commission")
|
|
|
|
|
(synopsis "Tryton module for commission")
|
|
|
|
|
(description "The @emph{Commission} Tryton module allows to manageq
|
|
|
|
|
commission for sale's agents. A commission move is created when posting the
|
|
|
|
|
invoice, following the agent's commission plan.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:18 -04:00
|
|
|
|
(define-public trytond-commission-waiting
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-commission-waiting")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_commission_waiting" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "113wzwjip8virdh9bnh14vl29wb3w7a32skk5yibja819s19ycdn"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "commission_waiting"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-commission" ,trytond-commission)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-commission-waiting")
|
|
|
|
|
(synopsis "Tryton module for commission waiting")
|
|
|
|
|
(description "The @emph{Commission Waiting} Tryton module allows to
|
|
|
|
|
generate account move for each commission between the expense/revenue account
|
|
|
|
|
to a waiting account defined on the agent.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-company
|
2020-08-24 18:20:16 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-company")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.3")
|
2020-08-24 18:20:16 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_company" version))
|
2020-08-24 18:20:16 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "1q4qdyg32dn00pn3pj2yjl3jhxaqpv7a1cv5s5c95cpy5p46p02n"))))
|
2020-08-24 18:20:16 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "company"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-24 18:20:16 -04:00
|
|
|
|
(propagated-inputs
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
2020-08-24 18:20:16 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module with companies and employees")
|
2020-08-24 18:20:16 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that defines the concepts of
|
|
|
|
|
company and employee and extend the user model.")
|
2020-08-24 18:20:16 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-company
|
|
|
|
|
(deprecated-package "python-trytond-company" trytond-company))
|
|
|
|
|
|
2021-08-27 09:09:18 -04:00
|
|
|
|
(define-public trytond-company-work-time
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-company-work-time")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_company_work_time" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0aasp12l66zcys9w3qc4ysi2krd5c9x3xxaxvr29j7zl7nz05bwx"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "company_work_time"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-company-work-time")
|
|
|
|
|
(synopsis "Tryton module to add work time on company")
|
|
|
|
|
(description "The @emph{Company Work Time} Tryton module adds work time
|
|
|
|
|
management.
|
|
|
|
|
|
|
|
|
|
The Company Work Time module adds 4 new fields (Hours per Work Day, Hours per
|
|
|
|
|
Work Week, Hours per Work Month, Hours per Work Year) on the company form that
|
|
|
|
|
allow to define how much hours are spent by an employee in a day, a week, a
|
|
|
|
|
month and a year of work.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-country
|
2020-08-26 09:49:53 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-country")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.1")
|
2020-08-26 09:49:53 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_country" version))
|
2020-08-26 09:49:53 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "1ksinysac7p0k8avsz8xqzfkmm21s6i93qyrsma5h4y5477cwmw7"))))
|
2020-08-26 09:49:53 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
;; Doctest contains one test that requires internet access.
|
|
|
|
|
(arguments (tryton-arguments "country" "--no-doctest"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-26 09:49:53 -04:00
|
|
|
|
(propagated-inputs
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
`(("python-pycountry" ,python-pycountry)
|
gnu: Rename "python-trytond" to "trytond".
Trytond is an application, and only python libraries should have
the "python-" prefix.
* gnu/packages/tryton.scm (python-trytond): Rename to...
(trytond): ...this. [synopsis] Rephrase.
(python-trytond): Redefine as a deprecated alias.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]:
Rename python-trytond to trytond.
2021-01-22 10:53:38 -05:00
|
|
|
|
("trytond" ,trytond)))
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(home-page "http://www.tryton.org/")
|
|
|
|
|
(synopsis "Tryton module with countries")
|
2020-08-26 09:49:53 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module with countries.")
|
2020-08-26 09:49:53 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-country
|
|
|
|
|
(deprecated-package "python-trytond-country" trytond-country))
|
|
|
|
|
|
|
|
|
|
(define-public trytond-currency
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-currency")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.1")
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_currency" version))
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "0fs2wvhgvc0l4yzs5m9l8z4lbzazr42hgz0859malhnlp1sya2kq"))))
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(build-system python-build-system)
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
;; Doctest 'scenario_currency_rate_update.rst' fails.
|
|
|
|
|
(arguments (tryton-arguments "currency" "--no-doctest"))
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(native-inputs
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
`(,@%standard-trytond-native-inputs
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
("python-forex-python" ,python-forex-python)
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
("python-pycountry" ,python-pycountry)))
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(propagated-inputs
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
`(("python-sql" ,python-sql)
|
gnu: Rename "python-trytond" to "trytond".
Trytond is an application, and only python libraries should have
the "python-" prefix.
* gnu/packages/tryton.scm (python-trytond): Rename to...
(trytond): ...this. [synopsis] Rephrase.
(python-trytond): Redefine as a deprecated alias.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]:
Rename python-trytond to trytond.
2021-01-22 10:53:38 -05:00
|
|
|
|
("trytond" ,trytond)))
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module with currencies")
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that defines the concepts of
|
|
|
|
|
currency and rate.")
|
2020-08-26 09:51:49 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-currency
|
|
|
|
|
(deprecated-package "python-trytond-currency" trytond-currency))
|
|
|
|
|
|
2021-08-27 09:09:19 -04:00
|
|
|
|
(define-public trytond-customs
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-customs")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_customs" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1qilj1b9zr35z15313xbvgklf87dgxddvkcnymklwp9n7vs7hrz5"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "customs"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-simpleeval" ,python-simpleeval)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-country" ,trytond-country)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-customs")
|
|
|
|
|
(synopsis "Tryton module for customs")
|
|
|
|
|
(description "The @emph{Customs} Tryton module allows to define customs
|
|
|
|
|
duty based on the tariff code.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:19 -04:00
|
|
|
|
(define-public trytond-dashboard
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-dashboard")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_dashboard" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1drqiks8r7y58wz0skfa39v9yqx9fi5x0ymrrjd87wybw9q3kv46"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "dashboard"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-dashboard")
|
|
|
|
|
(synopsis "Tryton module for dashboard")
|
|
|
|
|
(description "The @emph{Dashboard} Tryton module allows users to
|
|
|
|
|
configure their dashboard.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:19 -04:00
|
|
|
|
(define-public trytond-edocument-uncefact
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-edocument-uncefact")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_edocument_uncefact" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0b5qhkirfkrh5g1d7m42f7niiz86favf352i403fdi4j532sl3i2"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "edocument_uncefact"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("python-lxml" ,python-lxml)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-edocument-unece" ,trytond-edocument-unece)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-edocument-uncefact")
|
|
|
|
|
(synopsis "Tryton module for electronic document UN/CEFACT")
|
|
|
|
|
(description "The @emph{Edocument UN/CEFACT} Tryton module implements
|
|
|
|
|
electronic document from UN/CEFACT. Supported formats are:
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item Cross-Industry-Invoice (16B-CII)
|
|
|
|
|
@end itemize")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:20 -04:00
|
|
|
|
(define-public trytond-edocument-unece
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-edocument-unece")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_edocument_unece" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1ri3gjvk0h0sljbgh7h2j0rbr3953p3k21l8x6rhrnh1q2rqgi70"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "edocument_unece"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-edocument-unece")
|
|
|
|
|
(synopsis "Tryton module for electronic document UNECE codes")
|
|
|
|
|
(description "The @emph{Edocument UNECE} Tryton module adds several codes
|
|
|
|
|
from the UNECE. Supported formats are:
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item Recommendation N°. 20 Codes for
|
|
|
|
|
Units of Measure Used in International Trade
|
|
|
|
|
@item 5153 Duty or tax or fee type name code
|
|
|
|
|
@item 5305 Duty or tax or fee category code
|
|
|
|
|
@end itemize")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:20 -04:00
|
|
|
|
(define-public trytond-incoterm
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-incoterm")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_incoterm" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "09x53kqi7dvmr4kcri2b3f0lxyv99pi731vhk6581f3vy2bby97s"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "incoterm"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
|
|
|
|
|
("trytond-carrier" ,trytond-carrier)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)
|
|
|
|
|
("trytond-purchase-request-quotation"
|
|
|
|
|
,trytond-purchase-request-quotation)
|
|
|
|
|
("trytond-sale" ,trytond-sale)
|
|
|
|
|
("trytond-sale-invoice-grouping" ,trytond-sale-invoice-grouping)
|
|
|
|
|
("trytond-sale-opportunity" ,trytond-sale-opportunity)
|
|
|
|
|
("trytond-sale-shipment-cost" ,trytond-sale-shipment-cost)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-incoterm")
|
|
|
|
|
(synopsis "Tryton module for incoterms")
|
|
|
|
|
(description "The @emph{Incoterm} Tryton module is used to manage the
|
|
|
|
|
Incoterms on sales, purchases and shipments. The module contains the Incoterm
|
|
|
|
|
versions of 2010 and 2020.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:21 -04:00
|
|
|
|
(define-public trytond-ldap-authentication
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-ldap-authentication")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_ldap_authentication" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1iylbpp66qjff1mkp0w3a703pracpcv3bv25i2bafkmcjiv9b4jl"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "ldap_authentication"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-ldap3" ,python-ldap3)
|
|
|
|
|
("trytond" ,trytond)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-ldap-authentication")
|
|
|
|
|
(synopsis "Tryton module to authenticate users through LDAP")
|
|
|
|
|
(description "The @emph{LDAP Authentication} Tryton module allows to
|
|
|
|
|
authenticate users via a LDAP server.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:21 -04:00
|
|
|
|
(define-public trytond-marketing
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-marketing")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_marketing" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0mh85sx5xj06zjmf9fhcislkwlp7k54fz14k3ia1xxpw5f953y3c"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "marketing"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-marketing")
|
|
|
|
|
(synopsis "Tryton module to group marketing features")
|
|
|
|
|
(description "The @emph{Marketing} Tryton module defines the
|
|
|
|
|
fundamentals for marketing modules.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:21 -04:00
|
|
|
|
(define-public trytond-marketing-automation
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-marketing-automation")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_marketing_automation" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0c2bjkxkpkjqm5zqk0r0gcxm1cxgixm6xxhh16j46vy7d4zssgsp"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "marketing_automation"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-marketing" ,trytond-marketing)
|
|
|
|
|
("trytond-web-shortener" ,trytond-web-shortener)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-marketing-automation")
|
|
|
|
|
(synopsis "Tryton module to plan, coordinate and manage marketing
|
|
|
|
|
campaigns")
|
|
|
|
|
(description "The @emph{Marketing Automation} Tryton module allows
|
|
|
|
|
marketing actions to be automated. It is based on scenarios and activities
|
|
|
|
|
that are executed on selected records.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:22 -04:00
|
|
|
|
(define-public trytond-marketing-email
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-marketing-email")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_marketing_email" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "07zh1pni4kpm6bsgyizz0a5k64nyxc9laxxaih9py7d24p9pgvky"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "marketing_email"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-marketing" ,trytond-marketing)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-web-shortener" ,trytond-web-shortener)
|
|
|
|
|
("trytond-web-user" ,trytond-web-user)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-marketing-email")
|
|
|
|
|
(synopsis "Tryton module to manage marketing mailing lists")
|
|
|
|
|
(description "This package provides a Tryton module for managing marketing
|
|
|
|
|
mailing lists.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:23 -04:00
|
|
|
|
(define-public trytond-notification-email
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-notification-email")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_notification_email" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "12hi2p400b15vsmq2a4yifxppc08zdf5l64svv987mxxqv6403ma"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "notification_email"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-commission" ,trytond-commission)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-web-user" ,trytond-web-user)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-notification-email")
|
|
|
|
|
(synopsis "Tryton module for sending email notifications")
|
|
|
|
|
(description "The @emph{Notification Email} Tryton module allows to define
|
|
|
|
|
email templates which will be sent to a list of recipients when a trigger is
|
|
|
|
|
fired on a record event. Extra reports from the same record can be attached
|
|
|
|
|
to the email.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-party
|
2020-08-26 09:51:50 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-party")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.2")
|
2020-08-26 09:51:50 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_party" version))
|
2020-08-26 09:51:50 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "0aikzpr0ambc98v76dl6xqa42b08dy3b011y33lvxjp5mcha3f7y"))))
|
2020-08-26 09:51:50 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
;; Doctest 'scenario_party_phone_number.rst' fails.
|
|
|
|
|
(arguments (tryton-arguments "party" "--no-doctest"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-26 09:51:50 -04:00
|
|
|
|
(propagated-inputs
|
2021-08-26 11:54:49 -04:00
|
|
|
|
`(("python-stdnum" ,python-stdnum)
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-country" ,trytond-country)))
|
2020-08-26 09:51:50 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module for parties and addresses")
|
2020-08-26 09:51:50 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module for (counter)parties and
|
|
|
|
|
addresses.")
|
2020-08-26 09:51:50 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-party
|
|
|
|
|
(deprecated-package "python-trytond-party" trytond-party))
|
|
|
|
|
|
2021-08-27 09:09:23 -04:00
|
|
|
|
(define-public trytond-party-avatar
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-party-avatar")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_party_avatar" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1g0f4522bfw2ycr05yq9k570amwcfxf9sza89lhhpzg0kxx0mpq2"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "party_avatar"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-company" ,trytond-company)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-party-avatar")
|
|
|
|
|
(synopsis "Tryton module that adds avatars to parties")
|
|
|
|
|
(description "The @emph{Party Avatar} Tryton module adds an avatar to each
|
|
|
|
|
party.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:23 -04:00
|
|
|
|
(define-public trytond-party-relationship
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-party-relationship")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_party_relationship" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "03lkjmhinxm75schfn596vyg8459fx2spdyh372ikra3zdp8pg75"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "party_relationship"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-party-relationship")
|
|
|
|
|
(synopsis "Party Relationship module for Tryton")
|
|
|
|
|
(description "The @emph{Party Relationship} Tryton module allows to define
|
|
|
|
|
different types of relations between parties.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:24 -04:00
|
|
|
|
(define-public trytond-party-siret
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-party-siret")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_party_siret" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1xmfjiqn7wzwja34abrxn3bj39z0799pdxd8bcz7l5dxrnqxwc38"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "party_siret"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-party" ,trytond-party)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-party-siret")
|
|
|
|
|
(synopsis "Tryton module to add SIRET/SIREN on parties")
|
|
|
|
|
(description "The @emph{Party SIRET} Tryton module adds the French company
|
|
|
|
|
identification numbers SIREN and SIRET on party and address.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-product
|
2020-08-24 18:20:17 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-product")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.1")
|
2020-08-24 18:20:17 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_product" version))
|
2020-08-24 18:20:17 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "1xvvqxkvzyqy6fn2sj5h3zj0g17igzwx6s18sxkdz72vqz6kpv0l"))))
|
2020-08-24 18:20:17 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "product"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-24 18:20:17 -04:00
|
|
|
|
(propagated-inputs
|
2021-08-26 11:54:49 -04:00
|
|
|
|
`(("python-stdnum" ,python-stdnum)
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)))
|
2020-08-24 18:20:17 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module with products")
|
2020-08-24 18:20:17 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that defines two concepts: Product
|
|
|
|
|
Template and Product.")
|
2020-08-24 18:20:17 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-product
|
|
|
|
|
(deprecated-package "python-trytond-product" trytond-product))
|
|
|
|
|
|
2021-08-27 09:09:24 -04:00
|
|
|
|
(define-public trytond-product-attribute
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-attribute")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_attribute" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0brvwvm3q2ik4vjb9cwd6jxddrmpp2vcafw8k675gy0xbbp1ddik"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_attribute"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-product-attribute")
|
|
|
|
|
(synopsis "Tryton module with product attributes")
|
|
|
|
|
(description "The @emph{Product Attribute} Tryton module defines the
|
|
|
|
|
models `Attribute` and `Attribute Set` for products.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:24 -04:00
|
|
|
|
(define-public trytond-product-classification
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-classification")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_classification" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1sq42siqq8w6dd8jnqnkzy3npaf9g2nrdzazkl6nw5dysvpsz8cr"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_classification"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-product-classification")
|
|
|
|
|
(synopsis "Tryton module to implement product classification")
|
|
|
|
|
(description "The @emph{Product Classification} Tryton module defines the
|
|
|
|
|
tools for other modules to create classifications of products. It adds a
|
|
|
|
|
reference field classification to the product template.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:25 -04:00
|
|
|
|
(define-public trytond-product-classification-taxonomic
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-classification-taxonomic")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_classification_taxonomic" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1pkk0z4bl1pz2yxs46b18fj35zwa80dnbickjg1ad66n9yrmifk6"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_classification_taxonomic"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product-classification" ,trytond-product-classification)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-product-classification-taxonomic")
|
|
|
|
|
(synopsis "Tryton module to implement product classification taxonomic")
|
|
|
|
|
(description "The @emph{Product Classification Taxonomic} Tryton module
|
|
|
|
|
adds the taxonomic classification to the products.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:25 -04:00
|
|
|
|
(define-public trytond-product-cost-fifo
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-cost-fifo")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_cost_fifo" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1zksnawvnbf1l2hkyxw4m85ysjy6i8kbx103sz4p9a9bgvjn3ai6"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_cost_fifo"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-product-cost-fifo")
|
|
|
|
|
(synopsis "Tryton module to add FIFO cost method")
|
|
|
|
|
(description "The @emph{Product Cost FIFO} Tryton module add a
|
|
|
|
|
first-in-first-out option in the `Cost Method` field of the product form.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:26 -04:00
|
|
|
|
(define-public trytond-product-cost-history
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-cost-history")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_cost_history" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "01cxx1lmcxwangk3q8lhbkd97w208qxpk96mqxv2hgds77xr42cj"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_cost_history"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-product-cost-history")
|
|
|
|
|
(synopsis "Tryton module to historize product cost")
|
|
|
|
|
(description "The @emph{Product Cost History} Tryton module adds a `Cost
|
|
|
|
|
History` relate on the product form, showing the cost price evolution of the
|
|
|
|
|
product. The history is based on the cost price stored on the incoming stock
|
|
|
|
|
moves for goods and assets and based on the history table for service. When a
|
|
|
|
|
historic cost price is needed, the value is taken from this history for goods
|
|
|
|
|
and assets.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:26 -04:00
|
|
|
|
(define-public trytond-product-cost-warehouse
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-cost-warehouse")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_cost_warehouse" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "12fcnmcx4m5wyw1hi3k175iiis5m18fcs72b04y14km583s6jcfr"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_cost_warehouse"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-stock-continental" ,trytond-account-stock-continental)
|
|
|
|
|
("trytond-product-cost-fifo" ,trytond-product-cost-fifo)
|
|
|
|
|
("trytond-product-cost-history" ,trytond-product-cost-history)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-product-cost-warehouse")
|
|
|
|
|
(synopsis "Tryton module to compute product cost per warehouse")
|
|
|
|
|
(description "The @emph{Product Cost Warehouse} Trython module allows the
|
|
|
|
|
cost price of products to be calculated separately for each warehouse.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:26 -04:00
|
|
|
|
(define-public trytond-product-kit
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-kit")
|
|
|
|
|
(version "6.0.3")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_kit" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1xr1vd66lrnzj16ycbw5xnz4ai44ml77akhsvxvihf09zdz09yd7"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_kit"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)
|
|
|
|
|
("trytond-sale" ,trytond-sale)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-product-kit")
|
|
|
|
|
(synopsis "Tryton module to manage product kits and components")
|
|
|
|
|
(description "The @emph{Product Kit} Tryton Module adds kits and
|
|
|
|
|
components to products. This enables a defined set of products to be sold or
|
|
|
|
|
purchased using a single line.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:27 -04:00
|
|
|
|
(define-public trytond-product-measurements
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-measurements")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_measurements" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0za3p0wxh2kb6f49455pggnpmy0vfiwj95j5c3l63x8q5yp8vdjl"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_measurements"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-product-measurements")
|
|
|
|
|
(synopsis "Tryton module to add measurements to product")
|
|
|
|
|
(description "The @emph{Product Measurements} Tryton module adds this
|
|
|
|
|
following measurements to Product:")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:27 -04:00
|
|
|
|
(define-public trytond-product-price-list
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-price-list")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_price_list" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1csr2g7wx89kykhm76dyrjn0nicvjmc4razqfqpj9rhdpwppdgr6"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_price_list"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-simpleeval" ,python-simpleeval)
|
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-product-price-list")
|
|
|
|
|
(synopsis "Tryton module with price list")
|
|
|
|
|
(description "The @emph{Product Price List} Tryton module provides formula
|
|
|
|
|
to compute prices per product or category.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:28 -04:00
|
|
|
|
(define-public trytond-product-price-list-dates
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-price-list-dates")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_price_list_dates" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0p1n4qivj9gfhdy0357n53wswyi14rnanc2bkayiv3zfr7qkf2m1"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_price_list_dates"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-sale-price-list" ,trytond-sale-price-list)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product-price-list" ,trytond-product-price-list)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-product-price-list-dates")
|
|
|
|
|
(synopsis "Tryton module to add dates on price list")
|
|
|
|
|
(description "The @emph{Product Price List Dates} Tryton module adds start
|
|
|
|
|
date and end date conditions to the price list lines.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:28 -04:00
|
|
|
|
(define-public trytond-product-price-list-parent
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-product-price-list-parent")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_product_price_list_parent" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "15jdw9qj2fffml9x4vdlzp3iz5gs2l597hpf5y5p887mmx9aa8cn"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "product_price_list_parent"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product-price-list" ,trytond-product-price-list)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-product-price-list-parent")
|
|
|
|
|
(synopsis "Tryton module to use price from another price list")
|
|
|
|
|
(description "The @emph{Product Price List Parent} Tryton module adds a
|
|
|
|
|
parent to the price list and the keyword `parent_unit_price` for the formula
|
|
|
|
|
which contains the unit price computed by the parent price list.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:28 -04:00
|
|
|
|
(define-public trytond-production
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-production")
|
|
|
|
|
(version "6.0.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_production" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0ys1wg52bs3i7yjrrkm9ycn07xz7fsb2pqc4a2bj44691pvrclpk"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "production"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-production")
|
|
|
|
|
(synopsis "Tryton module for production")
|
|
|
|
|
(description "The @emph{Production} Tryton module defines basics
|
|
|
|
|
for production management: Bill of material and production order.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:29 -04:00
|
|
|
|
(define-public trytond-production-outsourcing
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-production-outsourcing")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_production_outsourcing" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "08pp80d4jfw7qmhvds60i63pb2nad489xwkf2ybbzdkrzhcgrrjk"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "production_outsourcing"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-production" ,trytond-production)
|
|
|
|
|
("trytond-production-routing" ,trytond-production-routing)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-production-outsourcing")
|
|
|
|
|
(synopsis "Tryton module to outsource production")
|
|
|
|
|
(description "The @emph{Production Outsourcing} Tryton module allows to
|
|
|
|
|
outsource production order per routing. When such outsourced production is
|
|
|
|
|
set to @code{waiting}, a purchase order is created and its cost is added to
|
|
|
|
|
the production.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:29 -04:00
|
|
|
|
(define-public trytond-production-routing
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-production-routing")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_production_routing" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0qypqsf36lf02wrbv7pwhg2vv7004g7c6vxd1z2aiwj58g8q7894"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "production_routing"))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(,@%standard-trytond-native-inputs
|
|
|
|
|
("trytond-stock-supply-production" ,trytond-stock-supply-production)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-production" ,trytond-production)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-production-routing")
|
|
|
|
|
(synopsis "Tryton module for production routing")
|
|
|
|
|
(description "The @emph{Production Routing} Tryton module defines the
|
|
|
|
|
routings for production: Routing, Step and Operation.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:30 -04:00
|
|
|
|
(define-public trytond-production-split
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-production-split")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_production_split" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0jl2jnm0lwybwjw2w4nb7ih2s3z7lp00l6zm5vsx4phcvfvzcxgi"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "production_split"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-production" ,trytond-production)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-production-split")
|
|
|
|
|
(synopsis "Tryton module to split production")
|
|
|
|
|
(description "The @emph{Production Split} Tryton module adds on the
|
|
|
|
|
production a wizard that allows to split it. The production is split into
|
|
|
|
|
productions of Quantity. If a count is set, it will be split only this number
|
|
|
|
|
of times. On occasion there can be a production with the remaining
|
|
|
|
|
quantity.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:30 -04:00
|
|
|
|
(define-public trytond-production-work
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-production-work")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_production_work" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "01a09snawlr224s5aqhrdkal14qry4hlfsglnsk09yzbw6fx196b"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "production_work"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-production" ,trytond-production)
|
|
|
|
|
("trytond-production-routing" ,trytond-production-routing)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-production-work")
|
|
|
|
|
(synopsis "Tryton module for production work")
|
|
|
|
|
(description "The @emph{Production Work} Tryton module allows to manage
|
|
|
|
|
work order for each production. It also adds in the production cost for the
|
|
|
|
|
work cost.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:31 -04:00
|
|
|
|
(define-public trytond-production-work-timesheet
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-production-work-timesheet")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_production_work_timesheet" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1r7k25wddd381g0p5pj3m8jqvbg8g6ss0ifnhhjya3b6x0d41jz9"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "production_work_timesheet"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-production-routing" ,trytond-production-routing)
|
|
|
|
|
("trytond-production-work" ,trytond-production-work)
|
|
|
|
|
("trytond-timesheet" ,trytond-timesheet)))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://docs.tryton.org/projects/modules-production-work-timesheet")
|
|
|
|
|
(synopsis "Tryton module for timesheet on production work")
|
|
|
|
|
(description "The @emph{Production Work Timesheet} Tryton module allows to
|
|
|
|
|
enter timesheet for production works.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:31 -04:00
|
|
|
|
(define-public trytond-project
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-project")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_project" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1xlqzg07csr9a89jjgmk5n4d9dd2s3qahg2x8arf3vqqnrqw1g0f"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "project"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-company-work-time" ,trytond-company-work-time)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-timesheet" ,trytond-timesheet)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-project")
|
|
|
|
|
(synopsis "Tryton module with projects")
|
|
|
|
|
(description "The @emph{Project} Tryton module provides the concepts of
|
|
|
|
|
project and task and the basis for simple project management.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-08-27 09:09:31 -04:00
|
|
|
|
(define-public trytond-project-invoice
|
|
|
|
|
(package
|
|
|
|
|
(name "trytond-project-invoice")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "trytond_project_invoice" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0wxgpsn5kwfz4f51icmc0p7r615lpr286ifwyz0xnd6rrh0glvmw"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments (tryton-arguments "project_invoice"))
|
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-account-product" ,trytond-account-product)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-project" ,trytond-project)
|
|
|
|
|
("trytond-project-revenue" ,trytond-project-revenue)
|
|
|
|
|
("trytond-timesheet" ,trytond-timesheet)))
|
|
|
|
|
(home-page "https://docs.tryton.org/projects/modules-project-invoice")
|
|
|
|
|
(synopsis "Tryton module to invoice projects")
|
|
|
|
|
(description "The @emph{Project Invoice} Tryton module adds invoice
|
|
|
|
|
methods on projects. The methods are:
|
|
|
|
|
@itemize
|
|
|
|
|
@item Manual: Tryton doesn’t create any invoice.
|
|
|
|
|
@item On Effort: The invoices are created based on the Effort hours
|
|
|
|
|
for all children works with 100% progress.
|
|
|
|
|
@item On Progress: The invoices are create proportionally to the Progress
|
|
|
|
|
of the Effort hours of each children work.
|
|
|
|
|
@item On Timesheet: The invoices are created based on the timesheets
|
|
|
|
|
encoded on all children works.
|
|
|
|
|
@end itemize")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public trytond-purchase
|
2020-08-24 18:20:18 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-purchase")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.2")
|
2020-08-24 18:20:18 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_purchase" version))
|
2020-08-24 18:20:18 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "12drjw30ik3alckn6xrny4814vzi3ysh17wgiawiy9319yahsvay"))))
|
2020-08-24 18:20:18 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "purchase"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-24 18:20:18 -04:00
|
|
|
|
(propagated-inputs
|
2021-08-26 11:54:49 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-account-invoice" ,trytond-account-invoice)
|
|
|
|
|
("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
|
|
|
|
|
("trytond-account-product" ,trytond-account-product)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
2020-08-24 18:20:18 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module for purchase")
|
2020-08-24 18:20:18 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that defines the Purchase model.")
|
2020-08-24 18:20:18 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-purchase
|
|
|
|
|
(deprecated-package "python-trytond-purchase" trytond-purchase))
|
|
|
|
|
|
|
|
|
|
(define-public trytond-purchase-request
|
2020-08-26 09:51:51 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-purchase-request")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.0")
|
2020-08-26 09:51:51 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_purchase_request" version))
|
2020-08-26 09:51:51 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "0yhf3lh5b24qpk80r5pbmmswf5757bxa0s7ckl40vf6lkjkccv5i"))))
|
2020-08-26 09:51:51 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
;; Doctest 'scenario_purchase_request.rst' fails.
|
|
|
|
|
(arguments (tryton-arguments "purchase_request" "--no-doctest"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-26 09:51:51 -04:00
|
|
|
|
(propagated-inputs
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)))
|
2020-08-26 09:51:51 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module for purchase requests")
|
2020-08-26 09:51:51 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that introduces the concept of
|
|
|
|
|
Purchase Requests which are central points to collect purchase requests
|
|
|
|
|
generated by other process from Tryton.")
|
2020-08-26 09:51:51 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-purchase-request
|
|
|
|
|
(deprecated-package
|
|
|
|
|
"python-trytond-purchase-request" trytond-purchase-request))
|
|
|
|
|
|
|
|
|
|
(define-public trytond-stock
|
2020-08-26 09:51:54 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-stock")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.6")
|
2020-08-26 09:51:54 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_stock" version))
|
2020-08-26 09:51:54 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "1v6pvkwj6vhjqbz2zn0609kb7kx4g0dsn1xhvax4z2dqigh7ywpx"))))
|
2020-08-26 09:51:54 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "stock"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-26 09:51:54 -04:00
|
|
|
|
(propagated-inputs
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
`(("python-simpleeval" ,python-simpleeval)
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
("trytond" ,trytond)
|
|
|
|
|
("trytond-company" ,trytond-company)
|
|
|
|
|
("trytond-currency" ,trytond-currency)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-product" ,trytond-product)))
|
2020-08-26 09:51:54 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module for stock and inventory")
|
2020-08-26 09:51:54 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that defines the fundamentals for
|
|
|
|
|
all stock management situations: Locations where products are stored, moves
|
|
|
|
|
between these locations, shipments for product arrivals and departures and
|
|
|
|
|
inventory to control and update stock levels.")
|
2020-08-26 09:51:54 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-stock
|
|
|
|
|
(deprecated-package "python-trytond-stock" trytond-stock))
|
|
|
|
|
|
|
|
|
|
(define-public trytond-stock-lot
|
2020-08-26 09:51:52 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-stock-lot")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.0")
|
2020-08-26 09:51:52 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_stock_lot" version))
|
2020-08-26 09:51:52 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "18cwrvnrzjk1wb765gr6hp3plpdpwz1a7cwimjhxi47iw7w5c84g"))))
|
2020-08-26 09:51:52 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "stock_lot"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-26 09:51:52 -04:00
|
|
|
|
(propagated-inputs
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
2020-08-26 09:51:52 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module for lot of products")
|
2020-08-26 09:51:52 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that defines lot of products.")
|
2020-08-26 09:51:52 -04:00
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(define-public python-trytond-stock-lot
|
|
|
|
|
(deprecated-package "python-trytond-stock-lot" trytond-stock-lot))
|
|
|
|
|
|
|
|
|
|
(define-public trytond-stock-supply
|
2020-08-26 09:51:53 -04:00
|
|
|
|
(package
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
(name "trytond-stock-supply")
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(version "6.0.1")
|
2020-08-26 09:51:53 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(uri (pypi-uri "trytond_stock_supply" version))
|
2020-08-26 09:51:53 -04:00
|
|
|
|
(sha256
|
gnu: tryton applications and framework: Update to 6.0.x.
* gnu/packages/tryton.scm (trytond-account-invoice-stock,
trytond-purchase-request, trytond-stock-lot): Update to 6.0.0.
(trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1.
(trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests.
(python-proteus, trytond-account-product, trytond-analytic-account,
trytond-party, trytond-purchase): Update to 6.0.2.
(trytond-account, trytond-account-invoice, trytond-company): Update to
6.0.3.
(tryton): Update to 6.0.5.
(trytond, trytond-stock): Update to 6.0.6.
2021-08-22 14:41:45 -04:00
|
|
|
|
(base32 "1p5l3yjjy6l25kk9xnhbl691l3v8gfg9fhc87jc6qszhxlqxk730"))))
|
2020-08-26 09:51:53 -04:00
|
|
|
|
(build-system python-build-system)
|
2021-05-24 15:07:15 -04:00
|
|
|
|
(arguments (tryton-arguments "stock_supply"))
|
gnu: tryton modules: Unify native-inputs.
For testing, the tryton modules require a common set of native-input, which
basically are the propagated-inputs of `trytond`. (Some modules leave out one
or two of these, but most modules require all.) So to avoid redundant code,
use a variable for defining this common set. This reduces the maintenance
burden when more trytond modules are added.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply)[native-inputs]: Use it.
native-inouts2
2021-08-26 09:23:11 -04:00
|
|
|
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
2020-08-26 09:51:53 -04:00
|
|
|
|
(propagated-inputs
|
2021-08-26 11:54:49 -04:00
|
|
|
|
`(("trytond" ,trytond)
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
("trytond-account" ,trytond-account)
|
|
|
|
|
("trytond-party" ,trytond-party)
|
|
|
|
|
("trytond-product" ,trytond-product)
|
|
|
|
|
("trytond-purchase" ,trytond-purchase)
|
|
|
|
|
("trytond-purchase-request" ,trytond-purchase-request)
|
|
|
|
|
("trytond-stock" ,trytond-stock)))
|
2020-08-26 09:51:53 -04:00
|
|
|
|
(home-page "https://www.tryton.org/")
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
(synopsis "Tryton module for stock supply")
|
2020-08-26 09:51:53 -04:00
|
|
|
|
(description
|
gnu: tryton.scm: Reorder packages.
Move proteus near the top, as it is a package to be used by other
ications. Sort all "tryton modules" (python-trytond-*) alphabetically.
* gnu/packages/tryton.scm (python-proteus): Move behind tryton.
(python-trytond-account, python-trytond-account-invoice,
python-trytond-account-invoice-stock, python-trytond-account-product,
python-trytond-analytic-account, python-trytond-company,
python-trytond-country, python-trytond-currency, python-trytond-party,
python-trytond-product, python-trytond-purchase,
python-trytond-purchase-request, python-trytond-stock,
python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically.
2021-01-22 16:57:03 -05:00
|
|
|
|
"This package provides a Tryton module that adds automatic supply
|
|
|
|
|
mechanisms and introduces the concepts of order point.")
|
2020-08-26 09:51:53 -04:00
|
|
|
|
(license license:gpl3+)))
|
gnu: tryton modules: Remove "python"- prefix from name.
Remove the `python-` prefix from all trytond module packages. The aspect that
these packages are plugins for trytond is much more relevant than that they
are written in Python.
* gnu/packages/tryton.scm (python-trytond-account,
python-trytond-account-invoice, python-trytond-account-invoice-stock,
python-trytond-account-product, python-trytond-analytic-account,
python-trytond-company, python-trytond-counpython-try,
python-trytond-currency, python-trytond-party, python-trytond-product,
python-trytond-purchase, python-trytond-purchase-request,
python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply):
New deprecated packages.
(trytond-account, trytond-account-invoice, trytond-account-invoice-stock,
trytond-account-product, trytond-analytic-account, trytond-company,
trytond-country, trytond-currency, trytond-party, trytond-product,
trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot,
trytond-stock-supply): Renamed from the respective above.
[propagated-inputs]: Adjusted and re-ordered.
2021-08-26 06:57:31 -04:00
|
|
|
|
|
|
|
|
|
(define-public python-trytond-stock-supply
|
|
|
|
|
(deprecated-package "python-trytond-stock-supply" trytond-stock-supply))
|