Import trytond-module-currency-2.0.1.
This is the "currency" module for the Tryton application platform. it defines currencies and exchange rate and allows to customize the formatting of the currency amount. ok jasper@
This commit is contained in:
parent
9b5c6cc46e
commit
b49b00a02d
10
productivity/tryton/currency/Makefile
Normal file
10
productivity/tryton/currency/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/13 17:10:16 ajacoutot Exp $
|
||||
|
||||
COMMENT = trytond currency module
|
||||
|
||||
DISTNAME = trytond_currency-${MODPY_EGG_VERSION}
|
||||
PKGNAME = trytond-module-currency-${MODPY_EGG_VERSION}
|
||||
|
||||
RUN_DEPENDS = productivity/tryton/trytond
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/tryton/currency/distinfo
Normal file
5
productivity/tryton/currency/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (tryton/trytond_currency-2.0.1.tar.gz) = i9VkrerdQYKp/hkONVE/Tg==
|
||||
RMD160 (tryton/trytond_currency-2.0.1.tar.gz) = ufqiYQn77+tbCEmiALlvjB7a2lE=
|
||||
SHA1 (tryton/trytond_currency-2.0.1.tar.gz) = Ysu3GKpN7SaWsLrAgfp7mRlph40=
|
||||
SHA256 (tryton/trytond_currency-2.0.1.tar.gz) = x5IiUbWeo3kwK34hYyKcJeoXIE1fLLWAlpan/8fPFPU=
|
||||
SIZE (tryton/trytond_currency-2.0.1.tar.gz) = 58126
|
3
productivity/tryton/currency/pkg/DESCR
Normal file
3
productivity/tryton/currency/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This is the "currency" module for the Tryton application platform.
|
||||
it defines currencies and exchange rate and allows to customize the
|
||||
formatting of the currency amount.
|
33
productivity/tryton/currency/pkg/PLIST
Normal file
33
productivity/tryton/currency/pkg/PLIST
Normal file
@ -0,0 +1,33 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/13 17:10:16 ajacoutot Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/__tryton__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/__tryton__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/bg_BG.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/cs_CZ.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/currency.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/currency.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/currency.xml
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/de_DE.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/es_CO.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/es_ES.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/fr_FR.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/icons/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/icons/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/icons/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/icons/tryton-currency.svg
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/ru_RU.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/test_currency.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/test_currency.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
Loading…
Reference in New Issue
Block a user