diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 04:48:44 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 04:48:44 -0500 |
commit | ae729ad2641c9063225b2daaacc0c9a0bd66c2a7 (patch) | |
tree | c0ef0558e4d49198cf897bce1d3064a335f5bed6 | |
parent | 988b9417d1cf0fde57091ccc977e77fac7ab6fd5 (diff) | |
download | abslibre-ae729ad2641c9063225b2daaacc0c9a0bd66c2a7.tar.gz abslibre-ae729ad2641c9063225b2daaacc0c9a0bd66c2a7.tar.bz2 abslibre-ae729ad2641c9063225b2daaacc0c9a0bd66c2a7.zip |
gnuhealth: Adding trytond modules
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index f255f94db..34a515b8e 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -22,10 +22,11 @@ depends=( python2-qrcode python2-vobject "trytond>=4.0" - "trytond-account-invoice>=4.0" "trytond-calendar>=4.0" - "trytond-country>=4.0" + "trytond-currency>=4.0" + "trytond-product>=4.0" "trytond-stock-lot>=4.0" + "trytond-stock-supply>=4.0" ) source=( http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz |