use MODPY_PYBUILD

This commit is contained in:
sthen 2022-11-26 10:50:58 +00:00
parent c3246a42a5
commit 171cd27ced
355 changed files with 3078 additions and 1579 deletions

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.24
TRYTON_MODULE = account
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += party \
currency \

View File

@ -2,16 +2,27 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}configuration.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}configuration.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}fiscalyear.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}fiscalyear.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}journal.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}journal.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}move.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}move.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}move_template.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}move_template.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}period.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}period.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}tax.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/${MODPY_PYCACHE}tax.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/account.xml
@ -70,8 +81,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tax.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/${MODPY_PYCACHE}test_account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/${MODPY_PYCACHE}test_account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/scenario_account_active.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/tests/scenario_account_reconcile.rst
@ -193,11 +207,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/view/update_cha
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/view/update_chart_succeed_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/view/writeoff_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account/view/writeoff_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.9
TRYTON_MODULE = account_asset
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_product \

View File

@ -2,11 +2,17 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}asset.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}asset.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}purchase.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/${MODPY_PYCACHE}purchase.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/account.xml
@ -51,8 +57,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/purchase.
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/${MODPY_PYCACHE}test_account_asset.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/${MODPY_PYCACHE}test_account_asset.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/scenario_account_asset.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/tests/scenario_purchase_asset.rst
@ -72,11 +81,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/view/conf
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/view/invoice_line_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/view/print_depreciation_table_start.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_asset/view/template_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_asset-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_be
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_eu

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/account.xml
@ -33,18 +35,19 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tax_be_nl.xm
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tests/${MODPY_PYCACHE}test_account_be.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tests/${MODPY_PYCACHE}test_account_be.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tests/test_account_be.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/view/vat_customer_context_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_be/view/vat_customer_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_be-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = account_credit_limit
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
company \

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/account.xml
@ -32,7 +35,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/pa
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tests/${MODPY_PYCACHE}test_account_credit_limit.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tests/${MODPY_PYCACHE}test_account_credit_limit.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tests/test_account_credit_limit.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/tryton.cfg
@ -40,11 +45,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/vi
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/view/configuration_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/view/dunning_level_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_credit_limit/view/party_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_credit_limit-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = account_de_skr03
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account

View File

