diff options
author | wen <wen@FreeBSD.org> | 2012-09-14 10:21:47 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-09-14 10:21:47 +0800 |
commit | ba4d2a9f616e18cd75065560e74ff743bdb46f9f (patch) | |
tree | a844dde95483e526828b739ce1d4f7ceefe84fca /finance/Makefile | |
parent | 13af8c169266e7a5107a07edfbfe21b51f587d68 (diff) | |
download | freebsd-ports-gnome-ba4d2a9f616e18cd75065560e74ff743bdb46f9f.tar.gz freebsd-ports-gnome-ba4d2a9f616e18cd75065560e74ff743bdb46f9f.tar.zst freebsd-ports-gnome-ba4d2a9f616e18cd75065560e74ff743bdb46f9f.zip |
This port adds the Sale Module to the Tryton Application Platform.
WWW: http://www.tryton.org/
PR: 171464
Submitted by: Matthias Petermann <matthias@d2ux.net>
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index b433cfdaf410..590a644bfde7 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -115,6 +115,7 @@ SUBDIR += trytond_party SUBDIR += trytond_product SUBDIR += trytond_purchase + SUBDIR += trytond_sale SUBDIR += trytond_stock SUBDIR += trytond_timesheet SUBDIR += venice |