summaryrefslogtreecommitdiff
path: root/geography/py-trytond-country
diff options
context:
space:
mode:
authorrichard <richard>2015-11-22 08:05:07 +0000
committerrichard <richard>2015-11-22 08:05:07 +0000
commitb25ecb063edcd81b77e78caba86ab096bd950dcd (patch)
treed85fdb244315efd45998ae932dad8475e65ce687 /geography/py-trytond-country
parent698236c6cadcd3757720d249beb48726fc336e3e (diff)
downloadpkgsrc-b25ecb063edcd81b77e78caba86ab096bd950dcd.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 'geography/py-trytond-country')
-rw-r--r--geography/py-trytond-country/PLIST7
-rw-r--r--geography/py-trytond-country/distinfo10
2 files changed, 11 insertions, 6 deletions
diff --git a/geography/py-trytond-country/PLIST b/geography/py-trytond-country/PLIST
index b5de65584bf..92edee5226f 100644
--- a/geography/py-trytond-country/PLIST
+++ b/geography/py-trytond-country/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 $
bin/trytond${PYVERSSUFFIX}_import_zip
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
@@ -22,9 +22,14 @@ ${PYSITELIB}/trytond/modules/country/locale/es_AR.po
${PYSITELIB}/trytond/modules/country/locale/es_CO.po
${PYSITELIB}/trytond/modules/country/locale/es_EC.po
${PYSITELIB}/trytond/modules/country/locale/es_ES.po
+${PYSITELIB}/trytond/modules/country/locale/es_MX.po
${PYSITELIB}/trytond/modules/country/locale/fr_FR.po
+${PYSITELIB}/trytond/modules/country/locale/hu_HU.po
+${PYSITELIB}/trytond/modules/country/locale/it_IT.po
+${PYSITELIB}/trytond/modules/country/locale/ja_JP.po
${PYSITELIB}/trytond/modules/country/locale/lt_LT.po
${PYSITELIB}/trytond/modules/country/locale/nl_NL.po
+${PYSITELIB}/trytond/modules/country/locale/pt_BR.po
${PYSITELIB}/trytond/modules/country/locale/ru_RU.po
${PYSITELIB}/trytond/modules/country/locale/sl_SI.po
${PYSITELIB}/trytond/modules/country/tests/__init__.py
diff --git a/geography/py-trytond-country/distinfo b/geography/py-trytond-country/distinfo
index 62569b9263d..a812a5f6672 100644
--- a/geography/py-trytond-country/distinfo
+++ b/geography/py-trytond-country/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 00:08:45 agc Exp $
+$NetBSD: distinfo,v 1.6 2015/11/22 08:05:10 richard Exp $
-SHA1 (tryton-3.6/trytond_country-3.6.0.tar.gz) = 15428c6c2dfd02d5acd2aa6b3430acf928b1beaf
-RMD160 (tryton-3.6/trytond_country-3.6.0.tar.gz) = 8003b1641eecce982786d812e0cc445ebb67ecf8
-SHA512 (tryton-3.6/trytond_country-3.6.0.tar.gz) = e467b017379a20abe74f4e46248b63066b79e1f34caccfcec74fb68c2e9a734165e0a5225b2899e7126eda12dd6e7786eb5296747bc24e1235150b22268a686d
-Size (tryton-3.6/trytond_country-3.6.0.tar.gz) = 1004156 bytes
+SHA1 (tryton-3.8/trytond_country-3.8.0.tar.gz) = bc476d86d7648b10a4faaacdd3c9df729d1332b6
+RMD160 (tryton-3.8/trytond_country-3.8.0.tar.gz) = 0e1b20e10702614efecf94c42bfca320493003b3
+SHA512 (tryton-3.8/trytond_country-3.8.0.tar.gz) = 2f0ab41d29730334431cfdfcf0ad32893dd955309892b61e3e9afc964446b44f7c68ccac892565e4b65847f1a4f0b7fd2c5b8dc8f82c520906564fece1566ed8
+Size (tryton-3.8/trytond_country-3.8.0.tar.gz) = 1334482 bytes