From 2eb47132727de79bf7fb8dd0a89937204af33b57 Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 22 Nov 2015 08:05:07 +0000 Subject: New Tryton release 3.8 http://www.tryton.org/news/index.html Major changes for the developer The progress bar widget works with float between 0 and 1 to ease usage as percentage. The rich text widget uses now a subset of HTML to allow its implementation in sao. The Many2One has a new option target_search which define the kind of query to use for dereferenced search. The options are subquery and the new join (which is the default). The join method generate a faster query in most cases. The SQL constraints use a similar syntax to python-sql. This gives more flexibility to implement backend for other databases. Trying to create/write/delete on a Model based on a table_query raises an exception instead of a silent error. The table name of a ModelSQL can be overridden with a configuration file. This allows to work around database limitations on the length of table names. The new StateReport has been added to wizards, to simplify the code of wizards that run a report. The style on reports has been removed, experience show that this feature was not used. The PostgreSQL backend manages now schema. This allows different instances of Tryton sharing the same database. The generic foreign key to create/write user on all ModelSQL has been replaced by a rule that prevent to delete users. This greatly improves scalability in some circumstances. The Property field supports now float and integer values. A subdirectory locale/override is supported for modules that override translations of other modules. Accounting The charts of account are no longer translatable. Instead we provide translated charts via a template using XSLT. The invoice doesn't set a unit price on the line. For this feature the purchase or sale module must be used. Some fields of the invoice like the note and the origin are editable after posting the invoice. Product Conversion between units no longer results in silent failures but an explicit error is risen. The volume property has been added to the products. Project The tree structure of the project and the time sheet have been separated, each object has its own one. The price list uses the same decimal precision as the product. The cost price of the employee is stored on the time sheet line for the date of the line. This allows to sum the costs of time sheet faster Purchase The state of the purchase request is now searchable. The purchase requests are generated even if the rounded quantity is zero to allow the user to still decide to purchase more. Stock Many unnecessary restrictions on the edition of move fields have been removed. The expected quantity of the inventory lines is always computed even if they are added manually. It is possible to create staging and draft moves using view locations. Those locations will have to be changed to really do the move. The inventory uses the grouping feature to create the moves. This allows to easily support the lot (or any other extra field). --- finance/py-trytond-account-asset/PLIST | 23 +++++++++++++-- finance/py-trytond-account-asset/distinfo | 10 +++---- finance/py-trytond-account-fr/PLIST | 23 ++++++++++++++- finance/py-trytond-account-fr/distinfo | 10 +++---- finance/py-trytond-account-invoice-history/PLIST | 8 +++++- .../py-trytond-account-invoice-history/distinfo | 10 +++---- .../PLIST | 8 +++++- .../distinfo | 10 +++---- finance/py-trytond-account-invoice-stock/PLIST | 12 +++++++- finance/py-trytond-account-invoice-stock/distinfo | 10 +++---- finance/py-trytond-account-invoice/PLIST | 22 +++++++++------ finance/py-trytond-account-invoice/distinfo | 10 +++---- finance/py-trytond-account-payment-clearing/PLIST | 12 +++++++- .../py-trytond-account-payment-clearing/distinfo | 10 +++---- finance/py-trytond-account-payment-sepa/PLIST | 26 +++++++++++------ finance/py-trytond-account-payment-sepa/distinfo | 10 +++---- finance/py-trytond-account-payment/PLIST | 12 +++++++- finance/py-trytond-account-payment/distinfo | 10 +++---- finance/py-trytond-account-product/PLIST | 27 ++++++++++++------ finance/py-trytond-account-product/distinfo | 10 +++---- finance/py-trytond-account-statement/PLIST | 8 +++++- finance/py-trytond-account-statement/distinfo | 10 +++---- finance/py-trytond-account-stock-continental/PLIST | 17 ++++++++++- .../py-trytond-account-stock-continental/distinfo | 10 +++---- finance/py-trytond-account/PLIST | 33 ++++++++++++++++------ finance/py-trytond-account/distinfo | 10 +++---- finance/py-trytond-analytic-account/PLIST | 8 +++++- finance/py-trytond-analytic-account/distinfo | 10 +++---- finance/py-trytond-analytic-invoice/PLIST | 8 +++++- finance/py-trytond-analytic-invoice/distinfo | 10 +++---- finance/py-trytond-analytic-purchase/PLIST | 8 +++++- finance/py-trytond-analytic-purchase/distinfo | 10 +++---- finance/py-trytond-analytic-sale/PLIST | 8 +++++- finance/py-trytond-analytic-sale/distinfo | 10 +++---- finance/py-trytond-bank/PLIST | 12 +++++++- finance/py-trytond-bank/distinfo | 10 +++---- finance/py-trytond-currency/PLIST | 21 ++++++++------ finance/py-trytond-currency/distinfo | 10 +++---- finance/py-trytond-product-cost-fifo/PLIST | 8 +++++- finance/py-trytond-product-cost-fifo/distinfo | 10 +++---- finance/py-trytond-product-cost-history/PLIST | 8 +++++- finance/py-trytond-product-cost-history/distinfo | 10 +++---- finance/py-trytond-product-price-list/PLIST | 8 +++++- finance/py-trytond-product-price-list/distinfo | 10 +++---- .../PLIST | 8 +++++- .../distinfo | 10 +++---- finance/py-trytond-purchase/PLIST | 8 +++++- finance/py-trytond-purchase/distinfo | 10 +++---- finance/py-trytond-sale/PLIST | 8 +++++- finance/py-trytond-sale/distinfo | 10 +++---- finance/py-trytond-stock-supply/PLIST | 14 ++++++++- finance/py-trytond-stock-supply/distinfo | 10 +++---- 52 files changed, 426 insertions(+), 192 deletions(-) (limited to 'finance') diff --git a/finance/py-trytond-account-asset/PLIST b/finance/py-trytond-account-asset/PLIST index 50f69f18269..60ca66caa62 100644 --- a/finance/py-trytond-account-asset/PLIST +++ b/finance/py-trytond-account-asset/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/08/24 14:49:41 richard Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -9,11 +9,11 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/account_asset/__init__.py ${PYSITELIB}/trytond/modules/account_asset/__init__.pyc ${PYSITELIB}/trytond/modules/account_asset/__init__.pyo -${PYSITELIB}/trytond/modules/account_asset/asset_table.odt ${PYSITELIB}/trytond/modules/account_asset/account.py ${PYSITELIB}/trytond/modules/account_asset/account.pyc ${PYSITELIB}/trytond/modules/account_asset/account.pyo ${PYSITELIB}/trytond/modules/account_asset/account.xml +${PYSITELIB}/trytond/modules/account_asset/asset_table.odt ${PYSITELIB}/trytond/modules/account_asset/asset.py ${PYSITELIB}/trytond/modules/account_asset/asset.pyc ${PYSITELIB}/trytond/modules/account_asset/asset.pyo @@ -22,14 +22,33 @@ ${PYSITELIB}/trytond/modules/account_asset/invoice.py ${PYSITELIB}/trytond/modules/account_asset/invoice.pyc ${PYSITELIB}/trytond/modules/account_asset/invoice.pyo ${PYSITELIB}/trytond/modules/account_asset/invoice.xml +${PYSITELIB}/trytond/modules/account_asset/locale/bg_BG.po ${PYSITELIB}/trytond/modules/account_asset/locale/ca_ES.po +${PYSITELIB}/trytond/modules/account_asset/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/account_asset/locale/de_DE.po ${PYSITELIB}/trytond/modules/account_asset/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_asset/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_asset/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_asset/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_asset/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_asset/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_asset/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_asset/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_asset/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_asset/locale/lt_LT.po +${PYSITELIB}/trytond/modules/account_asset/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_asset/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_asset/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_asset/locale/sl_SI.po +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_bg.xml +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_ca.xml +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_de.xml +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_en.xml +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_es.xml +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_fr.xml +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_nl.xml +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_ru.xml +${PYSITELIB}/trytond/modules/account_asset/minimal_chart_sl.xml ${PYSITELIB}/trytond/modules/account_asset/product.py ${PYSITELIB}/trytond/modules/account_asset/product.pyc ${PYSITELIB}/trytond/modules/account_asset/product.pyo diff --git a/finance/py-trytond-account-asset/distinfo b/finance/py-trytond-account-asset/distinfo index 62e50d0ac8c..dc6b5bf6105 100644 --- a/finance/py-trytond-account-asset/distinfo +++ b/finance/py-trytond-account-asset/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 00:12:13 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_asset-3.6.1.tar.gz) = 17ca6998bdb6b76a0df49437b0cf4add4f615120 -RMD160 (tryton-3.6/trytond_account_asset-3.6.1.tar.gz) = bf64e7e95518f054778f847ff213881e059679f2 -SHA512 (tryton-3.6/trytond_account_asset-3.6.1.tar.gz) = e201b0eef41643f48408f271da6bc1ca5c17afd5316d3c20f05e32f4ea5a396c30d3da5e1bf5d3cbac223af4aa4401e28c6df0192c1adf7762e31b19508bee63 -Size (tryton-3.6/trytond_account_asset-3.6.1.tar.gz) = 63133 bytes +SHA1 (tryton-3.8/trytond_account_asset-3.8.0.tar.gz) = 762d9d9d9ca1801004a69b8e9b676dcd9712aba3 +RMD160 (tryton-3.8/trytond_account_asset-3.8.0.tar.gz) = c154e6ee9a1af9aa6206b821270fca939f0b9ebf +SHA512 (tryton-3.8/trytond_account_asset-3.8.0.tar.gz) = b2ec25a62e08ea4efd19deac8fefd248e8a6900aacbdcaeae36e85516a6206aac997508fc65a10331daf03a25de39491c40a1e80f08981d6d8a1aa1e61efdd9a +Size (tryton-3.8/trytond_account_asset-3.8.0.tar.gz) = 69888 bytes diff --git a/finance/py-trytond-account-fr/PLIST b/finance/py-trytond-account-fr/PLIST index a3fa0e0cc1e..702efc16ea0 100644 --- a/finance/py-trytond-account-fr/PLIST +++ b/finance/py-trytond-account-fr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/08/24 14:49:41 richard Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -13,6 +13,25 @@ ${PYSITELIB}/trytond/modules/account_fr/account_fr.xml ${PYSITELIB}/trytond/modules/account_fr/account.py ${PYSITELIB}/trytond/modules/account_fr/account.pyc ${PYSITELIB}/trytond/modules/account_fr/account.pyo +${PYSITELIB}/trytond/modules/account_fr/account.xml +${PYSITELIB}/trytond/modules/account_fr/locale/bg_BG.po +${PYSITELIB}/trytond/modules/account_fr/locale/ca_ES.po +${PYSITELIB}/trytond/modules/account_fr/locale/cs_CZ.po +${PYSITELIB}/trytond/modules/account_fr/locale/de_DE.po +${PYSITELIB}/trytond/modules/account_fr/locale/es_AR.po +${PYSITELIB}/trytond/modules/account_fr/locale/es_CO.po +${PYSITELIB}/trytond/modules/account_fr/locale/es_EC.po +${PYSITELIB}/trytond/modules/account_fr/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_fr/locale/es_MX.po +${PYSITELIB}/trytond/modules/account_fr/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_fr/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_fr/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_fr/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_fr/locale/lt_LT.po +${PYSITELIB}/trytond/modules/account_fr/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_fr/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_fr/locale/ru_RU.po +${PYSITELIB}/trytond/modules/account_fr/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_fr/tax_fr.xml ${PYSITELIB}/trytond/modules/account_fr/tests/__init__.py ${PYSITELIB}/trytond/modules/account_fr/tests/__init__.pyc @@ -21,3 +40,5 @@ ${PYSITELIB}/trytond/modules/account_fr/tests/test_account_fr.py ${PYSITELIB}/trytond/modules/account_fr/tests/test_account_fr.pyc ${PYSITELIB}/trytond/modules/account_fr/tests/test_account_fr.pyo ${PYSITELIB}/trytond/modules/account_fr/tryton.cfg +${PYSITELIB}/trytond/modules/account_fr/view/fec_result_form.xml +${PYSITELIB}/trytond/modules/account_fr/view/fec_start_form.xml diff --git a/finance/py-trytond-account-fr/distinfo b/finance/py-trytond-account-fr/distinfo index b6c5e7d73e9..d24924d0f37 100644 --- a/finance/py-trytond-account-fr/distinfo +++ b/finance/py-trytond-account-fr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 00:12:13 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_fr-3.6.0.tar.gz) = c1e2c49d4433a56cb95e887704eb7bfcf38be98b -RMD160 (tryton-3.6/trytond_account_fr-3.6.0.tar.gz) = 706c646e529dba6348b275d797582f6368b6143c -SHA512 (tryton-3.6/trytond_account_fr-3.6.0.tar.gz) = c8509fea289c24d428608eaabebb9b722e46cf54547d1b7189967e1be79b788bc6f90ac59e3792cad7b485f1647ea043698c6fe4f313880eb1fdfde9a6def861 -Size (tryton-3.6/trytond_account_fr-3.6.0.tar.gz) = 52565 bytes +SHA1 (tryton-3.8/trytond_account_fr-3.8.0.tar.gz) = 5a24c4ff937570333b996de3bdf616ec63726ad3 +RMD160 (tryton-3.8/trytond_account_fr-3.8.0.tar.gz) = da857b8421c0d83a8ad16014879f2319be786595 +SHA512 (tryton-3.8/trytond_account_fr-3.8.0.tar.gz) = f007ea82e0b970f91f2c804d196ddccabaf7e5c247e095c00c86e26b1a62b6c493617e45d172d3578798e3dbb712534f2863c266d4be4d14899e686f42620da6 +Size (tryton-3.8/trytond_account_fr-3.8.0.tar.gz) = 56747 bytes diff --git a/finance/py-trytond-account-invoice-history/PLIST b/finance/py-trytond-account-invoice-history/PLIST index 743ba5c2939..0f209f7c10d 100644 --- a/finance/py-trytond-account-invoice-history/PLIST +++ b/finance/py-trytond-account-invoice-history/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -20,8 +20,14 @@ ${PYSITELIB}/trytond/modules/account_invoice_history/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/lt_LT.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/pt_BR.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_invoice_history/party.py diff --git a/finance/py-trytond-account-invoice-history/distinfo b/finance/py-trytond-account-invoice-history/distinfo index d210ead10f7..47e51e4f9f3 100644 --- a/finance/py-trytond-account-invoice-history/distinfo +++ b/finance/py-trytond-account-invoice-history/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:13 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_invoice_history-3.6.0.tar.gz) = 572f11a18d921dae8912b33c352b40a11da663a7 -RMD160 (tryton-3.6/trytond_account_invoice_history-3.6.0.tar.gz) = 27f595c83f6acea28377dc21cff8fd0406c38564 -SHA512 (tryton-3.6/trytond_account_invoice_history-3.6.0.tar.gz) = 383d04ffd339e703f3cb40cbf68c45f8857ff0b3230221c02ae3659bdb4421acaf7b742c1e73371ebc40bd3ebff772d836ff08e7ea66c5487654b3fd449e2dee -Size (tryton-3.6/trytond_account_invoice_history-3.6.0.tar.gz) = 17945 bytes +SHA1 (tryton-3.8/trytond_account_invoice_history-3.8.0.tar.gz) = 95b0073b8fe3048b1cfaba225b5894113e0a7122 +RMD160 (tryton-3.8/trytond_account_invoice_history-3.8.0.tar.gz) = 12cd8077658213bb18383be6b50a1f1f3e8f47b3 +SHA512 (tryton-3.8/trytond_account_invoice_history-3.8.0.tar.gz) = 55409a28f06dc8097755588cb6854562db185a5f136ee7c91ace9c69b0918fbf26136a491c6b35daaaa8cf03125345ec0a669a65ce9dae123e4a785db6a773cc +Size (tryton-3.8/trytond_account_invoice_history-3.8.0.tar.gz) = 18161 bytes diff --git a/finance/py-trytond-account-invoice-line-standalone/PLIST b/finance/py-trytond-account-invoice-line-standalone/PLIST index 59e8d66513c..4ee39998b74 100644 --- a/finance/py-trytond-account-invoice-line-standalone/PLIST +++ b/finance/py-trytond-account-invoice-line-standalone/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -21,8 +21,14 @@ ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/lt_LT.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/pt_BR.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/tests/__init__.py diff --git a/finance/py-trytond-account-invoice-line-standalone/distinfo b/finance/py-trytond-account-invoice-line-standalone/distinfo index 09eaf64d6b2..1be3a42913c 100644 --- a/finance/py-trytond-account-invoice-line-standalone/distinfo +++ b/finance/py-trytond-account-invoice-line-standalone/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:13 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_invoice_line_standalone-3.6.0.tar.gz) = 54f08fc2988b58846772fe4a8681d5d384a16ac3 -RMD160 (tryton-3.6/trytond_account_invoice_line_standalone-3.6.0.tar.gz) = d1ce2af14dbebe4b0216c46ec6a7fff023c8fc7d -SHA512 (tryton-3.6/trytond_account_invoice_line_standalone-3.6.0.tar.gz) = f7381c54294cc673f73c5037505d9191823c4e2cd6d654ed0564e30832719d8d0a4acb086bf60c32e2e885d74bf77b8df102f1fb1a6a7613ef0be918bc6aa83c -Size (tryton-3.6/trytond_account_invoice_line_standalone-3.6.0.tar.gz) = 19871 bytes +SHA1 (tryton-3.8/trytond_account_invoice_line_standalone-3.8.0.tar.gz) = fe830339b4cb6879c7a2eba34b6b6a4ce97ad8b1 +RMD160 (tryton-3.8/trytond_account_invoice_line_standalone-3.8.0.tar.gz) = 119ec1330c4246cd4a788d310673718d6b04a37d +SHA512 (tryton-3.8/trytond_account_invoice_line_standalone-3.8.0.tar.gz) = 756b652cdace82c44e88efe6d7723893295271e22a54df433bc3aed51878c8b4b5acf12353e3c8d0513da8c9963e36377724ee0b65e4a4c1043ca7982d471aa4 +Size (tryton-3.8/trytond_account_invoice_line_standalone-3.8.0.tar.gz) = 20264 bytes diff --git a/finance/py-trytond-account-invoice-stock/PLIST b/finance/py-trytond-account-invoice-stock/PLIST index e5173d5ce56..1e03ad2f5df 100644 --- a/finance/py-trytond-account-invoice-stock/PLIST +++ b/finance/py-trytond-account-invoice-stock/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -13,13 +13,23 @@ ${PYSITELIB}/trytond/modules/account_invoice_stock/account.py ${PYSITELIB}/trytond/modules/account_invoice_stock/account.pyc ${PYSITELIB}/trytond/modules/account_invoice_stock/account.pyo ${PYSITELIB}/trytond/modules/account_invoice_stock/account.xml +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/bg_BG.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/ca_ES.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/de_DE.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/lt_LT.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_invoice_stock/stock.py ${PYSITELIB}/trytond/modules/account_invoice_stock/stock.pyc diff --git a/finance/py-trytond-account-invoice-stock/distinfo b/finance/py-trytond-account-invoice-stock/distinfo index 306355b0a43..f5d72f291a5 100644 --- a/finance/py-trytond-account-invoice-stock/distinfo +++ b/finance/py-trytond-account-invoice-stock/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:13 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_invoice_stock-3.6.0.tar.gz) = b12504e336f55dba4bb3fdc2cfed9de6600ab479 -RMD160 (tryton-3.6/trytond_account_invoice_stock-3.6.0.tar.gz) = 1da65a9d8aa4b0881dd2b745ab5276bb9024122b -SHA512 (tryton-3.6/trytond_account_invoice_stock-3.6.0.tar.gz) = 66df1b9209a2f2a844309421584f5117d1bc2aa506394b30fc347cbda5b37ea21c317d9fd6f4575bb9748b15cc282222d5b98cf65edef6a042314b3157f1ec4b -Size (tryton-3.6/trytond_account_invoice_stock-3.6.0.tar.gz) = 19198 bytes +SHA1 (tryton-3.8/trytond_account_invoice_stock-3.8.0.tar.gz) = e80a3d2031b9c767a983a09c9fc269f9c20ec38d +RMD160 (tryton-3.8/trytond_account_invoice_stock-3.8.0.tar.gz) = 7e0ec5dac0e6f7327ae402bc543843a798173fdb +SHA512 (tryton-3.8/trytond_account_invoice_stock-3.8.0.tar.gz) = 76237456734c7d43f74a80f466dc0e790b55df9b030fccd6a8bc9e15936b32e469efa2fb14a2e34ec7f75412a5763b59dfd50bd092f776115f6adc6978a312ae +Size (tryton-3.8/trytond_account_invoice_stock-3.8.0.tar.gz) = 20449 bytes diff --git a/finance/py-trytond-account-invoice/PLIST b/finance/py-trytond-account-invoice/PLIST index 7d869abc590..11b9e9d0f1f 100644 --- a/finance/py-trytond-account-invoice/PLIST +++ b/finance/py-trytond-account-invoice/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2015/08/24 14:49:41 richard Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/22 08:05:08 richard Exp $ +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/account_invoice/__init__.py ${PYSITELIB}/trytond/modules/account_invoice/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice/__init__.pyo @@ -19,8 +26,14 @@ ${PYSITELIB}/trytond/modules/account_invoice/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_invoice/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_invoice/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_invoice/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_invoice/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_invoice/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_invoice/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_invoice/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_invoice/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_invoice/locale/lt_LT.po ${PYSITELIB}/trytond/modules/account_invoice/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_invoice/locale/pt_BR.po ${PYSITELIB}/trytond/modules/account_invoice/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_invoice/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_invoice/party.py @@ -76,10 +89,3 @@ ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_test_result_list. ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_tree.xml ${PYSITELIB}/trytond/modules/account_invoice/view/period_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/print_warning_form.xml -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/finance/py-trytond-account-invoice/distinfo b/finance/py-trytond-account-invoice/distinfo index 230c1846652..fb9438a1e7a 100644 --- a/finance/py-trytond-account-invoice/distinfo +++ b/finance/py-trytond-account-invoice/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 00:12:13 agc Exp $ +$NetBSD: distinfo,v 1.7 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_invoice-3.6.1.tar.gz) = 0385d41e4351a011da54213f09a1a786a303bbbd -RMD160 (tryton-3.6/trytond_account_invoice-3.6.1.tar.gz) = fc1657c93d1cc1df3fab9d1a26c5b5519d42488e -SHA512 (tryton-3.6/trytond_account_invoice-3.6.1.tar.gz) = a2eef74686bfdb3afcdc54523d2d3e4634bac7b36dc31cab08c0a609ed6896c4d16ca8f8bcb6075ad484cd73c9af05e6a5b4af9a2089395625dd19523543d2b8 -Size (tryton-3.6/trytond_account_invoice-3.6.1.tar.gz) = 130614 bytes +SHA1 (tryton-3.8/trytond_account_invoice-3.8.0.tar.gz) = a41be221bcf24558377dfe0f928ed5262a55d295 +RMD160 (tryton-3.8/trytond_account_invoice-3.8.0.tar.gz) = a0be26451ce031ae431959d0bfd5acca394b4dae +SHA512 (tryton-3.8/trytond_account_invoice-3.8.0.tar.gz) = 3aac31aba2b342bb447ccea6f5119df4a1b8dbb720f06c2817e1c37623d36c346e9caa313176d80b480b16f21eb58b516e54ad43c3f5b5004af778a8a4595513 +Size (tryton-3.8/trytond_account_invoice-3.8.0.tar.gz) = 159556 bytes diff --git a/finance/py-trytond-account-payment-clearing/PLIST b/finance/py-trytond-account-payment-clearing/PLIST index 2f7fd871a58..898c26b31be 100644 --- a/finance/py-trytond-account-payment-clearing/PLIST +++ b/finance/py-trytond-account-payment-clearing/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -12,13 +12,23 @@ ${PYSITELIB}/trytond/modules/account_payment_clearing/__init__.pyo ${PYSITELIB}/trytond/modules/account_payment_clearing/account.py ${PYSITELIB}/trytond/modules/account_payment_clearing/account.pyc ${PYSITELIB}/trytond/modules/account_payment_clearing/account.pyo +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/bg_BG.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/ca_ES.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/de_DE.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/lt_LT.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_payment_clearing/payment.py ${PYSITELIB}/trytond/modules/account_payment_clearing/payment.pyc diff --git a/finance/py-trytond-account-payment-clearing/distinfo b/finance/py-trytond-account-payment-clearing/distinfo index deb4a537a65..a532eb617c4 100644 --- a/finance/py-trytond-account-payment-clearing/distinfo +++ b/finance/py-trytond-account-payment-clearing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_payment_clearing-3.6.0.tar.gz) = 235c88cf4e39c672aeb3823c12a646935a39e76a -RMD160 (tryton-3.6/trytond_account_payment_clearing-3.6.0.tar.gz) = f1e94e2c065ccf81a93913721975dc20e411e6b5 -SHA512 (tryton-3.6/trytond_account_payment_clearing-3.6.0.tar.gz) = 53e6efcbb9ec212eba81ca5de9e9a968cc42f9cb264e336bf9123f5dee056b3c272fb9bba98d65e3f6e9218f62241a38bdf55504a8e8f60d4daa6fe6e31a65ab -Size (tryton-3.6/trytond_account_payment_clearing-3.6.0.tar.gz) = 22318 bytes +SHA1 (tryton-3.8/trytond_account_payment_clearing-3.8.0.tar.gz) = 1fd14e980944ea3f1b1b13c09fe9568a1906d1d7 +RMD160 (tryton-3.8/trytond_account_payment_clearing-3.8.0.tar.gz) = 6defb1dd8a79d4e46f7bca67e1488a14fd92c3bf +SHA512 (tryton-3.8/trytond_account_payment_clearing-3.8.0.tar.gz) = 96aa3af2c11638a848887c71bb1ca24083ac9ce541f8a5d690a4b5cbeabe4d864aa1e63072079659f475de3b17e1ea69a2578d2355e2a053d6cccce6d2b52db1 +Size (tryton-3.8/trytond_account_payment_clearing-3.8.0.tar.gz) = 22868 bytes diff --git a/finance/py-trytond-account-payment-sepa/PLIST b/finance/py-trytond-account-payment-sepa/PLIST index ced6a9c2716..e1a24bd1a90 100644 --- a/finance/py-trytond-account-payment-sepa/PLIST +++ b/finance/py-trytond-account-payment-sepa/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/22 08:05:08 richard Exp $ +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/account_payment_sepa/__init__.py ${PYSITELIB}/trytond/modules/account_payment_sepa/__init__.pyc ${PYSITELIB}/trytond/modules/account_payment_sepa/__init__.pyo @@ -6,13 +13,23 @@ ${PYSITELIB}/trytond/modules/account_payment_sepa/account.py ${PYSITELIB}/trytond/modules/account_payment_sepa/account.pyc ${PYSITELIB}/trytond/modules/account_payment_sepa/account.pyo ${PYSITELIB}/trytond/modules/account_payment_sepa/account.xml +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/bg_BG.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/ca_ES.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/de_DE.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/lt_LT.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_payment_sepa/mandate.odt ${PYSITELIB}/trytond/modules/account_payment_sepa/party.py @@ -60,10 +77,3 @@ ${PYSITELIB}/trytond/modules/account_payment_sepa/view/party_form.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/payment_form.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/payment_group_form.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/payment_journal_form.xml -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/finance/py-trytond-account-payment-sepa/distinfo b/finance/py-trytond-account-payment-sepa/distinfo index 9d451257f7b..12879c08b39 100644 --- a/finance/py-trytond-account-payment-sepa/distinfo +++ b/finance/py-trytond-account-payment-sepa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_payment_sepa-3.6.0.tar.gz) = cf93751d4c826da2bfd21bdd3983b350762d40cc -RMD160 (tryton-3.6/trytond_account_payment_sepa-3.6.0.tar.gz) = 38ca72120e028e1587ab63327cb15e6438536038 -SHA512 (tryton-3.6/trytond_account_payment_sepa-3.6.0.tar.gz) = eec3ebbdd87c896c89c59c476e1b6a08ae321f4c86771649010ffe77e8efeec7e4092038f4a28aeb4958911441c760f3529a9ac155efc7acb4fe88fb8440311a -Size (tryton-3.6/trytond_account_payment_sepa-3.6.0.tar.gz) = 101121 bytes +SHA1 (tryton-3.8/trytond_account_payment_sepa-3.8.0.tar.gz) = ec4f077d7ee3a5e4e0a74cb8c799a32e73b43170 +RMD160 (tryton-3.8/trytond_account_payment_sepa-3.8.0.tar.gz) = ff6310993ee35ac0e70085215636add2f786a66c +SHA512 (tryton-3.8/trytond_account_payment_sepa-3.8.0.tar.gz) = 3f46fb5da7d2e3e61db0ad1d1bc0ae89b764b500b62b9a8e52c93b37b3703cadb8a405bd0cf43f9956833b2a6b6ff40ea3702e227a127b5ed8230291b26ae665 +Size (tryton-3.8/trytond_account_payment_sepa-3.8.0.tar.gz) = 109469 bytes diff --git a/finance/py-trytond-account-payment/PLIST b/finance/py-trytond-account-payment/PLIST index 13db8061f7d..0eff01c6225 100644 --- a/finance/py-trytond-account-payment/PLIST +++ b/finance/py-trytond-account-payment/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:35 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -13,13 +13,23 @@ ${PYSITELIB}/trytond/modules/account_payment/account.py ${PYSITELIB}/trytond/modules/account_payment/account.pyc ${PYSITELIB}/trytond/modules/account_payment/account.pyo ${PYSITELIB}/trytond/modules/account_payment/account.xml +${PYSITELIB}/trytond/modules/account_payment/locale/bg_BG.po ${PYSITELIB}/trytond/modules/account_payment/locale/ca_ES.po +${PYSITELIB}/trytond/modules/account_payment/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/account_payment/locale/de_DE.po ${PYSITELIB}/trytond/modules/account_payment/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_payment/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_payment/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_payment/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_payment/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_payment/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_payment/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_payment/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_payment/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_payment/locale/lt_LT.po +${PYSITELIB}/trytond/modules/account_payment/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_payment/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_payment/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_payment/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_payment/payment.py ${PYSITELIB}/trytond/modules/account_payment/payment.pyc diff --git a/finance/py-trytond-account-payment/distinfo b/finance/py-trytond-account-payment/distinfo index 0811fc61bb3..48c84ec84b1 100644 --- a/finance/py-trytond-account-payment/distinfo +++ b/finance/py-trytond-account-payment/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_payment-3.6.0.tar.gz) = 8ce8b0407acb0b941683c1e51c958f9df0736fb8 -RMD160 (tryton-3.6/trytond_account_payment-3.6.0.tar.gz) = a28377d21f185155df36dd6d09d49a642ca94a31 -SHA512 (tryton-3.6/trytond_account_payment-3.6.0.tar.gz) = 934a5d1a7fde4dd44b739688139a4b7db8b1f7fc6323605dc94710314badb788dd3e50b5814bfcca3ac769414cd5eb3eeaecade9b21f45ef6d97c75cb0be03aa -Size (tryton-3.6/trytond_account_payment-3.6.0.tar.gz) = 31287 bytes +SHA1 (tryton-3.8/trytond_account_payment-3.8.0.tar.gz) = 1f80210f07275b737cd4e3671cd1c0900b6e85a3 +RMD160 (tryton-3.8/trytond_account_payment-3.8.0.tar.gz) = 7b8c3581bdcf8a67aa692220cdb5fe2de2fc2ed6 +SHA512 (tryton-3.8/trytond_account_payment-3.8.0.tar.gz) = bb570b7bd91c78dbb014141847f6a3f6b578b024e8432ef26653b9ae1d18d94f3331e6db61e45e772fc19f741bb17114c8204e67c714445770820a9b54242132 +Size (tryton-3.8/trytond_account_payment-3.8.0.tar.gz) = 35883 bytes diff --git a/finance/py-trytond-account-product/PLIST b/finance/py-trytond-account-product/PLIST index d97e35cabe2..1ba1adea63c 100644 --- a/finance/py-trytond-account-product/PLIST +++ b/finance/py-trytond-account-product/PLIST @@ -1,7 +1,18 @@ -@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:35 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/11/22 08:05:08 richard Exp $ +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/account_product/__init__.py ${PYSITELIB}/trytond/modules/account_product/__init__.pyc ${PYSITELIB}/trytond/modules/account_product/__init__.pyo +${PYSITELIB}/trytond/modules/account_product/configuration.py +${PYSITELIB}/trytond/modules/account_product/configuration.pyc +${PYSITELIB}/trytond/modules/account_product/configuration.pyo +${PYSITELIB}/trytond/modules/account_product/configuration.xml ${PYSITELIB}/trytond/modules/account_product/locale/bg_BG.po ${PYSITELIB}/trytond/modules/account_product/locale/ca_ES.po ${PYSITELIB}/trytond/modules/account_product/locale/cs_CZ.po @@ -10,8 +21,14 @@ ${PYSITELIB}/trytond/modules/account_product/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_product/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_product/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_product/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_product/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_product/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_product/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_product/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_product/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_product/locale/lt_LT.po ${PYSITELIB}/trytond/modules/account_product/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_product/locale/pt_BR.po ${PYSITELIB}/trytond/modules/account_product/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_product/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_product/product.py @@ -26,11 +43,5 @@ ${PYSITELIB}/trytond/modules/account_product/tests/test_account_product.pyc ${PYSITELIB}/trytond/modules/account_product/tests/test_account_product.pyo ${PYSITELIB}/trytond/modules/account_product/tryton.cfg ${PYSITELIB}/trytond/modules/account_product/view/category_form.xml +${PYSITELIB}/trytond/modules/account_product/view/configuration_form.xml ${PYSITELIB}/trytond/modules/account_product/view/template_form.xml -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/finance/py-trytond-account-product/distinfo b/finance/py-trytond-account-product/distinfo index 1b26bef3229..6890e8f52a8 100644 --- a/finance/py-trytond-account-product/distinfo +++ b/finance/py-trytond-account-product/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_product-3.6.0.tar.gz) = 822980ccab1b0acc241f531e65fabac4f323e9b6 -RMD160 (tryton-3.6/trytond_account_product-3.6.0.tar.gz) = ece2bcd4bdca492cfd8a57570bb3d9fcf768a11f -SHA512 (tryton-3.6/trytond_account_product-3.6.0.tar.gz) = dcd362c0221123da931d629612648827598c7affcb4147033a25b2d4f23fae97dc48d1bb79eb735b8ec1ae098c9008ead81cc8cf41d29c226d68b5de2d53ecfc -Size (tryton-3.6/trytond_account_product-3.6.0.tar.gz) = 27324 bytes +SHA1 (tryton-3.8/trytond_account_product-3.8.0.tar.gz) = c488376589e71117c3b0fc6eba0a0397585a1026 +RMD160 (tryton-3.8/trytond_account_product-3.8.0.tar.gz) = fa97ec83da3e3bd1d2088cf7813e8776a22cc3a9 +SHA512 (tryton-3.8/trytond_account_product-3.8.0.tar.gz) = 717cb7b4b081c31a3ecaa07289c7b522f834bf330a6b1ff4089b05fd8ac4f2ed04a5ec6e48ed380d1a27f349001da7794a0d95b639dcd55a445ab7586f9ccd06 +Size (tryton-3.8/trytond_account_product-3.8.0.tar.gz) = 29571 bytes diff --git a/finance/py-trytond-account-statement/PLIST b/finance/py-trytond-account-statement/PLIST index bc3bc3270e7..ff830608c4b 100644 --- a/finance/py-trytond-account-statement/PLIST +++ b/finance/py-trytond-account-statement/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -24,8 +24,14 @@ ${PYSITELIB}/trytond/modules/account_statement/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_statement/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_statement/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_statement/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_statement/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_statement/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_statement/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_statement/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_statement/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_statement/locale/lt_LT.po ${PYSITELIB}/trytond/modules/account_statement/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_statement/locale/pt_BR.po ${PYSITELIB}/trytond/modules/account_statement/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_statement/locale/sl_SI.po ${PYSITELIB}/trytond/modules/account_statement/statement.odt diff --git a/finance/py-trytond-account-statement/distinfo b/finance/py-trytond-account-statement/distinfo index dcdd0babf87..cd168cf2036 100644 --- a/finance/py-trytond-account-statement/distinfo +++ b/finance/py-trytond-account-statement/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_statement-3.6.0.tar.gz) = 5fb3654214f089120dadac37f259f46e23fd7dca -RMD160 (tryton-3.6/trytond_account_statement-3.6.0.tar.gz) = 759c4c9ed89602904f8a942fb320a578c501dd42 -SHA512 (tryton-3.6/trytond_account_statement-3.6.0.tar.gz) = b70f1e59697cb2116d4b70f4638aa16f75a261cfc9727a182393eb9a9a67fb0b33423072850c58b80ef24695481e64c51b892c724c2239fe9837a950951616c6 -Size (tryton-3.6/trytond_account_statement-3.6.0.tar.gz) = 52142 bytes +SHA1 (tryton-3.8/trytond_account_statement-3.8.0.tar.gz) = 5ee0564be4f050341da82965b2d07b76237d1332 +RMD160 (tryton-3.8/trytond_account_statement-3.8.0.tar.gz) = 44a6ac3df0a5fe46c72dfbbf97ae901749486e7f +SHA512 (tryton-3.8/trytond_account_statement-3.8.0.tar.gz) = fda91eef542e57920210c86daf341a840de022167e08b6bc60d4bfd48aadef81b31ce5cc0c439ba24edb83085c894b52db260096f3c64765e36b6609ef5210ce +Size (tryton-3.8/trytond_account_statement-3.8.0.tar.gz) = 57847 bytes diff --git a/finance/py-trytond-account-stock-continental/PLIST b/finance/py-trytond-account-stock-continental/PLIST index af318da7006..67083262cd8 100644 --- a/finance/py-trytond-account-stock-continental/PLIST +++ b/finance/py-trytond-account-stock-continental/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -21,10 +21,25 @@ ${PYSITELIB}/trytond/modules/account_stock_continental/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/es_CO.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/es_MX.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/it_IT.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/lt_LT.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/pt_BR.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/sl_SI.po +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_bg.xml +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_ca.xml +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_de.xml +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_en.xml +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_es.xml +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_fr.xml +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_nl.xml +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_ru.xml +${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_sl.xml ${PYSITELIB}/trytond/modules/account_stock_continental/product.py ${PYSITELIB}/trytond/modules/account_stock_continental/product.pyc ${PYSITELIB}/trytond/modules/account_stock_continental/product.pyo diff --git a/finance/py-trytond-account-stock-continental/distinfo b/finance/py-trytond-account-stock-continental/distinfo index b72cf38663f..ee060f0d7e7 100644 --- a/finance/py-trytond-account-stock-continental/distinfo +++ b/finance/py-trytond-account-stock-continental/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_account_stock_continental-3.6.0.tar.gz) = 4509c2321d771ef46c5cd67181f24449f9342c33 -RMD160 (tryton-3.6/trytond_account_stock_continental-3.6.0.tar.gz) = 4984d250ce63763aca7c6db71a3f85636361342c -SHA512 (tryton-3.6/trytond_account_stock_continental-3.6.0.tar.gz) = e7a10634ffa8155293b946d145912325e1e2a3037d17808876be95bf290e2ab8c4384302cfe877c5eb295d799a23a1583d21bd7f299f5ea047ddee6625023963 -Size (tryton-3.6/trytond_account_stock_continental-3.6.0.tar.gz) = 32529 bytes +SHA1 (tryton-3.8/trytond_account_stock_continental-3.8.0.tar.gz) = 3c0250092a88a5bbbe7440141d40756c5ec5cb4c +RMD160 (tryton-3.8/trytond_account_stock_continental-3.8.0.tar.gz) = 7a083e9c3f52c6689464f2d1889082cda6552593 +SHA512 (tryton-3.8/trytond_account_stock_continental-3.8.0.tar.gz) = a2464887fa853ca48fc6516dc8bbd59241ae75c204251046218d82e6543b321a3c87e20791cd91bb6bedc3495d62b65b37705f27b681a76fd9479abc040c01ef +Size (tryton-3.8/trytond_account_stock_continental-3.8.0.tar.gz) = 35699 bytes diff --git a/finance/py-trytond-account/PLIST b/finance/py-trytond-account/PLIST index 2ab44bc1976..746915a202a 100644 --- a/finance/py-trytond-account/PLIST +++ b/finance/py-trytond-account/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2015/08/24 14:49:41 richard Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/22 08:05:07 richard Exp $ +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/account/__init__.py ${PYSITELIB}/trytond/modules/account/__init__.pyc ${PYSITELIB}/trytond/modules/account/__init__.pyo @@ -30,10 +37,25 @@ ${PYSITELIB}/trytond/modules/account/locale/es_AR.po ${PYSITELIB}/trytond/modules/account/locale/es_CO.po ${PYSITELIB}/trytond/modules/account/locale/es_EC.po ${PYSITELIB}/trytond/modules/account/locale/es_ES.po +${PYSITELIB}/trytond/modules/account/locale/es_MX.po ${PYSITELIB}/trytond/modules/account/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account/locale/hu_HU.po +${PYSITELIB}/trytond/modules/account/locale/it_IT.po +${PYSITELIB}/trytond/modules/account/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account/locale/lt_LT.po ${PYSITELIB}/trytond/modules/account/locale/nl_NL.po +${PYSITELIB}/trytond/modules/account/locale/pt_BR.po ${PYSITELIB}/trytond/modules/account/locale/ru_RU.po ${PYSITELIB}/trytond/modules/account/locale/sl_SI.po +${PYSITELIB}/trytond/modules/account/minimal_chart_bg.xml +${PYSITELIB}/trytond/modules/account/minimal_chart_ca.xml +${PYSITELIB}/trytond/modules/account/minimal_chart_de.xml +${PYSITELIB}/trytond/modules/account/minimal_chart_en.xml +${PYSITELIB}/trytond/modules/account/minimal_chart_es.xml +${PYSITELIB}/trytond/modules/account/minimal_chart_fr.xml +${PYSITELIB}/trytond/modules/account/minimal_chart_nl.xml +${PYSITELIB}/trytond/modules/account/minimal_chart_ru.xml +${PYSITELIB}/trytond/modules/account/minimal_chart_sl.xml ${PYSITELIB}/trytond/modules/account/move_template.py ${PYSITELIB}/trytond/modules/account/move_template.pyc ${PYSITELIB}/trytond/modules/account/move_template.pyo @@ -97,6 +119,8 @@ ${PYSITELIB}/trytond/modules/account/view/fiscalyear_close_start_form.xml ${PYSITELIB}/trytond/modules/account/view/fiscalyear_form.xml ${PYSITELIB}/trytond/modules/account/view/fiscalyear_tree.xml ${PYSITELIB}/trytond/modules/account/view/journal_form.xml +${PYSITELIB}/trytond/modules/account/view/journal_list_cash.xml +${PYSITELIB}/trytond/modules/account/view/journal_open_cash_start.xml ${PYSITELIB}/trytond/modules/account/view/journal_period_form.xml ${PYSITELIB}/trytond/modules/account/view/journal_period_tree.xml ${PYSITELIB}/trytond/modules/account/view/journal_tree.xml @@ -169,10 +193,3 @@ ${PYSITELIB}/trytond/modules/account/view/tax_template_tree.xml ${PYSITELIB}/trytond/modules/account/view/tax_tree.xml ${PYSITELIB}/trytond/modules/account/view/update_chart_start_form.xml ${PYSITELIB}/trytond/modules/account/view/update_chart_succeed_form.xml -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/finance/py-trytond-account/distinfo b/finance/py-trytond-account/distinfo index 0d5be2745eb..8467acc6c2a 100644 --- a/finance/py-trytond-account/distinfo +++ b/finance/py-trytond-account/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 00:12:13 agc Exp $ +$NetBSD: distinfo,v 1.7 2015/11/22 08:05:07 richard Exp $ -SHA1 (tryton-3.6/trytond_account-3.6.1.tar.gz) = 9f8401cbe6cc7f49043effba9d676c3e6d1f0a24 -RMD160 (tryton-3.6/trytond_account-3.6.1.tar.gz) = 1b5b085458b7e767576f48f2a22ebaca80059610 -SHA512 (tryton-3.6/trytond_account-3.6.1.tar.gz) = c540f220b460deccec5ac54928650c42f624f278598ec75d60a3915d2e4279aaf52a52422d53b2bcf8dff397ab11b961633000a7018ddbf2e996a8ea8d9bf0cc -Size (tryton-3.6/trytond_account-3.6.1.tar.gz) = 386346 bytes +SHA1 (tryton-3.8/trytond_account-3.8.0.tar.gz) = 37676b6df58fda9375de5cde776ac0f0d9ecf77c +RMD160 (tryton-3.8/trytond_account-3.8.0.tar.gz) = f4a91d80ed44be6685469866ba34e15418b281c0 +SHA512 (tryton-3.8/trytond_account-3.8.0.tar.gz) = 11a9d389952c946d57dddfc078131a2af8b2df44ad1c12aaa3c89e04d78cfaa5847a94a712dcbc865b582abf5ad5ea6a1381b3762efcf107fc0de89703b76d59 +Size (tryton-3.8/trytond_account-3.8.0.tar.gz) = 453830 bytes diff --git a/finance/py-trytond-analytic-account/PLIST b/finance/py-trytond-analytic-account/PLIST index 155de7a453d..b59b37ff789 100644 --- a/finance/py-trytond-analytic-account/PLIST +++ b/finance/py-trytond-analytic-account/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -26,8 +26,14 @@ ${PYSITELIB}/trytond/modules/analytic_account/locale/es_AR.po ${PYSITELIB}/trytond/modules/analytic_account/locale/es_CO.po ${PYSITELIB}/trytond/modules/analytic_account/locale/es_EC.po ${PYSITELIB}/trytond/modules/analytic_account/locale/es_ES.po +${PYSITELIB}/trytond/modules/analytic_account/locale/es_MX.po ${PYSITELIB}/trytond/modules/analytic_account/locale/fr_FR.po +${PYSITELIB}/trytond/modules/analytic_account/locale/hu_HU.po +${PYSITELIB}/trytond/modules/analytic_account/locale/it_IT.po +${PYSITELIB}/trytond/modules/analytic_account/locale/ja_JP.po +${PYSITELIB}/trytond/modules/analytic_account/locale/lt_LT.po ${PYSITELIB}/trytond/modules/analytic_account/locale/nl_NL.po +${PYSITELIB}/trytond/modules/analytic_account/locale/pt_BR.po ${PYSITELIB}/trytond/modules/analytic_account/locale/ru_RU.po ${PYSITELIB}/trytond/modules/analytic_account/locale/sl_SI.po ${PYSITELIB}/trytond/modules/analytic_account/tests/__init__.py diff --git a/finance/py-trytond-analytic-account/distinfo b/finance/py-trytond-analytic-account/distinfo index 097de2f501c..f47c465357c 100644 --- a/finance/py-trytond-analytic-account/distinfo +++ b/finance/py-trytond-analytic-account/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_analytic_account-3.6.0.tar.gz) = ffda926f708bda4e75c64cf65d969b891140bb5d -RMD160 (tryton-3.6/trytond_analytic_account-3.6.0.tar.gz) = 560db6bde47ec3f1997a452c9b2e37ca84357430 -SHA512 (tryton-3.6/trytond_analytic_account-3.6.0.tar.gz) = 5bf02ae18c947a9c3c4cc6a3263b13d58e67157e8089d978e20cfded43fbb2a0c15b197c5db033699330682cf4c21ce71d6e3b024f37993183c2ba0e32924f23 -Size (tryton-3.6/trytond_analytic_account-3.6.0.tar.gz) = 35727 bytes +SHA1 (tryton-3.8/trytond_analytic_account-3.8.0.tar.gz) = ed26a6f711a62ccc06327cebc3ec12b77b7457b3 +RMD160 (tryton-3.8/trytond_analytic_account-3.8.0.tar.gz) = 9253fdc8062ffed260ce63acad186f6e7635433d +SHA512 (tryton-3.8/trytond_analytic_account-3.8.0.tar.gz) = 52cfb45b21d1b8cf281daa03b323c0a4a894a854bded343f148bccdd34799c4fc259bb8f90f5ce4073ff74532b6119f520de35672436e59ec47a425a88b557b8 +Size (tryton-3.8/trytond_analytic_account-3.8.0.tar.gz) = 37473 bytes diff --git a/finance/py-trytond-analytic-invoice/PLIST b/finance/py-trytond-analytic-invoice/PLIST index 6985d111998..9cff8f6429f 100644 --- a/finance/py-trytond-analytic-invoice/PLIST +++ b/finance/py-trytond-analytic-invoice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:08 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -21,8 +21,14 @@ ${PYSITELIB}/trytond/modules/analytic_invoice/locale/es_AR.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/es_CO.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/es_EC.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/es_ES.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/es_MX.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/fr_FR.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/hu_HU.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/it_IT.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/ja_JP.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/lt_LT.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/nl_NL.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/pt_BR.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/ru_RU.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/sl_SI.po ${PYSITELIB}/trytond/modules/analytic_invoice/tests/__init__.py diff --git a/finance/py-trytond-analytic-invoice/distinfo b/finance/py-trytond-analytic-invoice/distinfo index 744291ad1e9..725d5761bff 100644 --- a/finance/py-trytond-analytic-invoice/distinfo +++ b/finance/py-trytond-analytic-invoice/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:08 richard Exp $ -SHA1 (tryton-3.6/trytond_analytic_invoice-3.6.0.tar.gz) = 68cb583b06b69db6e33eaa49743179ff9bb9f89c -RMD160 (tryton-3.6/trytond_analytic_invoice-3.6.0.tar.gz) = 94b4b016653686ed0c4dfcc7f5d2b713195f1298 -SHA512 (tryton-3.6/trytond_analytic_invoice-3.6.0.tar.gz) = eb56f6b231fdd26401ba30ea1ceddd1914ab16857591982b54f09e58c4c45c1f5020c5c15cf58dab3259d5c3beb806109a9260beed61c930da389ce4a9bb0a7a -Size (tryton-3.6/trytond_analytic_invoice-3.6.0.tar.gz) = 20374 bytes +SHA1 (tryton-3.8/trytond_analytic_invoice-3.8.0.tar.gz) = 8b9fedd3b7799656292542b651188130eeb27a89 +RMD160 (tryton-3.8/trytond_analytic_invoice-3.8.0.tar.gz) = fabdcf42353b09e133c2af97ede4c363bffdec3e +SHA512 (tryton-3.8/trytond_analytic_invoice-3.8.0.tar.gz) = 0a20d434d77ded4ded87532e1955c08fd25d1da1c72194810cd3895b421310c0554007cf5b55ba81717b141e8efa7e7024b566fcc5d7dcb9deecc379ce5d9932 +Size (tryton-3.8/trytond_analytic_invoice-3.8.0.tar.gz) = 20712 bytes diff --git a/finance/py-trytond-analytic-purchase/PLIST b/finance/py-trytond-analytic-purchase/PLIST index 0af96da869f..1a520e4b011 100644 --- a/finance/py-trytond-analytic-purchase/PLIST +++ b/finance/py-trytond-analytic-purchase/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -17,8 +17,14 @@ ${PYSITELIB}/trytond/modules/analytic_purchase/locale/es_AR.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/es_CO.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/es_EC.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/es_ES.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/es_MX.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/fr_FR.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/hu_HU.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/it_IT.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/ja_JP.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/lt_LT.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/nl_NL.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/pt_BR.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/ru_RU.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/sl_SI.po ${PYSITELIB}/trytond/modules/analytic_purchase/purchase.py diff --git a/finance/py-trytond-analytic-purchase/distinfo b/finance/py-trytond-analytic-purchase/distinfo index 2e13fb175ab..932cf8f22a8 100644 --- a/finance/py-trytond-analytic-purchase/distinfo +++ b/finance/py-trytond-analytic-purchase/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_analytic_purchase-3.6.0.tar.gz) = 266105c1c7de80302a4cd758dadd9f882b167dab -RMD160 (tryton-3.6/trytond_analytic_purchase-3.6.0.tar.gz) = d61218afa186897f35a1e51e284cc53a741ad7d2 -SHA512 (tryton-3.6/trytond_analytic_purchase-3.6.0.tar.gz) = 13df7b9e145c9071f4928be39233c60218150dc4e70c1d3faf9cb80352ea1136d90ac040ccda90c5c2e49a2d32e6f0d058c0ed27c9184442d11f93bb435a700a -Size (tryton-3.6/trytond_analytic_purchase-3.6.0.tar.gz) = 22993 bytes +SHA1 (tryton-3.8/trytond_analytic_purchase-3.8.0.tar.gz) = 7f5c931e34f0bf9a9f5f8982773932a5759f84da +RMD160 (tryton-3.8/trytond_analytic_purchase-3.8.0.tar.gz) = 50b37aeae783994466b3be6a6845b91886a59733 +SHA512 (tryton-3.8/trytond_analytic_purchase-3.8.0.tar.gz) = 00b78a2196bb94fd62f01cccbf72ae77a6aaba6d9f38d59f81ad84aebd06bb40c905cb6032776763f4f9f9e1e481f2efb8e7a70acaeafdc036ac8c8cfb2b5b5f +Size (tryton-3.8/trytond_analytic_purchase-3.8.0.tar.gz) = 21468 bytes diff --git a/finance/py-trytond-analytic-sale/PLIST b/finance/py-trytond-analytic-sale/PLIST index 3e8c787485b..38a3ec4c38e 100644 --- a/finance/py-trytond-analytic-sale/PLIST +++ b/finance/py-trytond-analytic-sale/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -17,8 +17,14 @@ ${PYSITELIB}/trytond/modules/analytic_sale/locale/es_AR.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/es_CO.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/es_EC.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/es_ES.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/es_MX.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/fr_FR.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/hu_HU.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/it_IT.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/ja_JP.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/lt_LT.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/nl_NL.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/pt_BR.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/ru_RU.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/sl_SI.po ${PYSITELIB}/trytond/modules/analytic_sale/sale.py diff --git a/finance/py-trytond-analytic-sale/distinfo b/finance/py-trytond-analytic-sale/distinfo index 4a56da9bc1a..c1ddf5481b7 100644 --- a/finance/py-trytond-analytic-sale/distinfo +++ b/finance/py-trytond-analytic-sale/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_analytic_sale-3.6.0.tar.gz) = 995382d31d556141606ee2ed7985f451ad9ca6d4 -RMD160 (tryton-3.6/trytond_analytic_sale-3.6.0.tar.gz) = df0b6d14395470c9a2b4240c90eb0c4a914bc497 -SHA512 (tryton-3.6/trytond_analytic_sale-3.6.0.tar.gz) = 2dac25ef149d83ca0033ce214f6bbfaca0c986d3956ca9e01dd3e13a9d0fd50f7f7cdf65e0af883705eb939b77c956ba232e0ac80d2b2be9a28a166cdac3ec7e -Size (tryton-3.6/trytond_analytic_sale-3.6.0.tar.gz) = 20350 bytes +SHA1 (tryton-3.8/trytond_analytic_sale-3.8.0.tar.gz) = fd6c560de17e963ca75487c77fa6d91516253bb7 +RMD160 (tryton-3.8/trytond_analytic_sale-3.8.0.tar.gz) = 9b277dbb95ad43cec1c8c591a8b76d56af7c7a9a +SHA512 (tryton-3.8/trytond_analytic_sale-3.8.0.tar.gz) = 0c6cad82aec3cdebbeeadc55f1cfac5d0c1c0a87748c6a19e1422067172959eb8ebb3a910c70e8e63f023120637daf29535d8ace3c3be70203576b53dae54298 +Size (tryton-3.8/trytond_analytic_sale-3.8.0.tar.gz) = 20669 bytes diff --git a/finance/py-trytond-bank/PLIST b/finance/py-trytond-bank/PLIST index 6d25ebb8d4c..af75bb74b31 100644 --- a/finance/py-trytond-bank/PLIST +++ b/finance/py-trytond-bank/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:35 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -13,13 +13,23 @@ ${PYSITELIB}/trytond/modules/bank/bank.py ${PYSITELIB}/trytond/modules/bank/bank.pyc ${PYSITELIB}/trytond/modules/bank/bank.pyo ${PYSITELIB}/trytond/modules/bank/bank.xml +${PYSITELIB}/trytond/modules/bank/locale/bg_BG.po ${PYSITELIB}/trytond/modules/bank/locale/ca_ES.po +${PYSITELIB}/trytond/modules/bank/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/bank/locale/de_DE.po ${PYSITELIB}/trytond/modules/bank/locale/es_AR.po ${PYSITELIB}/trytond/modules/bank/locale/es_CO.po ${PYSITELIB}/trytond/modules/bank/locale/es_EC.po ${PYSITELIB}/trytond/modules/bank/locale/es_ES.po +${PYSITELIB}/trytond/modules/bank/locale/es_MX.po ${PYSITELIB}/trytond/modules/bank/locale/fr_FR.po +${PYSITELIB}/trytond/modules/bank/locale/hu_HU.po +${PYSITELIB}/trytond/modules/bank/locale/it_IT.po +${PYSITELIB}/trytond/modules/bank/locale/ja_JP.po +${PYSITELIB}/trytond/modules/bank/locale/lt_LT.po +${PYSITELIB}/trytond/modules/bank/locale/nl_NL.po +${PYSITELIB}/trytond/modules/bank/locale/pt_BR.po +${PYSITELIB}/trytond/modules/bank/locale/ru_RU.po ${PYSITELIB}/trytond/modules/bank/locale/sl_SI.po ${PYSITELIB}/trytond/modules/bank/party.py ${PYSITELIB}/trytond/modules/bank/party.pyc diff --git a/finance/py-trytond-bank/distinfo b/finance/py-trytond-bank/distinfo index 5bc303ced7b..949e2e3ea0c 100644 --- a/finance/py-trytond-bank/distinfo +++ b/finance/py-trytond-bank/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_bank-3.6.0.tar.gz) = 4fec94e5beff8ea1b42fd9b5bbff4fd602b9c9b7 -RMD160 (tryton-3.6/trytond_bank-3.6.0.tar.gz) = 556911aa854be3cedb766440db31b41e51fa01f3 -SHA512 (tryton-3.6/trytond_bank-3.6.0.tar.gz) = 09244ebf1d949a50d636e7424a1f3dd31034323829c47ab1716b6a31b8f54dee80d090341518905d998331921fd91f9bb7efc3f1c466efd0eeec78f92c015a7e -Size (tryton-3.6/trytond_bank-3.6.0.tar.gz) = 24133 bytes +SHA1 (tryton-3.8/trytond_bank-3.8.0.tar.gz) = fba6bdd00b89b7879f75df56d9e403d3b956b7d2 +RMD160 (tryton-3.8/trytond_bank-3.8.0.tar.gz) = 3dc78944da6d821ea9db7817cd1957d92828a559 +SHA512 (tryton-3.8/trytond_bank-3.8.0.tar.gz) = 49c1865e34046ebce8bff623163612e2512ae37a7a1b3cbb638f6b13630bdf8ec2b9027902e84bc79d06c1b09e86e39246a76d0fcb8fbd1e27c017b6cfecebcf +Size (tryton-3.8/trytond_bank-3.8.0.tar.gz) = 27104 bytes diff --git a/finance/py-trytond-currency/PLIST b/finance/py-trytond-currency/PLIST index ec372acea5a..7d93e6ab707 100644 --- a/finance/py-trytond-currency/PLIST +++ b/finance/py-trytond-currency/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2015/08/24 14:49:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/22 08:05:09 richard Exp $ +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/currency/__init__.py ${PYSITELIB}/trytond/modules/currency/__init__.pyc ${PYSITELIB}/trytond/modules/currency/__init__.pyo @@ -15,9 +22,14 @@ ${PYSITELIB}/trytond/modules/currency/locale/es_AR.po ${PYSITELIB}/trytond/modules/currency/locale/es_CO.po ${PYSITELIB}/trytond/modules/currency/locale/es_EC.po ${PYSITELIB}/trytond/modules/currency/locale/es_ES.po +${PYSITELIB}/trytond/modules/currency/locale/es_MX.po ${PYSITELIB}/trytond/modules/currency/locale/fr_FR.po +${PYSITELIB}/trytond/modules/currency/locale/hu_HU.po +${PYSITELIB}/trytond/modules/currency/locale/it_IT.po +${PYSITELIB}/trytond/modules/currency/locale/ja_JP.po ${PYSITELIB}/trytond/modules/currency/locale/lt_LT.po ${PYSITELIB}/trytond/modules/currency/locale/nl_NL.po +${PYSITELIB}/trytond/modules/currency/locale/pt_BR.po ${PYSITELIB}/trytond/modules/currency/locale/ru_RU.po ${PYSITELIB}/trytond/modules/currency/locale/sl_SI.po ${PYSITELIB}/trytond/modules/currency/tests/__init__.py @@ -35,10 +47,3 @@ ${PYSITELIB}/trytond/modules/currency/view/currency_rate_form.xml ${PYSITELIB}/trytond/modules/currency/view/currency_rate_graph.xml ${PYSITELIB}/trytond/modules/currency/view/currency_rate_list.xml ${PYSITELIB}/trytond/modules/currency/view/currency_tree.xml -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/finance/py-trytond-currency/distinfo b/finance/py-trytond-currency/distinfo index edd67b61b57..aca569e7ff3 100644 --- a/finance/py-trytond-currency/distinfo +++ b/finance/py-trytond-currency/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_currency-3.6.0.tar.gz) = a58030b6109cd93f1988a6dfb92bc8078b83ddce -RMD160 (tryton-3.6/trytond_currency-3.6.0.tar.gz) = 9df49281f64c59a5d9e4b7c25d19d7f992624b55 -SHA512 (tryton-3.6/trytond_currency-3.6.0.tar.gz) = e70a39560ca4a6d3aa26a169a843d139293a70fa429f9654af76b1f0a7f8f8b3ea310d040e5ae08689f9f46a8280900d8b718557b557aeab860ce2bee6f2fdd2 -Size (tryton-3.6/trytond_currency-3.6.0.tar.gz) = 59250 bytes +SHA1 (tryton-3.8/trytond_currency-3.8.0.tar.gz) = b31e75ca6d30b1430403d30ac1c9930371835343 +RMD160 (tryton-3.8/trytond_currency-3.8.0.tar.gz) = 915ff2312d3a8e8003e25483d6c1edaf0f920f6d +SHA512 (tryton-3.8/trytond_currency-3.8.0.tar.gz) = a3b5b1b2c7d072ce007a340e8dd5863d77cdb8623512a45672aefa79f3472b35ac9e19aea371c52b9f42a9f725c03298c605107499eb869179dc4867f3ce200f +Size (tryton-3.8/trytond_currency-3.8.0.tar.gz) = 66877 bytes diff --git a/finance/py-trytond-product-cost-fifo/PLIST b/finance/py-trytond-product-cost-fifo/PLIST index 116da95a46c..e19c6d2156b 100644 --- a/finance/py-trytond-product-cost-fifo/PLIST +++ b/finance/py-trytond-product-cost-fifo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -17,8 +17,14 @@ ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/es_AR.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/es_CO.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/es_EC.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/es_ES.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/es_MX.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/fr_FR.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/hu_HU.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/it_IT.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/lt_LT.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/nl_NL.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/pt_BR.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/ru_RU.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/sl_SI.po ${PYSITELIB}/trytond/modules/product_cost_fifo/move.py diff --git a/finance/py-trytond-product-cost-fifo/distinfo b/finance/py-trytond-product-cost-fifo/distinfo index 082ba4440bf..2a57c00610b 100644 --- a/finance/py-trytond-product-cost-fifo/distinfo +++ b/finance/py-trytond-product-cost-fifo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_product_cost_fifo-3.6.0.tar.gz) = e297fa71ea39045176eba50c4d4d6ea9e85b7a0f -RMD160 (tryton-3.6/trytond_product_cost_fifo-3.6.0.tar.gz) = b2e676bf904defdec5989dd1e065813bec6a07f3 -SHA512 (tryton-3.6/trytond_product_cost_fifo-3.6.0.tar.gz) = efe2e7aea548419dd535aadea95cf9ae633cc0dc6c0a079f870936b92ae681019b115615520a74651bd89f982cefbb62681bae47e2aaf938de7c9094bd1bffb5 -Size (tryton-3.6/trytond_product_cost_fifo-3.6.0.tar.gz) = 20098 bytes +SHA1 (tryton-3.8/trytond_product_cost_fifo-3.8.0.tar.gz) = 5c4ed818da105906f9b987071b4ef0b7a53f3285 +RMD160 (tryton-3.8/trytond_product_cost_fifo-3.8.0.tar.gz) = 2461a48a2bab11cce2eac82671ba1225e05aaeee +SHA512 (tryton-3.8/trytond_product_cost_fifo-3.8.0.tar.gz) = df2871f3b175c1ae187d2f65f833c80321ffc7784856a3fd7249f79c9eb77857894bce20d1f1ec65ef27592591f6dba54a864386e6bd1c08b22ba90d80c98d6e +Size (tryton-3.8/trytond_product_cost_fifo-3.8.0.tar.gz) = 20713 bytes diff --git a/finance/py-trytond-product-cost-history/PLIST b/finance/py-trytond-product-cost-history/PLIST index af1e5c4af62..a637bfc669a 100644 --- a/finance/py-trytond-product-cost-history/PLIST +++ b/finance/py-trytond-product-cost-history/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -20,8 +20,14 @@ ${PYSITELIB}/trytond/modules/product_cost_history/locale/es_AR.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/es_CO.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/es_EC.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/es_ES.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/es_MX.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/fr_FR.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/hu_HU.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/it_IT.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/lt_LT.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/nl_NL.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/pt_BR.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/ru_RU.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/sl_SI.po ${PYSITELIB}/trytond/modules/product_cost_history/product.py diff --git a/finance/py-trytond-product-cost-history/distinfo b/finance/py-trytond-product-cost-history/distinfo index 4a006bd96a8..fb96ca3a128 100644 --- a/finance/py-trytond-product-cost-history/distinfo +++ b/finance/py-trytond-product-cost-history/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_product_cost_history-3.6.0.tar.gz) = 7a35d8bf81e8a17aa3ca7a0cd9c41c7a0d591921 -RMD160 (tryton-3.6/trytond_product_cost_history-3.6.0.tar.gz) = b2361b20506ecf1b5a4d5375adec75432a71b8c5 -SHA512 (tryton-3.6/trytond_product_cost_history-3.6.0.tar.gz) = b63bb7e8de2921c4a9d28bfcc5d8fb1a7827bb16b0398bf58de622881e4adbb6359f246764a9cde5b3eb8c91fedf1c9dde8b5325ef36e2696503d87c7ef1f147 -Size (tryton-3.6/trytond_product_cost_history-3.6.0.tar.gz) = 20656 bytes +SHA1 (tryton-3.8/trytond_product_cost_history-3.8.0.tar.gz) = f4088029d826c1ba12cd3343a0b3077b6bdb24f0 +RMD160 (tryton-3.8/trytond_product_cost_history-3.8.0.tar.gz) = e0456d368694eeb9c778755e6ae0be53329086ef +SHA512 (tryton-3.8/trytond_product_cost_history-3.8.0.tar.gz) = 3b3fb830df376d7d58655224b578062201da9eddcd83eb22241c6127cf07ffb92019bbd9ed7852ab891f72750bf6b14cf2f83ed49afc2e0817100770ccd766c3 +Size (tryton-3.8/trytond_product_cost_history-3.8.0.tar.gz) = 21304 bytes diff --git a/finance/py-trytond-product-price-list/PLIST b/finance/py-trytond-product-price-list/PLIST index 5d3c6dcafe2..4fdb105a8b1 100644 --- a/finance/py-trytond-product-price-list/PLIST +++ b/finance/py-trytond-product-price-list/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -17,8 +17,14 @@ ${PYSITELIB}/trytond/modules/product_price_list/locale/es_AR.po ${PYSITELIB}/trytond/modules/product_price_list/locale/es_CO.po ${PYSITELIB}/trytond/modules/product_price_list/locale/es_EC.po ${PYSITELIB}/trytond/modules/product_price_list/locale/es_ES.po +${PYSITELIB}/trytond/modules/product_price_list/locale/es_MX.po ${PYSITELIB}/trytond/modules/product_price_list/locale/fr_FR.po +${PYSITELIB}/trytond/modules/product_price_list/locale/hu_HU.po +${PYSITELIB}/trytond/modules/product_price_list/locale/it_IT.po +${PYSITELIB}/trytond/modules/product_price_list/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_price_list/locale/lt_LT.po ${PYSITELIB}/trytond/modules/product_price_list/locale/nl_NL.po +${PYSITELIB}/trytond/modules/product_price_list/locale/pt_BR.po ${PYSITELIB}/trytond/modules/product_price_list/locale/ru_RU.po ${PYSITELIB}/trytond/modules/product_price_list/locale/sl_SI.po ${PYSITELIB}/trytond/modules/product_price_list/price_list.py diff --git a/finance/py-trytond-product-price-list/distinfo b/finance/py-trytond-product-price-list/distinfo index 90f232286f7..f81e71aac0f 100644 --- a/finance/py-trytond-product-price-list/distinfo +++ b/finance/py-trytond-product-price-list/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:15 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_product_price_list-3.6.0.tar.gz) = de7a0d70d529f3ea7098a64ad5d2e4d1d7c736dc -RMD160 (tryton-3.6/trytond_product_price_list-3.6.0.tar.gz) = ab38931e3339b1a6cd25ad1aadea90da5a066b59 -SHA512 (tryton-3.6/trytond_product_price_list-3.6.0.tar.gz) = 6d34c8ff8e024a69318a730be56d5a1d0866b9001a75af2ddfe27278e9a37db9ac43635d184bc68d74bec5541493e7f6ed0f3a0fb897f714884feacdb99447e7 -Size (tryton-3.6/trytond_product_price_list-3.6.0.tar.gz) = 23579 bytes +SHA1 (tryton-3.8/trytond_product_price_list-3.8.0.tar.gz) = edc3c86fdc76ab9cdd9ba1f4ea6d82a01d357220 +RMD160 (tryton-3.8/trytond_product_price_list-3.8.0.tar.gz) = ce942753db8897aa55565f86e630318bed28c5cc +SHA512 (tryton-3.8/trytond_product_price_list-3.8.0.tar.gz) = 8c86a5812fc5c37f533b8c25ecafb857a73251767aa363a2eb7133d1cda8302143ce7431fbaedcbd061305ef45355fe945c9b216094f464b42c23c00d7e7ef2e +Size (tryton-3.8/trytond_product_price_list-3.8.0.tar.gz) = 24653 bytes diff --git a/finance/py-trytond-purchase-invoice-line-standalone/PLIST b/finance/py-trytond-purchase-invoice-line-standalone/PLIST index cae83becc88..bca85a0b093 100644 --- a/finance/py-trytond-purchase-invoice-line-standalone/PLIST +++ b/finance/py-trytond-purchase-invoice-line-standalone/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -20,8 +20,14 @@ ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/es_AR.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/es_CO.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/es_EC.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/es_ES.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/es_MX.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/fr_FR.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/hu_HU.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/it_IT.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/ja_JP.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/lt_LT.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/nl_NL.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/pt_BR.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/ru_RU.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/sl_SI.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/purchase.py diff --git a/finance/py-trytond-purchase-invoice-line-standalone/distinfo b/finance/py-trytond-purchase-invoice-line-standalone/distinfo index 3e1b8244636..106472798d1 100644 --- a/finance/py-trytond-purchase-invoice-line-standalone/distinfo +++ b/finance/py-trytond-purchase-invoice-line-standalone/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:15 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_purchase_invoice_line_standalone-3.6.0.tar.gz) = b880fb5c145a3057f32515eb726ab51fbbe2b44b -RMD160 (tryton-3.6/trytond_purchase_invoice_line_standalone-3.6.0.tar.gz) = 26b1d830667ff8de586321b036e2dd4a5a024879 -SHA512 (tryton-3.6/trytond_purchase_invoice_line_standalone-3.6.0.tar.gz) = 133dc43c45ae2d5a2c4274a96df4cc0b0e005d5f2702ce947816b32b3108b22e5ee3667c9b3c4d68f163831bf8c9106f0e1fba6151bb36359a31f5c094dbc103 -Size (tryton-3.6/trytond_purchase_invoice_line_standalone-3.6.0.tar.gz) = 23575 bytes +SHA1 (tryton-3.8/trytond_purchase_invoice_line_standalone-3.8.0.tar.gz) = b644bb79a4d8379a96fdfd9fdb9f6fcc83b3723d +RMD160 (tryton-3.8/trytond_purchase_invoice_line_standalone-3.8.0.tar.gz) = 213eb07f8126c8c48b7b93f4eb938f641bf71475 +SHA512 (tryton-3.8/trytond_purchase_invoice_line_standalone-3.8.0.tar.gz) = 8b5da4f9650c92b73567b2dc1c6447d9660dde2d037410bb940866972807237b19e93d1c347bfea0b7f52dd5e566ee0ae85f63c4f9eed88e6b304f904414c346 +Size (tryton-3.8/trytond_purchase_invoice_line_standalone-3.8.0.tar.gz) = 24087 bytes diff --git a/finance/py-trytond-purchase/PLIST b/finance/py-trytond-purchase/PLIST index ab9b9ef8582..e9e345e51cf 100644 --- a/finance/py-trytond-purchase/PLIST +++ b/finance/py-trytond-purchase/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -24,8 +24,14 @@ ${PYSITELIB}/trytond/modules/purchase/locale/es_AR.po ${PYSITELIB}/trytond/modules/purchase/locale/es_CO.po ${PYSITELIB}/trytond/modules/purchase/locale/es_EC.po ${PYSITELIB}/trytond/modules/purchase/locale/es_ES.po +${PYSITELIB}/trytond/modules/purchase/locale/es_MX.po ${PYSITELIB}/trytond/modules/purchase/locale/fr_FR.po +${PYSITELIB}/trytond/modules/purchase/locale/hu_HU.po +${PYSITELIB}/trytond/modules/purchase/locale/it_IT.po +${PYSITELIB}/trytond/modules/purchase/locale/ja_JP.po +${PYSITELIB}/trytond/modules/purchase/locale/lt_LT.po ${PYSITELIB}/trytond/modules/purchase/locale/nl_NL.po +${PYSITELIB}/trytond/modules/purchase/locale/pt_BR.po ${PYSITELIB}/trytond/modules/purchase/locale/ru_RU.po ${PYSITELIB}/trytond/modules/purchase/locale/sl_SI.po ${PYSITELIB}/trytond/modules/purchase/party.xml diff --git a/finance/py-trytond-purchase/distinfo b/finance/py-trytond-purchase/distinfo index e938c7060ac..7a0a20aa9c6 100644 --- a/finance/py-trytond-purchase/distinfo +++ b/finance/py-trytond-purchase/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:15 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_purchase-3.6.0.tar.gz) = 672d777d52e845c45ec8b4a66c73cd65517c62eb -RMD160 (tryton-3.6/trytond_purchase-3.6.0.tar.gz) = f4e2a95337f4a2e6ee92a7e43b60bc3839a962b1 -SHA512 (tryton-3.6/trytond_purchase-3.6.0.tar.gz) = 7a1062c33ab1697df19ed84630cd3fc4005ad4b2911b826708ceb87c0492fabcc91b802845ab1149fbab5b27deeeaa41517122b48550fa59da14641203bc4841 -Size (tryton-3.6/trytond_purchase-3.6.0.tar.gz) = 83910 bytes +SHA1 (tryton-3.8/trytond_purchase-3.8.0.tar.gz) = 6d164b4da67cc7614e290c161428795f3d802d15 +RMD160 (tryton-3.8/trytond_purchase-3.8.0.tar.gz) = f6a344b3736f0be9f0cf2a816072f956fcbca1d2 +SHA512 (tryton-3.8/trytond_purchase-3.8.0.tar.gz) = 1a4a3f46b6497e2bb54d14cd7600e981fa8f458f8b4ec63fe2923298fd63c79a5c69989aea68beca09a35c1e72766507ab5210e3cd2f0f1d724aca135f8ac27b +Size (tryton-3.8/trytond_purchase-3.8.0.tar.gz) = 91234 bytes diff --git a/finance/py-trytond-sale/PLIST b/finance/py-trytond-sale/PLIST index df73b826559..b24a430db86 100644 --- a/finance/py-trytond-sale/PLIST +++ b/finance/py-trytond-sale/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -24,8 +24,14 @@ ${PYSITELIB}/trytond/modules/sale/locale/es_AR.po ${PYSITELIB}/trytond/modules/sale/locale/es_CO.po ${PYSITELIB}/trytond/modules/sale/locale/es_EC.po ${PYSITELIB}/trytond/modules/sale/locale/es_ES.po +${PYSITELIB}/trytond/modules/sale/locale/es_MX.po ${PYSITELIB}/trytond/modules/sale/locale/fr_FR.po +${PYSITELIB}/trytond/modules/sale/locale/hu_HU.po +${PYSITELIB}/trytond/modules/sale/locale/it_IT.po +${PYSITELIB}/trytond/modules/sale/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale/locale/lt_LT.po ${PYSITELIB}/trytond/modules/sale/locale/nl_NL.po +${PYSITELIB}/trytond/modules/sale/locale/pt_BR.po ${PYSITELIB}/trytond/modules/sale/locale/ru_RU.po ${PYSITELIB}/trytond/modules/sale/locale/sl_SI.po ${PYSITELIB}/trytond/modules/sale/party.xml diff --git a/finance/py-trytond-sale/distinfo b/finance/py-trytond-sale/distinfo index ef47711d41c..42c2599d54c 100644 --- a/finance/py-trytond-sale/distinfo +++ b/finance/py-trytond-sale/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:15 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_sale-3.6.0.tar.gz) = 12d533aa784c592cbd8a5990dab26563e258b7c6 -RMD160 (tryton-3.6/trytond_sale-3.6.0.tar.gz) = de5a2b2164865e83463db4ae4e1d058647ebd032 -SHA512 (tryton-3.6/trytond_sale-3.6.0.tar.gz) = 43690bdf64a2b636e5165472f1056a786a62837255593f8467209b8b270f1c88e0e1172c5800c19d1ebd752a0074c4a3368d2d0777a062a6881f81fe36c4fa8b -Size (tryton-3.6/trytond_sale-3.6.0.tar.gz) = 78103 bytes +SHA1 (tryton-3.8/trytond_sale-3.8.0.tar.gz) = e3d7a08abee9804548614f92c0c615f6e1fe817b +RMD160 (tryton-3.8/trytond_sale-3.8.0.tar.gz) = a419f5b6353839b9e056aac491dd920add81a265 +SHA512 (tryton-3.8/trytond_sale-3.8.0.tar.gz) = f8bc33d3754ddd922a9751ba4eaad9cc5be1f5df3b70cb639e44e2ee20abd12fae34b7835a1e0ca4acec9314d4d81a6e71189c25f32e5b7f94bae483c8721e52 +Size (tryton-3.8/trytond_sale-3.8.0.tar.gz) = 86465 bytes diff --git a/finance/py-trytond-stock-supply/PLIST b/finance/py-trytond-stock-supply/PLIST index abe2be805f9..cb6d17506a5 100644 --- a/finance/py-trytond-stock-supply/PLIST +++ b/finance/py-trytond-stock-supply/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/08/24 15:50:08 richard Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/11/22 08:05:09 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -17,10 +17,20 @@ ${PYSITELIB}/trytond/modules/stock_supply/locale/es_AR.po ${PYSITELIB}/trytond/modules/stock_supply/locale/es_CO.po ${PYSITELIB}/trytond/modules/stock_supply/locale/es_EC.po ${PYSITELIB}/trytond/modules/stock_supply/locale/es_ES.po +${PYSITELIB}/trytond/modules/stock_supply/locale/es_MX.po ${PYSITELIB}/trytond/modules/stock_supply/locale/fr_FR.po +${PYSITELIB}/trytond/modules/stock_supply/locale/hu_HU.po +${PYSITELIB}/trytond/modules/stock_supply/locale/it_IT.po +${PYSITELIB}/trytond/modules/stock_supply/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_supply/locale/lt_LT.po ${PYSITELIB}/trytond/modules/stock_supply/locale/nl_NL.po +${PYSITELIB}/trytond/modules/stock_supply/locale/pt_BR.po ${PYSITELIB}/trytond/modules/stock_supply/locale/ru_RU.po ${PYSITELIB}/trytond/modules/stock_supply/locale/sl_SI.po +${PYSITELIB}/trytond/modules/stock_supply/location.py +${PYSITELIB}/trytond/modules/stock_supply/location.pyc +${PYSITELIB}/trytond/modules/stock_supply/location.pyo +${PYSITELIB}/trytond/modules/stock_supply/location.xml ${PYSITELIB}/trytond/modules/stock_supply/order_point.py ${PYSITELIB}/trytond/modules/stock_supply/order_point.pyc ${PYSITELIB}/trytond/modules/stock_supply/order_point.pyo @@ -41,10 +51,12 @@ ${PYSITELIB}/trytond/modules/stock_supply/tests/__init__.py ${PYSITELIB}/trytond/modules/stock_supply/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock_supply/tests/__init__.pyo ${PYSITELIB}/trytond/modules/stock_supply/tests/scenario_stock_internal_supply.rst +${PYSITELIB}/trytond/modules/stock_supply/tests/scenario_stock_supply_purchase_request.rst ${PYSITELIB}/trytond/modules/stock_supply/tests/test_stock_supply.py ${PYSITELIB}/trytond/modules/stock_supply/tests/test_stock_supply.pyc ${PYSITELIB}/trytond/modules/stock_supply/tests/test_stock_supply.pyo ${PYSITELIB}/trytond/modules/stock_supply/tryton.cfg +${PYSITELIB}/trytond/modules/stock_supply/view/location_form.xml ${PYSITELIB}/trytond/modules/stock_supply/view/order_point_form.xml ${PYSITELIB}/trytond/modules/stock_supply/view/order_point_tree.xml ${PYSITELIB}/trytond/modules/stock_supply/view/purchase_request_create_purchase_ask_party_form.xml diff --git a/finance/py-trytond-stock-supply/distinfo b/finance/py-trytond-stock-supply/distinfo index be81db7519b..bc56f767a99 100644 --- a/finance/py-trytond-stock-supply/distinfo +++ b/finance/py-trytond-stock-supply/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:15 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_stock_supply-3.6.0.tar.gz) = 1d8b45fccc59a769a543f8dcc74b73512f4f5fbf -RMD160 (tryton-3.6/trytond_stock_supply-3.6.0.tar.gz) = ed375eafeb2921879952fc4b2118b3e9f73ae4fa -SHA512 (tryton-3.6/trytond_stock_supply-3.6.0.tar.gz) = 5d404698b9daec56249aa32325d4058a30ab65095a09667fec4a2951ab30264244706ce279beec984dd0c8ec2c200bf1cbfe262cf3f70cb2e0f4f8912df9e0d5 -Size (tryton-3.6/trytond_stock_supply-3.6.0.tar.gz) = 43630 bytes +SHA1 (tryton-3.8/trytond_stock_supply-3.8.0.tar.gz) = ee8747b2055a3208635b6147152b097f6c91a28b +RMD160 (tryton-3.8/trytond_stock_supply-3.8.0.tar.gz) = f7e5d3b2841251557344f9c73de5a2c7d84074fd +SHA512 (tryton-3.8/trytond_stock_supply-3.8.0.tar.gz) = 288b8f43806516b59860aef007f18e65d7a8f711ed7c7d082eea4e14a472ce1286140b6c8efed27dceed1e1e6a7bb5d43a470ede8b852cc48a4b278ca49dd563 +Size (tryton-3.8/trytond_stock_supply-3.8.0.tar.gz) = 47148 bytes -- cgit v1.2.3