Import trytond-module-product_cost_history-2.0.0.
This is the "product_cost_history" module for the Tryton application platform. It adds historize to the product cost. This module adds a button on the product form which opens the list of all the past values of the cost price for the current product. from Christian Rueger with some tweaks ok jasper@
This commit is contained in:
parent
9b7c81ae7a
commit
5c9e2caab0
8
productivity/tryton/product_cost_history/Makefile
Normal file
8
productivity/tryton/product_cost_history/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:08:48 ajacoutot Exp $
|
||||
|
||||
MODPY_EGG_VERSION = 2.0.0
|
||||
TRYTOND_MODULE = product_cost_history
|
||||
|
||||
RUN_DEPENDS = productivity/tryton/product
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/tryton/product_cost_history/distinfo
Normal file
5
productivity/tryton/product_cost_history/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (tryton/trytond_product_cost_history-2.0.0.tar.gz) = 98Y8kyiVDp6E8oGoPUb2TA==
|
||||
RMD160 (tryton/trytond_product_cost_history-2.0.0.tar.gz) = Qy6GVxJGeTU7vWu0q6JM7dc4V0s=
|
||||
SHA1 (tryton/trytond_product_cost_history-2.0.0.tar.gz) = OAhjtfAbzt7wKWLjr7+vzvJj8iw=
|
||||
SHA256 (tryton/trytond_product_cost_history-2.0.0.tar.gz) = je5wq0LuTLfoONAX19BNU2eLm6EWXms2/Dz56JczIzk=
|
||||
SIZE (tryton/trytond_product_cost_history-2.0.0.tar.gz) = 19476
|
5
productivity/tryton/product_cost_history/pkg/DESCR
Normal file
5
productivity/tryton/product_cost_history/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This is the "product_cost_history" module for the Tryton application
|
||||
platform.
|
||||
It adds historize to the product cost.
|
||||
This module adds a button on the product form which opens the list of
|
||||
all the past values of the cost price for the current product.
|
30
productivity/tryton/product_cost_history/pkg/PLIST
Normal file
30
productivity/tryton/product_cost_history/pkg/PLIST
Normal file
@ -0,0 +1,30 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/23 10:08:48 ajacoutot Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/__tryton__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/__tryton__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/bg_BG.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/de_DE.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/es_CO.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/es_ES.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/fr_FR.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/ir.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/ir.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/product.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/product.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/product.xml
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/ru_RU.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/tests/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/tests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/tests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/tests/test_product_cost_history.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/product_cost_history/tests/test_product_cost_history.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_product_cost_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
Loading…
Reference in New Issue
Block a user