@ -2,21 +2,23 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/account_de.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tax_de.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tests/${MODPY_PYCACHE}test_account_de_skr03.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tests/${MODPY_PYCACHE}test_account_de_skr03.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tests/test_account_de_skr03.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_de_skr03/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_de_skr03-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_deposit
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_invoice \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/invoice.py
@ -44,8 +48,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/party.x
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/${MODPY_PYCACHE}test_account_deposit.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/${MODPY_PYCACHE}test_account_deposit.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/scenario_deposit.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/tests/test_account_deposit.py
@ -56,11 +63,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/view/in
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/view/party_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/view/party_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_deposit/view/recall_deposit_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_deposit-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_dunning
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
company \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}dunning.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}dunning.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/account.xml
@ -35,7 +39,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/party.x
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/${MODPY_PYCACHE}test_account_dunning.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/${MODPY_PYCACHE}test_account_dunning.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/scenario_account_dunning.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/tests/scenario_account_dunning_final.rst
@ -53,11 +59,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/view/du
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/view/dunning_procedure_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/view/dunning_process_start_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning/view/party_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_dunning_email
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_dunning \
account_dunning_letter \

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/account.xml
@ -30,7 +32,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/l
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/${MODPY_PYCACHE}test_account_dunning_email.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/${MODPY_PYCACHE}test_account_dunning_email.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/scenario_account_dunning_email.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/tests/test_account_dunning_email.py
@ -41,11 +45,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/v
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/view/dunning_level_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/view/log_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_email/view/log_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_email-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = account_dunning_fee
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_dunning \
account_product

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/${MODPY_PYCACHE}dunning.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/${MODPY_PYCACHE}dunning.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/dunning.py
@ -31,7 +34,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/loc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/${MODPY_PYCACHE}test_account_dunning_fee.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/${MODPY_PYCACHE}test_account_dunning_fee.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/scenario_account_dunning_fee.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/tests/test_account_dunning_fee.py
@ -44,11 +49,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/vie
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/view/dunning_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/view/dunning_level_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_fee/view/dunning_level_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_fee-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.5
TRYTON_MODULE = account_dunning_letter
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_dunning \

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/${MODPY_PYCACHE}dunning.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/${MODPY_PYCACHE}dunning.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/dunning.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/dunning.xml
@ -30,7 +32,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/${MODPY_PYCACHE}test_account_dunning_letter.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/${MODPY_PYCACHE}test_account_dunning_letter.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/scenario_account_dunning_letter.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/tests/test_account_dunning_letter.py
@ -38,11 +42,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/view/dunning_level_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_dunning_letter/view/dunning_level_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_dunning_letter-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.5
TRYTON_MODULE = account_es
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_eu

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/${MODPY_PYCACHE}reporting_tax.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/${MODPY_PYCACHE}reporting_tax.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/account_normal.xml
@ -42,7 +45,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/115.tx
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/303.txt
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/${MODPY_PYCACHE}test_account_es.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/${MODPY_PYCACHE}test_account_es.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/scenario_reporting.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/tests/test_account_es.py
@ -52,11 +57,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/view.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/view/print_aeat_start_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/view/tax_code_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_es/view/tax_code_template_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_es-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_eu
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_invoice \

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/account.xml
@ -29,7 +31,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/locale/zh_CN
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tests/${MODPY_PYCACHE}test_account_eu.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tests/${MODPY_PYCACHE}test_account_eu.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tests/test_account_eu.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/tryton.cfg
@ -38,11 +42,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/view/ec_sale
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/view/ec_sales_list_context_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/view/tax_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_eu/view/tax_template_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_eu-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_fr
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
party_siret

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/account.xml
@ -33,8 +35,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/FEC-pr
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/FEC.csv
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/${MODPY_PYCACHE}test_account_fr.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/${MODPY_PYCACHE}test_account_fr.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/scenario_fec.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tests/test_account_fr.py
@ -43,11 +48,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/view/fec_result_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr/view/fec_start_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.5
TRYTON_MODULE = account_fr_chorus
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_invoice \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}edocument.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}edocument.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/account.xml
@ -34,7 +38,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/party
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tests/${MODPY_PYCACHE}test_account_fr_chorus.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tests/${MODPY_PYCACHE}test_account_fr_chorus.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tests/test_account_fr_chorus.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/tryton.cfg
@ -43,11 +49,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/view/invoice_chorus_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/view/invoice_chorus_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_fr_chorus/view/party_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_fr_chorus-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.16
TRYTON_MODULE = account_invoice
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_product \

View File

