57aba9ad25
This is the "analytic_sale" module of the Tryton application platform. It adds analytic account on sale lines. from Christian Rueger with some tweaks ok jasper@
10 lines
232 B
Makefile
10 lines
232 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:12:16 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 2.0.0
|
|
TRYTOND_MODULE = analytic_sale
|
|
|
|
RUN_DEPENDS = productivity/tryton/analytic_invoice \
|
|
productivity/tryton/sale
|
|
|
|
.include <bsd.port.mk>
|