diff options
author | richard <richard> | 2015-11-22 08:05:07 +0000 |
---|---|---|
committer | richard <richard> | 2015-11-22 08:05:07 +0000 |
commit | 2fce6e95d939fa8f86c56b9ab7350056476fbc91 (patch) | |
tree | d85fdb244315efd45998ae932dad8475e65ce687 /misc | |
parent | 425e07f7905185431e84d1a692955a28c29af943 (diff) | |
download | pkgsrc-2fce6e95d939fa8f86c56b9ab7350056476fbc91.tar.gz |
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).
Diffstat (limited to 'misc')
22 files changed, 179 insertions, 105 deletions
diff --git a/misc/py-trytond-company/PLIST b/misc/py-trytond-company/PLIST index 30ff971035b..bb025565a78 100644 --- a/misc/py-trytond-company/PLIST +++ b/misc/py-trytond-company/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2015/08/24 14:49:44 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/company/__init__.py ${PYSITELIB}/trytond/modules/company/__init__.pyc ${PYSITELIB}/trytond/modules/company/__init__.pyo @@ -10,7 +17,6 @@ ${PYSITELIB}/trytond/modules/company/cron.py ${PYSITELIB}/trytond/modules/company/cron.pyc ${PYSITELIB}/trytond/modules/company/cron.pyo ${PYSITELIB}/trytond/modules/company/cron.xml -${PYSITELIB}/trytond/modules/company/header_A4.odt ${PYSITELIB}/trytond/modules/company/letter.odt ${PYSITELIB}/trytond/modules/company/locale/bg_BG.po ${PYSITELIB}/trytond/modules/company/locale/ca_ES.po @@ -20,8 +26,14 @@ ${PYSITELIB}/trytond/modules/company/locale/es_AR.po ${PYSITELIB}/trytond/modules/company/locale/es_CO.po ${PYSITELIB}/trytond/modules/company/locale/es_EC.po ${PYSITELIB}/trytond/modules/company/locale/es_ES.po +${PYSITELIB}/trytond/modules/company/locale/es_MX.po ${PYSITELIB}/trytond/modules/company/locale/fr_FR.po +${PYSITELIB}/trytond/modules/company/locale/hu_HU.po +${PYSITELIB}/trytond/modules/company/locale/it_IT.po +${PYSITELIB}/trytond/modules/company/locale/ja_JP.po +${PYSITELIB}/trytond/modules/company/locale/lt_LT.po ${PYSITELIB}/trytond/modules/company/locale/nl_NL.po +${PYSITELIB}/trytond/modules/company/locale/pt_BR.po ${PYSITELIB}/trytond/modules/company/locale/ru_RU.po ${PYSITELIB}/trytond/modules/company/locale/sl_SI.po ${PYSITELIB}/trytond/modules/company/party.py @@ -50,10 +62,3 @@ ${PYSITELIB}/trytond/modules/company/view/sequence_form.xml ${PYSITELIB}/trytond/modules/company/view/sequence_tree.xml ${PYSITELIB}/trytond/modules/company/view/user_form_preferences.xml ${PYSITELIB}/trytond/modules/company/view/user_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/misc/py-trytond-company/distinfo b/misc/py-trytond-company/distinfo index 24b8085c6ca..b9c9990c91b 100644 --- a/misc/py-trytond-company/distinfo +++ b/misc/py-trytond-company/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:49:47 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_company-3.6.0.tar.gz) = f549c81894d4c58bd73f13abb21593e5dfaf01cd -RMD160 (tryton-3.6/trytond_company-3.6.0.tar.gz) = dc3988f743fdf69539f7b845c99cc2b15f4fbd12 -SHA512 (tryton-3.6/trytond_company-3.6.0.tar.gz) = d95359777b35f6e2047a172f91e2149018343c3a3ac92da27c9184750652fa31d0de8dc9940f1eec51b2bea8e95baee05fb6262a89222f53ebc49f5fac2a3133 -Size (tryton-3.6/trytond_company-3.6.0.tar.gz) = 52782 bytes +SHA1 (tryton-3.8/trytond_company-3.8.0.tar.gz) = 2950dab207b39c0a3d4d7b782c13e4a1cf9e169f +RMD160 (tryton-3.8/trytond_company-3.8.0.tar.gz) = 53e047214cb5d5541e29a368acb6e9472b0d6faa +SHA512 (tryton-3.8/trytond_company-3.8.0.tar.gz) = 7e9c6059296a9ad209411d7b90d3037432f2cb724e022d729923d4b04065b58c37daefeee9dc16deddf3ab194459b29c108ed0b527cbf6017c9ea0783746f5b9 +Size (tryton-3.8/trytond_company-3.8.0.tar.gz) = 46489 bytes diff --git a/misc/py-trytond-party-relationship/PLIST b/misc/py-trytond-party-relationship/PLIST index 6fbfbb8112a..f0d6b19a04c 100644 --- a/misc/py-trytond-party-relationship/PLIST +++ b/misc/py-trytond-party-relationship/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:44 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:10 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -9,13 +9,23 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/party_relationship/__init__.py ${PYSITELIB}/trytond/modules/party_relationship/__init__.pyc ${PYSITELIB}/trytond/modules/party_relationship/__init__.pyo +${PYSITELIB}/trytond/modules/party_relationship/locale/bg_BG.po ${PYSITELIB}/trytond/modules/party_relationship/locale/ca_ES.po +${PYSITELIB}/trytond/modules/party_relationship/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/party_relationship/locale/de_DE.po ${PYSITELIB}/trytond/modules/party_relationship/locale/es_AR.po ${PYSITELIB}/trytond/modules/party_relationship/locale/es_CO.po ${PYSITELIB}/trytond/modules/party_relationship/locale/es_EC.po ${PYSITELIB}/trytond/modules/party_relationship/locale/es_ES.po +${PYSITELIB}/trytond/modules/party_relationship/locale/es_MX.po ${PYSITELIB}/trytond/modules/party_relationship/locale/fr_FR.po +${PYSITELIB}/trytond/modules/party_relationship/locale/hu_HU.po +${PYSITELIB}/trytond/modules/party_relationship/locale/it_IT.po +${PYSITELIB}/trytond/modules/party_relationship/locale/ja_JP.po +${PYSITELIB}/trytond/modules/party_relationship/locale/lt_LT.po +${PYSITELIB}/trytond/modules/party_relationship/locale/nl_NL.po +${PYSITELIB}/trytond/modules/party_relationship/locale/pt_BR.po +${PYSITELIB}/trytond/modules/party_relationship/locale/ru_RU.po ${PYSITELIB}/trytond/modules/party_relationship/locale/sl_SI.po ${PYSITELIB}/trytond/modules/party_relationship/party.py ${PYSITELIB}/trytond/modules/party_relationship/party.pyc diff --git a/misc/py-trytond-party-relationship/distinfo b/misc/py-trytond-party-relationship/distinfo index 48dd187e991..426f4b9b99f 100644 --- a/misc/py-trytond-party-relationship/distinfo +++ b/misc/py-trytond-party-relationship/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:49:47 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_party_relationship-3.6.0.tar.gz) = 4b2a6963bb5fad42b7e71d2c489d30a8902b2094 -RMD160 (tryton-3.6/trytond_party_relationship-3.6.0.tar.gz) = 493337f888f466990dfbc1aa2acd3c83a3fa03a2 -SHA512 (tryton-3.6/trytond_party_relationship-3.6.0.tar.gz) = 8810be736e92afe9e63e0192d7b503860c322b0da58257c624693b8aa6a4a21ddfcb3db56017bf50f877654695b233a7c00486bcc18a3a78c59929615f9c5f80 -Size (tryton-3.6/trytond_party_relationship-3.6.0.tar.gz) = 22791 bytes +SHA1 (tryton-3.8/trytond_party_relationship-3.8.0.tar.gz) = 4845c35f75aa513333d8c2a83e2a4bf1dba8939b +RMD160 (tryton-3.8/trytond_party_relationship-3.8.0.tar.gz) = 0f8e15f91582833438c3c0f7777a9955f49c08d8 +SHA512 (tryton-3.8/trytond_party_relationship-3.8.0.tar.gz) = 1fe90c236677943708b7436843ba6d2723bcf45d1671908617af63981cfda453bed275a1964d58472405ffe328fbd6ecad16517dde698d43a7e024d4c4a6c6bb +Size (tryton-3.8/trytond_party_relationship-3.8.0.tar.gz) = 24487 bytes diff --git a/misc/py-trytond-party-siret/PLIST b/misc/py-trytond-party-siret/PLIST index 02ddf13ac82..23e63d1c386 100644 --- a/misc/py-trytond-party-siret/PLIST +++ b/misc/py-trytond-party-siret/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:10 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/party_siret/locale/es_AR.po ${PYSITELIB}/trytond/modules/party_siret/locale/es_CO.po ${PYSITELIB}/trytond/modules/party_siret/locale/es_EC.po ${PYSITELIB}/trytond/modules/party_siret/locale/es_ES.po +${PYSITELIB}/trytond/modules/party_siret/locale/es_MX.po ${PYSITELIB}/trytond/modules/party_siret/locale/fr_FR.po +${PYSITELIB}/trytond/modules/party_siret/locale/hu_HU.po +${PYSITELIB}/trytond/modules/party_siret/locale/it_IT.po +${PYSITELIB}/trytond/modules/party_siret/locale/ja_JP.po +${PYSITELIB}/trytond/modules/party_siret/locale/lt_LT.po ${PYSITELIB}/trytond/modules/party_siret/locale/nl_NL.po +${PYSITELIB}/trytond/modules/party_siret/locale/pt_BR.po ${PYSITELIB}/trytond/modules/party_siret/locale/ru_RU.po ${PYSITELIB}/trytond/modules/party_siret/locale/sl_SI.po ${PYSITELIB}/trytond/modules/party_siret/luhn.py diff --git a/misc/py-trytond-party-siret/distinfo b/misc/py-trytond-party-siret/distinfo index 8c04e734709..c209c4a5f1e 100644 --- a/misc/py-trytond-party-siret/distinfo +++ b/misc/py-trytond-party-siret/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:49:47 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_party_siret-3.6.0.tar.gz) = 3845402737f31ae4005c539b46240364083dd10a -RMD160 (tryton-3.6/trytond_party_siret-3.6.0.tar.gz) = 016444d2f338dda900b0ff3ba44790fda1dcd9a4 -SHA512 (tryton-3.6/trytond_party_siret-3.6.0.tar.gz) = b7a734f754c2112c3445fa2c467fdde5f717bf15f438e476ec7eca516b38b09e5fa8f1ac84a8e66a95849fb4696717be172429ce81a2f643e2077ed11bee7b2b -Size (tryton-3.6/trytond_party_siret-3.6.0.tar.gz) = 19762 bytes +SHA1 (tryton-3.8/trytond_party_siret-3.8.0.tar.gz) = 1a72eda34ec3b3a38988a1ff1e30696b6542178c +RMD160 (tryton-3.8/trytond_party_siret-3.8.0.tar.gz) = 1504d6bd5958aa998cae8f2ec8248b3804aa755a +SHA512 (tryton-3.8/trytond_party_siret-3.8.0.tar.gz) = d6048cf22e58a499cfe0f503611332f281f655c09d08d40da1776e29cca51e26a579a728e405c7cf800798b32ea6e2a263fdb12fdd601bcfab000310f203d1a1 +Size (tryton-3.8/trytond_party_siret-3.8.0.tar.gz) = 20164 bytes diff --git a/misc/py-trytond-party/PLIST b/misc/py-trytond-party/PLIST index 03aedcc50ee..d3009643234 100644 --- a/misc/py-trytond-party/PLIST +++ b/misc/py-trytond-party/PLIST @@ -1,4 +1,11 @@ -@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 +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/party/__init__.py ${PYSITELIB}/trytond/modules/party/__init__.pyc ${PYSITELIB}/trytond/modules/party/__init__.pyo @@ -28,8 +35,14 @@ ${PYSITELIB}/trytond/modules/party/locale/es_AR.po ${PYSITELIB}/trytond/modules/party/locale/es_CO.po ${PYSITELIB}/trytond/modules/party/locale/es_EC.po ${PYSITELIB}/trytond/modules/party/locale/es_ES.po +${PYSITELIB}/trytond/modules/party/locale/es_MX.po ${PYSITELIB}/trytond/modules/party/locale/fr_FR.po +${PYSITELIB}/trytond/modules/party/locale/hu_HU.po +${PYSITELIB}/trytond/modules/party/locale/it_IT.po +${PYSITELIB}/trytond/modules/party/locale/ja_JP.po +${PYSITELIB}/trytond/modules/party/locale/lt_LT.po ${PYSITELIB}/trytond/modules/party/locale/nl_NL.po +${PYSITELIB}/trytond/modules/party/locale/pt_BR.po ${PYSITELIB}/trytond/modules/party/locale/ru_RU.po ${PYSITELIB}/trytond/modules/party/locale/sl_SI.po ${PYSITELIB}/trytond/modules/party/party.py @@ -44,23 +57,17 @@ ${PYSITELIB}/trytond/modules/party/tests/test_party.pyc ${PYSITELIB}/trytond/modules/party/tests/test_party.pyo ${PYSITELIB}/trytond/modules/party/tryton.cfg ${PYSITELIB}/trytond/modules/party/view/address_form.xml -${PYSITELIB}/trytond/modules/party/view/address_tree.xml ${PYSITELIB}/trytond/modules/party/view/address_tree_sequence.xml +${PYSITELIB}/trytond/modules/party/view/address_tree.xml ${PYSITELIB}/trytond/modules/party/view/category_form.xml ${PYSITELIB}/trytond/modules/party/view/category_list.xml ${PYSITELIB}/trytond/modules/party/view/category_tree.xml -${PYSITELIB}/trytond/modules/party/view/check_vies_no_result.xml ${PYSITELIB}/trytond/modules/party/view/check_vies_result.xml ${PYSITELIB}/trytond/modules/party/view/configuration_form.xml ${PYSITELIB}/trytond/modules/party/view/contact_mechanism_form.xml -${PYSITELIB}/trytond/modules/party/view/contact_mechanism_tree.xml ${PYSITELIB}/trytond/modules/party/view/contact_mechanism_tree_sequence.xml +${PYSITELIB}/trytond/modules/party/view/contact_mechanism_tree.xml +${PYSITELIB}/trytond/modules/party/view/identifier_form.xml +${PYSITELIB}/trytond/modules/party/view/identifier_list.xml ${PYSITELIB}/trytond/modules/party/view/party_form.xml ${PYSITELIB}/trytond/modules/party/view/party_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/misc/py-trytond-party/distinfo b/misc/py-trytond-party/distinfo index 33cd2420a5b..0270bba24c6 100644 --- a/misc/py-trytond-party/distinfo +++ b/misc/py-trytond-party/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:49:47 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/22 08:05:09 richard Exp $ -SHA1 (tryton-3.6/trytond_party-3.6.1.tar.gz) = a167fdacb33c6358f2f7109d0bb481bf6d1d4754 -RMD160 (tryton-3.6/trytond_party-3.6.1.tar.gz) = 1626406baf2008b33c2fb54ec17003626e4df399 -SHA512 (tryton-3.6/trytond_party-3.6.1.tar.gz) = 84cbc91a4fdccb96f237747bd4aac20e102fa85fbc98256688d16ccb9772befac4273f1767da019bdb96c624ee45bac0902fd26e21163cbf385fff35c24c88d3 -Size (tryton-3.6/trytond_party-3.6.1.tar.gz) = 61852 bytes +SHA1 (tryton-3.8/trytond_party-3.8.0.tar.gz) = 18993b62854d8a19c2e48e03713432af38cefba9 +RMD160 (tryton-3.8/trytond_party-3.8.0.tar.gz) = 0a17c66e54226dbe42b3e30c1dfb0d956a148fcc +SHA512 (tryton-3.8/trytond_party-3.8.0.tar.gz) = 16a0a02c7671e8b987d068cdae1822af8affe8b10bb52dc17c19cba05b010dad1540e31ff4f2d0b6e4b3a661cb8846a44c9429c9c298df860667ba942ed0522b +Size (tryton-3.8/trytond_party-3.8.0.tar.gz) = 66040 bytes diff --git a/misc/py-trytond-product-attribute/PLIST b/misc/py-trytond-product-attribute/PLIST index 2d07d2f79f0..9f7e9b79b46 100644 --- a/misc/py-trytond-product-attribute/PLIST +++ b/misc/py-trytond-product-attribute/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:44 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:10 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -9,13 +9,23 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/trytond/modules/product_attribute/__init__.py ${PYSITELIB}/trytond/modules/product_attribute/__init__.pyc ${PYSITELIB}/trytond/modules/product_attribute/__init__.pyo +${PYSITELIB}/trytond/modules/product_attribute/locale/bg_BG.po ${PYSITELIB}/trytond/modules/product_attribute/locale/ca_ES.po +${PYSITELIB}/trytond/modules/product_attribute/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/product_attribute/locale/de_DE.po ${PYSITELIB}/trytond/modules/product_attribute/locale/es_AR.po ${PYSITELIB}/trytond/modules/product_attribute/locale/es_CO.po ${PYSITELIB}/trytond/modules/product_attribute/locale/es_EC.po ${PYSITELIB}/trytond/modules/product_attribute/locale/es_ES.po +${PYSITELIB}/trytond/modules/product_attribute/locale/es_MX.po ${PYSITELIB}/trytond/modules/product_attribute/locale/fr_FR.po +${PYSITELIB}/trytond/modules/product_attribute/locale/hu_HU.po +${PYSITELIB}/trytond/modules/product_attribute/locale/it_IT.po +${PYSITELIB}/trytond/modules/product_attribute/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_attribute/locale/lt_LT.po +${PYSITELIB}/trytond/modules/product_attribute/locale/nl_NL.po +${PYSITELIB}/trytond/modules/product_attribute/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product_attribute/locale/ru_RU.po ${PYSITELIB}/trytond/modules/product_attribute/locale/sl_SI.po ${PYSITELIB}/trytond/modules/product_attribute/product.py ${PYSITELIB}/trytond/modules/product_attribute/product.pyc diff --git a/misc/py-trytond-product-attribute/distinfo b/misc/py-trytond-product-attribute/distinfo index ffc9885e096..647b49630fa 100644 --- a/misc/py-trytond-product-attribute/distinfo +++ b/misc/py-trytond-product-attribute/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_product_attribute-3.6.0.tar.gz) = 55cf4785e2d338da26351d28a810e910b23a559a -RMD160 (tryton-3.6/trytond_product_attribute-3.6.0.tar.gz) = 7e3cbcbd19bb43a9690c158f7b08bbf94c9ed286 -SHA512 (tryton-3.6/trytond_product_attribute-3.6.0.tar.gz) = 7d045402fadebbfec05bb18397091d27986043a221952466afc455c02250cdddfd4403f76a3e1469c6443fb99464502dfa3cbf05d302a8b0e89400f17e37bc75 -Size (tryton-3.6/trytond_product_attribute-3.6.0.tar.gz) = 22074 bytes +SHA1 (tryton-3.8/trytond_product_attribute-3.8.0.tar.gz) = 023185183947bdaa292cbebe8546a967569b8c6c +RMD160 (tryton-3.8/trytond_product_attribute-3.8.0.tar.gz) = 924659ec0fe17f15eadbf88c9e8998fb6f420a47 +SHA512 (tryton-3.8/trytond_product_attribute-3.8.0.tar.gz) = a9d956b3df16aeaef69b6ab652591e70b8d4da9d24717aa2e2bbec50c0fdc36dfcf95ff1bbb7b12289c5d94ee101bcd3c8f6a78b68722e8e1d6784b308b9f43f +Size (tryton-3.8/trytond_product_attribute-3.8.0.tar.gz) = 24582 bytes diff --git a/misc/py-trytond-product/PLIST b/misc/py-trytond-product/PLIST index d40e8058436..9113b95c8f5 100644 --- a/misc/py-trytond-product/PLIST +++ b/misc/py-trytond-product/PLIST @@ -1,4 +1,11 @@ -@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:10 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/product/__init__.py ${PYSITELIB}/trytond/modules/product/__init__.pyc ${PYSITELIB}/trytond/modules/product/__init__.pyo @@ -15,8 +22,14 @@ ${PYSITELIB}/trytond/modules/product/locale/es_AR.po ${PYSITELIB}/trytond/modules/product/locale/es_CO.po ${PYSITELIB}/trytond/modules/product/locale/es_EC.po ${PYSITELIB}/trytond/modules/product/locale/es_ES.po +${PYSITELIB}/trytond/modules/product/locale/es_MX.po ${PYSITELIB}/trytond/modules/product/locale/fr_FR.po +${PYSITELIB}/trytond/modules/product/locale/hu_HU.po +${PYSITELIB}/trytond/modules/product/locale/it_IT.po +${PYSITELIB}/trytond/modules/product/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product/locale/lt_LT.po ${PYSITELIB}/trytond/modules/product/locale/nl_NL.po +${PYSITELIB}/trytond/modules/product/locale/pt_BR.po ${PYSITELIB}/trytond/modules/product/locale/ru_RU.po ${PYSITELIB}/trytond/modules/product/locale/sl_SI.po ${PYSITELIB}/trytond/modules/product/product.py @@ -45,10 +58,3 @@ ${PYSITELIB}/trytond/modules/product/view/uom_category_form.xml ${PYSITELIB}/trytond/modules/product/view/uom_category_tree.xml ${PYSITELIB}/trytond/modules/product/view/uom_form.xml ${PYSITELIB}/trytond/modules/product/view/uom_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/misc/py-trytond-product/distinfo b/misc/py-trytond-product/distinfo index 06904cc7984..94fa073edaa 100644 --- a/misc/py-trytond-product/distinfo +++ b/misc/py-trytond-product/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_product-3.6.1.tar.gz) = 16025784137c7a40e2ee2ce62bb2b0ad28585ca7 -RMD160 (tryton-3.6/trytond_product-3.6.1.tar.gz) = f9f9011c51c058d32d42052e1416efc9b88a7717 -SHA512 (tryton-3.6/trytond_product-3.6.1.tar.gz) = 51221fefb880a5dd8880e710ff3ced8b5e4f5ffd68d4c634738212fab03eaee462e529c7f67392e6081d49ec2bc860dd34033c68cb3aa47ee01c0e5cbb850b88 -Size (tryton-3.6/trytond_product-3.6.1.tar.gz) = 47384 bytes +SHA1 (tryton-3.8/trytond_product-3.8.0.tar.gz) = c6b1678adedcdbb456af7f7dac19825f5c770340 +RMD160 (tryton-3.8/trytond_product-3.8.0.tar.gz) = f8b0a041035b6816d963de8862be6a72b54bded4 +SHA512 (tryton-3.8/trytond_product-3.8.0.tar.gz) = 946a4024d18b6f88b1a629c924c0bd9070514c2302265929576915ed02e84f3e4d02cbea2412a6b7b5da88dc818a49731db118dd04bbafc1b6e6480a49ad07fa +Size (tryton-3.8/trytond_product-3.8.0.tar.gz) = 50998 bytes diff --git a/misc/py-trytond-production/PLIST b/misc/py-trytond-production/PLIST index 0b5d56d5287..6b1c00a385f 100644 --- a/misc/py-trytond-production/PLIST +++ b/misc/py-trytond-production/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:44 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:10 richard Exp $ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @@ -25,8 +25,14 @@ ${PYSITELIB}/trytond/modules/production/locale/es_AR.po ${PYSITELIB}/trytond/modules/production/locale/es_CO.po ${PYSITELIB}/trytond/modules/production/locale/es_EC.po ${PYSITELIB}/trytond/modules/production/locale/es_ES.po +${PYSITELIB}/trytond/modules/production/locale/es_MX.po ${PYSITELIB}/trytond/modules/production/locale/fr_FR.po +${PYSITELIB}/trytond/modules/production/locale/hu_HU.po +${PYSITELIB}/trytond/modules/production/locale/it_IT.po +${PYSITELIB}/trytond/modules/production/locale/ja_JP.po +${PYSITELIB}/trytond/modules/production/locale/lt_LT.po ${PYSITELIB}/trytond/modules/production/locale/nl_NL.po +${PYSITELIB}/trytond/modules/production/locale/pt_BR.po ${PYSITELIB}/trytond/modules/production/locale/ru_RU.po ${PYSITELIB}/trytond/modules/production/locale/sl_SI.po ${PYSITELIB}/trytond/modules/production/product.py diff --git a/misc/py-trytond-production/distinfo b/misc/py-trytond-production/distinfo index f0bb3b1ea9d..ed6cfa4624f 100644 --- a/misc/py-trytond-production/distinfo +++ b/misc/py-trytond-production/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_production-3.6.0.tar.gz) = fae81f2857651b2d90834178ad11d43e2b896ee2 -RMD160 (tryton-3.6/trytond_production-3.6.0.tar.gz) = d099ff78d8c612d8950e94c432bc66af04e68389 -SHA512 (tryton-3.6/trytond_production-3.6.0.tar.gz) = 1b685c604381693b0982c96f96c55d78cb70abb8449d807f6d79468343df9927c30841999fb1944c4eb75b2655bb2d59bc19a9af5823bec51ee1f7281acdf618 -Size (tryton-3.6/trytond_production-3.6.0.tar.gz) = 43782 bytes +SHA1 (tryton-3.8/trytond_production-3.8.0.tar.gz) = faefa238e5ead45fec9465b57e577956cd971791 +RMD160 (tryton-3.8/trytond_production-3.8.0.tar.gz) = 7756efbcbda0ba66ec95f1a899b046aa677dceb3 +SHA512 (tryton-3.8/trytond_production-3.8.0.tar.gz) = a8776ea299d3ed407f7f88f060ae0999d6c950df4727b747e4b77f14f9bfd1d730eb1b1ce1fcd39398883117a4c7e4cfbcd8814d14fa8e370ca24d4f6bbf6b33 +Size (tryton-3.8/trytond_production-3.8.0.tar.gz) = 46444 bytes diff --git a/misc/py-trytond-stock-inventory-location/PLIST b/misc/py-trytond-stock-inventory-location/PLIST index a8124f6159a..01394261ec6 100644 --- a/misc/py-trytond-stock-inventory-location/PLIST +++ b/misc/py-trytond-stock-inventory-location/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:44 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:10 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/stock_inventory_location/locale/es_AR.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/es_CO.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/es_EC.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/es_ES.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/es_MX.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/fr_FR.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/hu_HU.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/it_IT.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/lt_LT.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/nl_NL.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/pt_BR.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/ru_RU.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/sl_SI.po ${PYSITELIB}/trytond/modules/stock_inventory_location/tests/__init__.py diff --git a/misc/py-trytond-stock-inventory-location/distinfo b/misc/py-trytond-stock-inventory-location/distinfo index 4d2755051ee..3e175b1649b 100644 --- a/misc/py-trytond-stock-inventory-location/distinfo +++ b/misc/py-trytond-stock-inventory-location/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_stock_inventory_location-3.6.0.tar.gz) = f6e0bfa14aef237c2cc8c25875d4f09862bfaa5e -RMD160 (tryton-3.6/trytond_stock_inventory_location-3.6.0.tar.gz) = 18f8b7f89f8aa13667d5d467c01d46c03a3da52e -SHA512 (tryton-3.6/trytond_stock_inventory_location-3.6.0.tar.gz) = 6b8a827f460541493c958ed668b5df933c326f06aefa154a5a783a50eeee9f83dae2d831d2335764a6b7aea76f388ed68ec6fef0867cd6f6540854616af17645 -Size (tryton-3.6/trytond_stock_inventory_location-3.6.0.tar.gz) = 20103 bytes +SHA1 (tryton-3.8/trytond_stock_inventory_location-3.8.0.tar.gz) = 91f30062f8a92c52e7bb122ee064a2a5483def9f +RMD160 (tryton-3.8/trytond_stock_inventory_location-3.8.0.tar.gz) = e6cc9b8a9080e131ab9f23f7e2d89783c638bb1f +SHA512 (tryton-3.8/trytond_stock_inventory_location-3.8.0.tar.gz) = 1deb55e7116f5b733369f2898959c20c3e9674fe0c0036447c092a9cd25fb82ec528123dfb5a25eac56c0ad4d07758d351184a77d5ed37e5089bbc3b0b014662 +Size (tryton-3.8/trytond_stock_inventory_location-3.8.0.tar.gz) = 20477 bytes diff --git a/misc/py-trytond-stock-lot/PLIST b/misc/py-trytond-stock-lot/PLIST index 9513aff6133..f92b865e025 100644 --- a/misc/py-trytond-stock-lot/PLIST +++ b/misc/py-trytond-stock-lot/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:36 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/11/22 08:05:10 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/stock_lot/__init__.py ${PYSITELIB}/trytond/modules/stock_lot/__init__.pyc ${PYSITELIB}/trytond/modules/stock_lot/__init__.pyo @@ -10,8 +17,14 @@ ${PYSITELIB}/trytond/modules/stock_lot/locale/es_AR.po ${PYSITELIB}/trytond/modules/stock_lot/locale/es_CO.po ${PYSITELIB}/trytond/modules/stock_lot/locale/es_EC.po ${PYSITELIB}/trytond/modules/stock_lot/locale/es_ES.po +${PYSITELIB}/trytond/modules/stock_lot/locale/es_MX.po ${PYSITELIB}/trytond/modules/stock_lot/locale/fr_FR.po +${PYSITELIB}/trytond/modules/stock_lot/locale/hu_HU.po +${PYSITELIB}/trytond/modules/stock_lot/locale/it_IT.po +${PYSITELIB}/trytond/modules/stock_lot/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_lot/locale/lt_LT.po ${PYSITELIB}/trytond/modules/stock_lot/locale/nl_NL.po +${PYSITELIB}/trytond/modules/stock_lot/locale/pt_BR.po ${PYSITELIB}/trytond/modules/stock_lot/locale/ru_RU.po ${PYSITELIB}/trytond/modules/stock_lot/locale/sl_SI.po ${PYSITELIB}/trytond/modules/stock_lot/product.py @@ -39,10 +52,3 @@ ${PYSITELIB}/trytond/modules/stock_lot/view/move_tree.xml ${PYSITELIB}/trytond/modules/stock_lot/view/period_cache_lot_form.xml ${PYSITELIB}/trytond/modules/stock_lot/view/period_cache_lot_list.xml ${PYSITELIB}/trytond/modules/stock_lot/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/misc/py-trytond-stock-lot/distinfo b/misc/py-trytond-stock-lot/distinfo index 8f8e8b284e7..789806d190f 100644 --- a/misc/py-trytond-stock-lot/distinfo +++ b/misc/py-trytond-stock-lot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_stock_lot-3.6.0.tar.gz) = 4c6d0402b6f8fb77aab9233f8fb219ec35765ff0 -RMD160 (tryton-3.6/trytond_stock_lot-3.6.0.tar.gz) = 311fcbe64ba65a5a02c02083f1b0c0195eb1a926 -SHA512 (tryton-3.6/trytond_stock_lot-3.6.0.tar.gz) = e178f4c2ad6554bb01d85ba4577a1fbf5a4a4dbd57b79252b7ece59a0455b031356a27a0bede2ae0b2de8d5666e72a93cfa0d839897024ae41291717416fbe59 -Size (tryton-3.6/trytond_stock_lot-3.6.0.tar.gz) = 29527 bytes +SHA1 (tryton-3.8/trytond_stock_lot-3.8.0.tar.gz) = 7a5cb65bbea22bf79604efce86d6ef74d48353ea +RMD160 (tryton-3.8/trytond_stock_lot-3.8.0.tar.gz) = b21115f1783f7ba392f6ca88b1000662d89124b0 +SHA512 (tryton-3.8/trytond_stock_lot-3.8.0.tar.gz) = cc2be20b4fca73b8c6b5f7dfa7aaf16732882d462541307dec2f3c7cf8b8501d634c44a9ea15d610f4a10bc6ccdf134e3799b293d5c8bf523492014179bb0e07 +Size (tryton-3.8/trytond_stock_lot-3.8.0.tar.gz) = 30080 bytes diff --git a/misc/py-trytond-stock-product-location/PLIST b/misc/py-trytond-stock-product-location/PLIST index a6e762b3bca..4b31ae050af 100644 --- a/misc/py-trytond-stock-product-location/PLIST +++ b/misc/py-trytond-stock-product-location/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:44 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:10 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/stock_product_location/locale/es_AR.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/es_CO.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/es_EC.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/es_ES.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/es_MX.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/fr_FR.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/hu_HU.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/it_IT.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/lt_LT.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/nl_NL.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/pt_BR.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/ru_RU.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/sl_SI.po ${PYSITELIB}/trytond/modules/stock_product_location/location.py diff --git a/misc/py-trytond-stock-product-location/distinfo b/misc/py-trytond-stock-product-location/distinfo index 2e00a89bf4b..5e5782b6df2 100644 --- a/misc/py-trytond-stock-product-location/distinfo +++ b/misc/py-trytond-stock-product-location/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_stock_product_location-3.6.0.tar.gz) = 643e326ef1ec3e6104e120752452df7386d8d97e -RMD160 (tryton-3.6/trytond_stock_product_location-3.6.0.tar.gz) = 3968198fc76cc2b86115178c23a20081df2240f6 -SHA512 (tryton-3.6/trytond_stock_product_location-3.6.0.tar.gz) = ac50ff94f7f8e51a91ed2b57454c5f9e039bb64e5d62077a6b380e2a9949baa52a479d51df057fa5743868f3ad7f76c88447e6ab260189476a9320573b8531e0 -Size (tryton-3.6/trytond_stock_product_location-3.6.0.tar.gz) = 20896 bytes +SHA1 (tryton-3.8/trytond_stock_product_location-3.8.0.tar.gz) = b5322b50b8de73f2c55a365f6125a185dbd87eca +RMD160 (tryton-3.8/trytond_stock_product_location-3.8.0.tar.gz) = d25848462b705190fdea5cd9e9a9fa0a894d54e6 +SHA512 (tryton-3.8/trytond_stock_product_location-3.8.0.tar.gz) = 1109043869253bed04e59cee297106a7592123ff4b3e8f25b15ad6034015f94e69a508c3a5c354955df35970b927a39121487561a085dc54736a5c79542acda8 +Size (tryton-3.8/trytond_stock_product_location-3.8.0.tar.gz) = 21332 bytes diff --git a/misc/py-trytond-stock/PLIST b/misc/py-trytond-stock/PLIST index 7afc88ec1a2..f4e19783e9c 100644 --- a/misc/py-trytond-stock/PLIST +++ b/misc/py-trytond-stock/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.4 2015/08/24 14:49:44 richard Exp $ +@comment $NetBSD: PLIST,v 1.5 2015/11/22 08:05:10 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/stock/__init__.py ${PYSITELIB}/trytond/modules/stock/__init__.pyc ${PYSITELIB}/trytond/modules/stock/__init__.pyo @@ -22,8 +29,14 @@ ${PYSITELIB}/trytond/modules/stock/locale/es_AR.po ${PYSITELIB}/trytond/modules/stock/locale/es_CO.po ${PYSITELIB}/trytond/modules/stock/locale/es_EC.po ${PYSITELIB}/trytond/modules/stock/locale/es_ES.po +${PYSITELIB}/trytond/modules/stock/locale/es_MX.po ${PYSITELIB}/trytond/modules/stock/locale/fr_FR.po +${PYSITELIB}/trytond/modules/stock/locale/hu_HU.po +${PYSITELIB}/trytond/modules/stock/locale/it_IT.po +${PYSITELIB}/trytond/modules/stock/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock/locale/lt_LT.po ${PYSITELIB}/trytond/modules/stock/locale/nl_NL.po +${PYSITELIB}/trytond/modules/stock/locale/pt_BR.po ${PYSITELIB}/trytond/modules/stock/locale/ru_RU.po ${PYSITELIB}/trytond/modules/stock/locale/sl_SI.po ${PYSITELIB}/trytond/modules/stock/location.py @@ -100,10 +113,3 @@ ${PYSITELIB}/trytond/modules/stock/view/shipment_out_form.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_out_return_form.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_out_return_tree.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_out_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/misc/py-trytond-stock/distinfo b/misc/py-trytond-stock/distinfo index ce39d868a64..f390888a35b 100644 --- a/misc/py-trytond-stock/distinfo +++ b/misc/py-trytond-stock/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/22 08:05:10 richard Exp $ -SHA1 (tryton-3.6/trytond_stock-3.6.0.tar.gz) = 8e4de237f9cbe0e3abe83c5178e7bbfeb79e59c6 -RMD160 (tryton-3.6/trytond_stock-3.6.0.tar.gz) = 54bf779b84b3390f7b01c8b14ff3f1287796603e -SHA512 (tryton-3.6/trytond_stock-3.6.0.tar.gz) = 3c1b7affd08a7cb9118dc686267ac731062e247e8b37042ea2bd96e179d2135780840a7cb77002115fc7521a6902190871d61f45daf538542a3886bfc14fdde9 -Size (tryton-3.6/trytond_stock-3.6.0.tar.gz) = 181476 bytes +SHA1 (tryton-3.8/trytond_stock-3.8.0.tar.gz) = f8f1de1e8295e857ecebc7ecbcffcb4d0f887026 +RMD160 (tryton-3.8/trytond_stock-3.8.0.tar.gz) = 540f4e8abc68558560d935ff777522d2cbb12324 +SHA512 (tryton-3.8/trytond_stock-3.8.0.tar.gz) = 49d00994699f172e58c23f816d36fd0c1ab55a1f3ddf4ca5cc261aa7a8c0ad2672f91584e4d1604ef871ae0cca51ed58f0718f273e5c057cbe63f783403eb7f9 +Size (tryton-3.8/trytond_stock-3.8.0.tar.gz) = 224935 bytes |