@ -2,10 +2,15 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}payment_term.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/${MODPY_PYCACHE}payment_term.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/account.xml
@ -39,8 +44,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/payment
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/${MODPY_PYCACHE}test_account_invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/${MODPY_PYCACHE}test_account_invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/scenario_invoice.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/tests/scenario_invoice_alternate_currency.rst
@ -89,11 +97,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/view/pa
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/view/payment_term_test_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/view/payment_term_test_result_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice/view/payment_term_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = account_invoice_correction
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_invoice

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/invoice.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/invoice.xml
@ -29,7 +31,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correct
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/${MODPY_PYCACHE}test_account_invoice_correction.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/${MODPY_PYCACHE}test_account_invoice_correction.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/scenario_invoice_correction.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/tests/test_account_invoice_correction.py
@ -37,11 +41,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correct
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/view/correct_start_view_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_correction/view/invoice_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_correction-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.5
TRYTON_MODULE = account_invoice_history
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_invoice \
party

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}payment_term.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/${MODPY_PYCACHE}payment_term.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/invoice.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/locale/
@ -32,15 +36,16 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tests/${MODPY_PYCACHE}test_account_invoice_history.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tests/${MODPY_PYCACHE}test_account_invoice_history.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tests/test_account_invoice_history.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_history/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_history-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = account_invoice_line_standalone
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_invoice

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/invoice.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/invoice.xml
@ -29,7 +31,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_st
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tests/${MODPY_PYCACHE}test_account_invoice_line_standalone.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tests/${MODPY_PYCACHE}test_account_invoice_line_standalone.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tests/test_account_invoice_line_standalone.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/tryton.cfg
@ -37,11 +41,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_st
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/view/invoice_line_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/view/invoice_line_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_line_standalone/view/invoice_line_tree_sequence.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_line_standalone-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_invoice_stock
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_invoice \
stock \

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/account.xml
@ -32,18 +35,19 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/s
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tests/${MODPY_PYCACHE}test_account_invoice_stock.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tests/${MODPY_PYCACHE}test_account_invoice_stock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tests/test_account_invoice_stock.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/view/invoice_line_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_invoice_stock/view/move_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_invoice_stock-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.8
TRYTON_MODULE = account_payment
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
company \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}payment.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/${MODPY_PYCACHE}payment.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/account.xml
@ -35,7 +39,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/payment
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/${MODPY_PYCACHE}test_account_payment.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/${MODPY_PYCACHE}test_account_payment.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/scenario_account_payment.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/tests/scenario_account_payment_invoice.rst
@ -55,11 +61,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/view/pa
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/view/payment_journal_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/view/payment_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment/view/payment_process_start_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.8
TRYTON_MODULE = account_payment_clearing
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_payment

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}payment.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}payment.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}statement.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/${MODPY_PYCACHE}statement.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/locale/
@ -34,7 +38,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearin
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/${MODPY_PYCACHE}test_account_payment_clearing.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/${MODPY_PYCACHE}test_account_payment_clearing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/scenario_account_negative_payment_clearing.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/tests/scenario_account_payment_clearing.rst
@ -47,11 +53,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearin
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/view/statement_line_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/view/statement_line_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_clearing/view/succeed_start_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_clearing-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.7
TRYTON_MODULE = account_payment_sepa
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_payment \
company \

View File

@ -2,10 +2,15 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}payment.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}payment.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}sepa_handler.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/${MODPY_PYCACHE}sepa_handler.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/account.xml
@ -47,7 +52,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/te
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/${MODPY_PYCACHE}test_account_payment_sepa.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/${MODPY_PYCACHE}test_account_payment_sepa.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/camt.054.001.01.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/tests/camt.054.001.01.xsd
@ -74,11 +81,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/vi
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/view/payment_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/view/payment_group_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa/view/payment_journal_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_payment_sepa_cfonb
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_payment \
account_payment_sepa \

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/${MODPY_PYCACHE}payment.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/${MODPY_PYCACHE}payment.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/payment.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/template/
@ -12,15 +14,16 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cf
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tests/${MODPY_PYCACHE}test_account_payment_sepa_cfonb.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tests/${MODPY_PYCACHE}test_account_payment_sepa_cfonb.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tests/test_account_payment_sepa_cfonb.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_payment_sepa_cfonb/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_payment_sepa_cfonb-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.5
TRYTON_MODULE = account_product
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
company \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}configuration.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}configuration.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/account.xml
@ -35,7 +39,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/product
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tests/${MODPY_PYCACHE}test_account_product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tests/${MODPY_PYCACHE}test_account_product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tests/test_account_product.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/tryton.cfg
@ -45,11 +51,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/view/co
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/view/create_chart_properties_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/view/template_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_product/view/template_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_product-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.9
TRYTON_MODULE = account_statement
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_invoice \

View File

@ -2,10 +2,15 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}journal.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}journal.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}statement.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/${MODPY_PYCACHE}statement.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/journal.py
@ -37,7 +42,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/state
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/${MODPY_PYCACHE}test_account_statement.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/${MODPY_PYCACHE}test_account_statement.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/scenario_account_statement.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/tests/scenario_statement_origin.rst
@ -56,11 +63,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/view/statement_origin_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/view/statement_origin_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement/view/statement_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.5
TRYTON_MODULE = account_statement_ofx
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_statement \
bank \

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/account.xml
@ -30,16 +32,17 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/t
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/OFX.txt
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/${MODPY_PYCACHE}test_account_statement_ofx.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/${MODPY_PYCACHE}test_account_statement_ofx.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/scenario_account_statement_ofx.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tests/test_account_statement_ofx.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_statement_ofx/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_statement_ofx-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = account_stock_anglo_saxon
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_invoice \

View File

