From 5d191a04f465b443f3306a4f03abe8b339ffa1b8 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 27 Aug 2021 15:09:48 +0200 Subject: gnu: Add trytond-stock-assign-manual. * gnu/packages/tryton.scm (trytond-stock-assign-manual): New variable. --- gnu/packages/tryton.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 51857aaff3..dad11f66b5 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3706,6 +3706,31 @@ inventory to control and update stock levels.") (define-public python-trytond-stock (deprecated-package "python-trytond-stock" trytond-stock)) +(define-public trytond-stock-assign-manual + (package + (name "trytond-stock-assign-manual") + (version "6.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_stock_assign_manual" version)) + (sha256 + (base32 "0106x21ncxiyd4jsbdapmf6gfix6infjf59807j2lqmrblb3z25f")))) + (build-system python-build-system) + (arguments (tryton-arguments "stock_assign_manual")) + (native-inputs + `(,@%standard-trytond-native-inputs + ("trytond-production" ,trytond-production))) + (propagated-inputs + `(("trytond" ,trytond) + ("trytond-stock" ,trytond-stock))) + (home-page "https://docs.tryton.org/projects/modules-stock-assign-manual") + (synopsis "Tryton module to assign manually stock move") + (description "The @emph{Stock Assign Manual} Tryton module adds a wizard +on shipments and production that allows you to decide from which precise +location to pick products.") + (license license:gpl3+))) + (define-public trytond-stock-lot (package (name "trytond-stock-lot") -- cgit v1.2.3 10f8a8'/>
path: root/nix/boost
an>
AgeCommit message (Collapse)Author
2020-06-24nix: Tweak .gitignore files.Christopher Baines
Remove .gitignore entries where they match source files that are tracked in Git. This is relevant to me at least, as some code searching tools use .gitignore files and will ignore matched files.
2019-11-26daemon: boost::format: Fix typo "referred".Vagrant Cascadian
* nix/boost/format/exceptions.hpp (too_few_args): Fix typo. (too_many_args): Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Ludovic Courtès
2019-07-13doc: Update keyserver URL....* HACKING (Commit Access): Change keyserver URL to 'keys.openpgp.org'. Leo Famulari
2019-02-11HACKING: Update key server....* HACKING (Commit Access): Recommend pool.sks-keyservers.net. Ludovic Courtès
2018-07-22doc: Fix typo (missing period)...* HACKING (Commit Access): Fix typo. Pierre Neidhardt
2017-08-19doc: Mention how to use emacs-debbugs....* HACKING (Using emacs-debbugs): Add section on using emacs-debbugs. Arun Isaac
2017-03-27maint: Give command to install the pre-push hook....* HACKING: Add 'cp' line to install the pre-push hook. Ludovic Courtès
2017-03-24maint: Mention the Signed-off-by line in 'HACKING'....* HACKING: Mention the Signed-off-by line. Clément Lassieur
2017-03-15maint: Mention guix-patches@gnu.org in 'HACKING'....Fixes <http://bugs.gnu.org/25899>. * HACKING: Mention guix-patches@gnu.org. Ludovic Courtès
2017-01-30maint: Fix invalid calls to 'info'....* HACKING <Contributing>: Remove name of the manual from the item argument. * README <Installation>: Likewise. Mathieu Lirzin
2017-01-04doc: Add a Git hook that verifies signatures before pushing....* HACKING (Commit Access): Describe the pre-push Git hook. * etc/git/pre-push: New file. Leo Famulari
2016-07-24doc: Explain how to set up Git for signing....* HACKING (Commit Access): Give instructions on how to set up Git for signing. Ludovic Courtès
2016-07-14doc: Mention commit signatures in HACKING....* HACKING: Mention commit signatures. Leo Famulari