pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: richard
Date: Sun Nov 22 08:05:10 UTC 2015
Modified Files:
pkgsrc/devel/py-proteus: distinfo
pkgsrc/devel/py-tryton: Makefile PLIST distinfo
pkgsrc/devel/py-trytond: Makefile.common PLIST distinfo
pkgsrc/finance/py-trytond-account: PLIST distinfo
pkgsrc/finance/py-trytond-account-asset: PLIST distinfo
pkgsrc/finance/py-trytond-account-fr: PLIST distinfo
pkgsrc/finance/py-trytond-account-invoice: PLIST distinfo
pkgsrc/finance/py-trytond-account-invoice-history: PLIST distinfo
pkgsrc/finance/py-trytond-account-invoice-line-standalone: PLIST
distinfo
pkgsrc/finance/py-trytond-account-invoice-stock: PLIST distinfo
pkgsrc/finance/py-trytond-account-payment: PLIST distinfo
pkgsrc/finance/py-trytond-account-payment-clearing: PLIST distinfo
pkgsrc/finance/py-trytond-account-payment-sepa: PLIST distinfo
pkgsrc/finance/py-trytond-account-product: PLIST distinfo
pkgsrc/finance/py-trytond-account-statement: PLIST distinfo
pkgsrc/finance/py-trytond-account-stock-continental: PLIST distinfo
pkgsrc/finance/py-trytond-analytic-account: PLIST distinfo
pkgsrc/finance/py-trytond-analytic-invoice: PLIST distinfo
pkgsrc/finance/py-trytond-analytic-purchase: PLIST distinfo
pkgsrc/finance/py-trytond-analytic-sale: PLIST distinfo
pkgsrc/finance/py-trytond-bank: PLIST distinfo
pkgsrc/finance/py-trytond-currency: PLIST distinfo
pkgsrc/finance/py-trytond-product-cost-fifo: PLIST distinfo
pkgsrc/finance/py-trytond-product-cost-history: PLIST distinfo
pkgsrc/finance/py-trytond-product-price-list: PLIST distinfo
pkgsrc/finance/py-trytond-purchase: PLIST distinfo
pkgsrc/finance/py-trytond-purchase-invoice-line-standalone: PLIST
distinfo
pkgsrc/finance/py-trytond-sale: PLIST distinfo
pkgsrc/finance/py-trytond-stock-supply: PLIST distinfo
pkgsrc/geography/py-trytond-country: PLIST distinfo
pkgsrc/misc/py-trytond-company: PLIST distinfo
pkgsrc/misc/py-trytond-party: PLIST distinfo
pkgsrc/misc/py-trytond-party-relationship: PLIST distinfo
pkgsrc/misc/py-trytond-party-siret: PLIST distinfo
pkgsrc/misc/py-trytond-product: PLIST distinfo
pkgsrc/misc/py-trytond-product-attribute: PLIST distinfo
pkgsrc/misc/py-trytond-production: PLIST distinfo
pkgsrc/misc/py-trytond-stock: PLIST distinfo
pkgsrc/misc/py-trytond-stock-inventory-location: PLIST distinfo
pkgsrc/misc/py-trytond-stock-lot: PLIST distinfo
pkgsrc/misc/py-trytond-stock-product-location: PLIST distinfo
pkgsrc/time/py-trytond-calendar: PLIST distinfo
pkgsrc/time/py-trytond-company-work-time: PLIST distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-proteus/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-tryton/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-tryton/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-tryton/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-trytond/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-trytond/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-trytond/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-trytond-account/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/py-trytond-account/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-trytond-account-asset/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-trytond-account-asset/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-account-fr/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-trytond-account-fr/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-trytond-account-invoice/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/py-trytond-account-invoice/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/finance/py-trytond-account-invoice-history/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/finance/py-trytond-account-invoice-history/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/finance/py-trytond-account-invoice-line-standalone/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/finance/py-trytond-account-invoice-line-standalone/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/finance/py-trytond-account-invoice-stock/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/finance/py-trytond-account-invoice-stock/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-account-payment/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-trytond-account-payment/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/finance/py-trytond-account-payment-clearing/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/finance/py-trytond-account-payment-clearing/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-trytond-account-payment-sepa/PLIST
cvs rdiff -u -r1.5 -r1.6 \
pkgsrc/finance/py-trytond-account-payment-sepa/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-account-product/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-trytond-account-product/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-trytond-account-statement/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-trytond-account-statement/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/finance/py-trytond-account-stock-continental/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/finance/py-trytond-account-stock-continental/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-trytond-analytic-account/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-trytond-analytic-account/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-trytond-analytic-invoice/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-analytic-invoice/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-trytond-analytic-purchase/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-analytic-purchase/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-trytond-analytic-sale/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-analytic-sale/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-bank/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-trytond-bank/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-trytond-currency/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-trytond-currency/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-trytond-product-cost-fifo/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-product-cost-fifo/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-trytond-product-cost-history/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/finance/py-trytond-product-cost-history/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-trytond-product-price-list/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/finance/py-trytond-product-price-list/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-trytond-purchase/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-purchase/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/finance/py-trytond-purchase-invoice-line-standalone/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/finance/py-trytond-purchase-invoice-line-standalone/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-trytond-sale/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-sale/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-trytond-stock-supply/PLIST \
pkgsrc/finance/py-trytond-stock-supply/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-trytond-country/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/py-trytond-country/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-trytond-company/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-trytond-company/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-trytond-party/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-trytond-party/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-trytond-party-relationship/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-trytond-party-relationship/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-trytond-party-siret/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-trytond-party-siret/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-trytond-product/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-trytond-product/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-trytond-product-attribute/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-trytond-product-attribute/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-trytond-production/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-trytond-production/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-trytond-stock/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-trytond-stock/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/misc/py-trytond-stock-inventory-location/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/misc/py-trytond-stock-inventory-location/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-trytond-stock-lot/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-trytond-stock-lot/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock-product-location/PLIST
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/misc/py-trytond-stock-product-location/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-trytond-calendar/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/py-trytond-calendar/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-trytond-company-work-time/PLIST \
pkgsrc/time/py-trytond-company-work-time/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index