@ -2,10 +2,15 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/invoice.py
@ -45,8 +50,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_sax
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/${MODPY_PYCACHE}test_account_stock_anglo_saxon.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/${MODPY_PYCACHE}test_account_stock_anglo_saxon.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/scenario_account_stock_anglo_saxon.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tests/scenario_account_stock_anglo_saxon_with_drop_shipment.rst
@ -55,11 +63,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_sax
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_anglo_saxon/view/category_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_anglo_saxon-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.6
TRYTON_MODULE = account_stock_continental
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_product \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/account.xml
@ -44,8 +48,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continent
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/${MODPY_PYCACHE}test_account_stock_continental.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/${MODPY_PYCACHE}test_account_stock_continental.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/scenario_account_stock_continental.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/tests/test_account_stock_continental.py
@ -57,11 +64,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continent
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/view/fiscalyear_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/view/update_cost_price_ask_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_continental/view/update_cost_price_show_move_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_continental-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = account_stock_landed_cost
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_invoice \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/account.xml
@ -34,7 +38,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_co
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/${MODPY_PYCACHE}test_account_stock_landed_cost.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/${MODPY_PYCACHE}test_account_stock_landed_cost.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/scenario_account_stock_landed_cost.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/tests/test_account_stock_landed_cost.py
@ -45,11 +51,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_co
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/view/landed_cost_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/view/landed_cost_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost/view/template_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = account_stock_landed_cost_weight
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_stock_landed_cost \
product \

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/locale/
@ -28,16 +30,17 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_co
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/${MODPY_PYCACHE}test_account_stock_landed_cost_weight.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/${MODPY_PYCACHE}test_account_stock_landed_cost_weight.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/scenario_account_stock_landed_cost_weight.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tests/test_account_stock_landed_cost_weight.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/account_stock_landed_cost_weight/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_account_stock_landed_cost_weight-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.6
TRYTON_MODULE = analytic_account
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
company \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}line.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}line.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}rule.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/${MODPY_PYCACHE}rule.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/account.xml
@ -36,7 +40,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/rule.x
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/${MODPY_PYCACHE}test_analytic_account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/${MODPY_PYCACHE}test_analytic_account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/scenario_analytic_account.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/tests/test_analytic_account.py
@ -58,11 +64,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/view/m
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/view/open_chart_start_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/view/rule_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_account/view/rule_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_account-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = analytic_invoice
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account_invoice \
analytic_account

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/${MODPY_PYCACHE}asset.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/${MODPY_PYCACHE}asset.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/asset.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/asset.xml
@ -32,7 +35,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/locale
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/${MODPY_PYCACHE}test_analytic_invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/${MODPY_PYCACHE}test_analytic_invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/scenario_analytic_invoice.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tests/scenario_analytic_invoice_asset.rst
@ -41,11 +46,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/tryton
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/view/asset_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_invoice/view/invoice_line_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_invoice-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = analytic_purchase
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += analytic_account \
analytic_invoice \

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/${MODPY_PYCACHE}purchase.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/${MODPY_PYCACHE}purchase.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/locale/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/locale/bg.po
@ -29,18 +31,19 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/purch
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/${MODPY_PYCACHE}test_analytic_purchase.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/${MODPY_PYCACHE}test_analytic_purchase.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/scenario_analytic_purchase.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tests/test_analytic_purchase.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_purchase/view/purchase_line_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_purchase-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = analytic_sale
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += analytic_account \
analytic_invoice \

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/${MODPY_PYCACHE}sale.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/${MODPY_PYCACHE}sale.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/locale/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/locale/bg.po
@ -29,18 +31,19 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/sale.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/${MODPY_PYCACHE}test_analytic_sale.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/${MODPY_PYCACHE}test_analytic_sale.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/scenario_analytic_sale.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tests/test_analytic_sale.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/analytic_sale/view/sale_line_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_analytic_sale-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,5 +1,5 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = authentication_sms
REVISION = 0
REVISION = 1
.include <bsd.port.mk>

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/${MODPY_PYCACHE}res.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/${MODPY_PYCACHE}res.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/locale/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/locale/bg.po
@ -29,18 +31,19 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/res.
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tests/${MODPY_PYCACHE}test_authentication_sms.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tests/${MODPY_PYCACHE}test_authentication_sms.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tests/test_authentication_sms.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/view/user_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/authentication_sms/view/user_form_preferences.xml
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_authentication_sms-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = bank
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += party \
currency

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/${MODPY_PYCACHE}bank.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/${MODPY_PYCACHE}bank.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/bank.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/bank.xml
@ -34,7 +37,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/party.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tests/${MODPY_PYCACHE}test_bank.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tests/${MODPY_PYCACHE}test_bank.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tests/test_bank.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/tryton.cfg
@ -47,11 +52,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/view/bank_account_
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/view/bank_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/view/bank_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/bank/view/party_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_bank-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.5
TRYTON_MODULE = carrier
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += country \
party \

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/${MODPY_PYCACHE}carrier.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/${MODPY_PYCACHE}carrier.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/carrier.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/carrier.xml
@ -33,7 +36,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/party.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tests/${MODPY_PYCACHE}test_carrier.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tests/${MODPY_PYCACHE}test_carrier.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tests/test_carrier.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/tryton.cfg
@ -42,11 +47,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/view/carrier_fo
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/view/carrier_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/view/selection_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier/view/selection_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = carrier_percentage
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += carrier \
currency

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}carrier.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}carrier.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}sale.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}sale.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/carrier.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/carrier.xml
@ -33,18 +37,19 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/stoc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/${MODPY_PYCACHE}test_carrier_percentage.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/${MODPY_PYCACHE}test_carrier_percentage.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/scenario_carrier_percentage_with_purchase_shipment_cost.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tests/test_carrier_percentage.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_percentage/view/carrier_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_percentage-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.5
TRYTON_MODULE = carrier_weight
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += carrier \
company \

View File

@ -2,10 +2,15 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}carrier.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}carrier.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}sale.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}sale.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}stock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/carrier.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/carrier.xml
@ -35,7 +40,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/stock.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}test_carrier_weight.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}test_carrier_weight.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/scenario_carrier_weight.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/test_carrier_weight.py
@ -44,11 +51,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/view/carrier_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/view/weight_price_list_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/view/weight_price_list_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_carrier_weight-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = commission
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_invoice \

View File

@ -2,12 +2,19 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}commission.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}commission.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}sale.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/${MODPY_PYCACHE}sale.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/account.xml
@ -45,7 +52,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/sale.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/${MODPY_PYCACHE}test_commission.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/${MODPY_PYCACHE}test_commission.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/scenario_commission.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/tests/test_commission.py
@ -66,11 +75,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/view/plan_li
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/view/sale_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/view/sale_line_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission/view/template_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = commission_waiting
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += account \
account_invoice \

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}commission.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}commission.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/${MODPY_PYCACHE}invoice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/commission.py
@ -33,7 +37,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/loca
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/${MODPY_PYCACHE}test_commission_waiting.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/${MODPY_PYCACHE}test_commission_waiting.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/scenario_commission_waiting.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tests/test_commission_waiting.py
@ -41,11 +47,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/tryt
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/view/agent_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/commission_waiting/view/commission_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_commission_waiting-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = company
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += party \
currency

View File

@ -2,10 +2,15 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}company.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}company.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}cron.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}cron.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}model.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}model.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/${MODPY_PYCACHE}party.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/company.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/company.xml
@ -39,8 +44,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/party.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/${MODPY_PYCACHE}test_company.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/${MODPY_PYCACHE}test_company.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/test_company.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/tests/tools.py
@ -57,11 +65,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/view/sequence_f
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/view/sequence_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/view/user_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company/view/user_form_preferences.xml
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = company_work_time
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += company

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/${MODPY_PYCACHE}company.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/${MODPY_PYCACHE}company.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/${MODPY_PYCACHE}res.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/${MODPY_PYCACHE}res.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/company.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/company.xml
@ -31,17 +34,18 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/res.p
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tests/${MODPY_PYCACHE}test_company_work_time.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tests/${MODPY_PYCACHE}test_company_work_time.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tests/test_company_work_time.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/company_work_time/view/company_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_company_work_time-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,5 +1,5 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = country
REVISION = 0
REVISION = 1
.include <bsd.port.mk>

View File

@ -3,7 +3,9 @@ bin/trytond_import_zip
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/${MODPY_PYCACHE}country.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/${MODPY_PYCACHE}country.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/country.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/country.xml
@ -33,7 +35,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/locale/zh_CN.po
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tests/${MODPY_PYCACHE}test_country.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tests/${MODPY_PYCACHE}test_country.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tests/test_country.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/tryton.cfg
@ -44,11 +48,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/view/subdivisio
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/view/subdivision_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/view/zip_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/country/view/zip_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_country-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.6
TRYTON_MODULE = currency
REVISION = 0
REVISION = 1
RUN_DEPENDS += databases/py-sql${MODPY_FLAVOR}

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/${MODPY_PYCACHE}currency.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/${MODPY_PYCACHE}currency.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/currency.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/currency.xml
@ -32,8 +34,11 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/locale/zh_CN.p
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/${MODPY_PYCACHE}test_currency.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/${MODPY_PYCACHE}test_currency.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/${MODPY_PYCACHE}tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/scenario_currency_compute.rst
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/tests/test_currency.py
@ -45,11 +50,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/view/currency_
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/view/currency_rate_graph.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/view/currency_rate_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/currency/view/currency_tree.xml
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
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_currency-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = customs
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += country \
currency \

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/${MODPY_PYCACHE}customs.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/${MODPY_PYCACHE}customs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/customs.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/customs.xml
@ -32,7 +35,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/product.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tests/${MODPY_PYCACHE}test_customs.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tests/${MODPY_PYCACHE}test_customs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tests/test_customs.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/tryton.cfg
@ -46,11 +51,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/view/product-ta
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/view/tariff_code_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/view/tariff_code_list.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/customs/view/template_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_customs-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = dashboard
REVISION = 0
REVISION = 1
RUN_DEPENDS += databases/py-sql${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR}

View File

@ -2,9 +2,13 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}dashboard.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}dashboard.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}ir.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}ir.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}res.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/${MODPY_PYCACHE}res.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/dashboard.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/dashboard.xml
@ -35,7 +39,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/res.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tests/${MODPY_PYCACHE}test_dashboard.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tests/${MODPY_PYCACHE}test_dashboard.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tests/test_dashboard.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/tryton.cfg
@ -46,11 +52,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/view/action_t
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/view/dashboard.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/view/user_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/dashboard/view/user_form_preferences.xml
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_dashboard-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.4
TRYTON_MODULE = edocument_uncefact
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += edocument_unece

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/${MODPY_PYCACHE}edocument.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/${MODPY_PYCACHE}edocument.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/edocument.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/locale/
@ -92,15 +94,16 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/test
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tests/16B-CII/identifierlist/standard/UNECE_PaymentTermsDescriptionIdentifier_D16A.xsd
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tests/${MODPY_PYCACHE}test_edocument_uncefact.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tests/${MODPY_PYCACHE}test_edocument_uncefact.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tests/test_edocument_uncefact.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_uncefact/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_uncefact-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = edocument_unece
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += product \
account

View File

@ -2,8 +2,11 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/${MODPY_PYCACHE}product.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/account.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/account.xml
@ -32,7 +35,9 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/product
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tests/${MODPY_PYCACHE}test_edocument_unece.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tests/${MODPY_PYCACHE}test_edocument_unece.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tests/test_edocument_unece.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/tryton.cfg
@ -41,11 +46,10 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/view/ac
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/view/account_tax_template_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/view/product_uom_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond/modules/edocument_unece/view/product_uom_tree.xml
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_edocument_unece-${MODPY_EGG_VERSION}.dist-info/top_level.txt

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.0.3
TRYTON_MODULE = google_maps
REVISION = 0
REVISION = 1
TRYTON_DEPENDS += party

View File

@ -2,7 +2,9 @@
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/${MODPY_PYCACHE}address.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/${MODPY_PYCACHE}address.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/address.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/address.xml
@ -29,17 +31,18 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/locale/zh_C
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/${MODPY_PYCACHE}test_google_maps.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/${MODPY_PYCACHE}test_google_maps.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/test_google_maps.py
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tryton.cfg
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/view/
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/view/address_form.xml
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}.dist-info/top_level.txt

Some files were not shown because too many files have changed in this diff Show More