pkgsrc/time
richard b86d646729 Updates and additions to release 3.6
details found here (http://www.tryton.org/posts/new-tryton-release-36.html)

    Major changes for the developer

        It is now allowed to have many times the same field in list/tree view.
        There is no more a datetime widget for list/tree, two columns with one
        widget date and one widget time should be used instead.

        A new field TimeDelta appears in this release to represent a duration. It
        replace the float_time widget which had some rounding issue. This new
        field is already used in the timesheet and project modules.

        The One2Many widget can be configured to use a Cartesian product with the
        selections of many values for Many2One or Reference fields.

        A method restore_history_before is added to ModelSQL which behaves like
        the existing restore_history but restore the records just before the datetime.

        The on_change methods have been migrated to a behaviour more consistent
        with the Active Record Pattern used in Tryton. Instead of returning a
        dictionary with the values to change, now the instance is directly changed.

        This allow to chain easily the on_change methods or reuse them in other
        methods reducing the duplication.

        The method save on ModelStorage is now a dualmethod which means that it
        can be called as usual as an instance method but also as a class method
        with a list of records. Saving many records at once this way improves the
        performance as the method will minimize the number of queries to the
        database and will validate the result by bunch.

        The Dict field received a translated method to create descriptors which
        translate the values or the keys like the same method on Selection field.

        It is now allowed to use the dotted notation in the order clause of a search.
        The ORM will automatically generate the needed joins.

        The API of the Report class has been reworked to improve the customization
        of the engine. The formatting methods are now more strict to prevent silent
        failure.

        The safe_eval (which was not sure to be safe) has been completely removed.
        In the places where the evaluated code was any way safe, the standard eval
        is used. For evaluated code from outside, a JSON notation is now used. Some
        utilities have been developed to ease the creation of JSON from XMl or in
        the views.

        A new kind of button has been added which works on non-saved record. They
        are quite similar to on_change but they are triggered by a click on a
        button instead of a change of field.

    Accounting

        A new method reverse_compute has been added to Tax which allow to compute
        the base amount from the taxed amount.
        The sign of the second currency amount is enforced to be the same as
        debit - credit.
        The analytic account management has been reworked to use a really One2Many
        instead of the pseudo-field. This simplification was possible thanks to the
        recent new features like the usage of Reference field on One2Many.

    Party

        The vat number is now stored in its compact format.

    Product

        The number of decimal for internal price calculations is now a configuration
        parameter price_decimal. This parameter is used everywhere to ensure
        consistency between all modules.

    Purchase/Sale

        Their lines support both mixed invoice type (Invoice vs Credit Note) per
        line when computing the invoiced quantity.

    Stock

        A new state staging is added to the move. Such state doesn't impact at all
        the computation of the stock level. It is used for supply on sale, to
        create moves in advance.
        Inactive products are still computed for the stock level.
        The computation of assigned move has been improved to take only in
        consideration outgoing move assigned not the incoming. This result in a
        less optimistic for the stock level and thus prevent to assign a move with
        an incoming one that is just assigned but not yet done.
        Forecasts are now automatically deactivated when their period is in the past.

    pkgsrc related updates:
    update to tryton-3.6.0
    update to trytond-3.6.0 including UTC check patch for SunOS
    update trytond modules to latest 3.6
    add meta-pkgs/py-tryton-platform
    add misc/py-trytond-party-relationship
    add misc/py-trytond-product-attribute
    add misc/py-trytond-production
    add misc/py-trytond-stock-inventory-location
    add misc/py-trytond-stock-product-location
    add finance/py-trytond-account-invoice-line-standalone
    add finance/py-trytond-account-invoice-history
    add finance/py-trytond-account-invoice-stock
    add finance/py-trytond-account-payment-clearing
    add finance/py-trytond-account-stock-continental
    add finance/py-trytond-analytic-invoice
    add finance/py-trytond-analytic-purchase
    add finance/py-trytond-analytic-sale
    add finance/py-trytond-product-price-list
    add finance/py-trytond-product-cost-fifo
    add finance/py-trytond-product-cost-history
    add finance/py-trytond-purchase
    add finance/py-trytond-purchase-invoice-line-standalone
    add finance/py-trytond-sale
    add finance/py-trytond-stock-supply
    add time/py-trytond-company-work-time
2015-08-24 14:49:41 +00:00
..
abclock
anacron Use VARBASE as the base for the spool directory to support non-root installs. 2015-05-23 14:12:46 +00:00
asclock Add support for CFLAGS 2015-08-06 22:16:24 +00:00
asclock-gtk Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
asclock-xlib
bbdate Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
cairo-clock Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
cal
cardboard-schedule Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
catclock
dateutils Create portable binary packages. Bump revision. 2015-03-19 19:17:18 +00:00
dclock Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
deforaos-todo Add support for CFLAGS 2015-08-09 14:55:58 +00:00
devtodo
emiclock
etm
evolution-webcal Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
fet Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
gcal
gchore Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
gdeskcal Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
glclock Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
globe
gnotime Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
gnutime
gnyaclock Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
grdc Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
gtodo Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
gtodo-applet Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
hamster-applet Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
hebcal Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
heirloom-date
hs-timezone-olson Import timezone-olson-0.1.4 as time/hs-timezone-olson. 2014-11-24 21:24:01 +00:00
hs-timezone-series Import timezone-series-0.1.3 as time/hs-timezone-series. 2014-11-24 21:22:37 +00:00
ical
ical2rem Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
jday
khal Add missing dependency, ride update. 2015-07-21 19:25:01 +00:00
kronolith
ktimer Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
leapsunpack
libgcal
libical Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
lmclock
logtime
ocaml-calendar Recursive revbump associated with update of lang/ocaml to 4.02.2. 2015-06-30 11:52:55 +00:00
oclock
p5-Calendar-Simple Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Convert-NLS_DATE_FORMAT Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Data-ICal Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Data-ICal-DateTime Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Date-Extract Build depends on p5-Clone, so add dependency. Otherwise extra-junk is 2015-08-16 17:35:25 +00:00
p5-Date-ICal Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Date-Leapyear Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-DateTime-Calendar-Discordian Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Calendar-Mayan Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Event-Cron Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Event-ICal Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Event-Random Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Event-Recurrence Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-Builder Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-DateManip Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-DateParse Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-Epoch Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-Flexible Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-HTTP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-ICal Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-ISO8601 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-Mail Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-DateTime-Format-MySQL Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-Natural Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-Oracle Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-Pg Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-SQLite Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Format-Strptime Update to 1.56. Changes not found, but fixes test failure noted in pkgsrc 2015-08-06 08:37:43 +00:00
p5-DateTime-Format-W3CDTF Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Locale Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Precise Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-Set Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTime-TimeZone Update to 1.93: 2015-08-13 15:00:22 +00:00
p5-DateTime-TimeZone-HPUX Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-DateTimeX-Easy Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-MooseX-Types-DateTime Update to 0.11 2015-08-16 12:32:48 +00:00
p5-MooseX-Types-DateTime-ButMaintained Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-MooseX-Types-DateTimeX Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Olson-Abbreviations Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Rose-DateTime Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Schedule-At Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Schedule-Cron-Events Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Template-Plugin-DateTime Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Test-MockTime Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Test-Time Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Clock Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Duration Update to 1.20: 2015-08-06 08:29:30 +00:00
p5-Time-Duration-Parse Update to 0.12: 2015-08-06 08:27:27 +00:00
p5-Time-Elapsed Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Format Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Format_XS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-HiRes Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Interval Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Local Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-modules Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Period Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Piece Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-Progress Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-Time-TAI64 Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Time-Warp Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
p5-TimeDate Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
pcal
pclock
pear-Date
phoon
php-calendar
php-mrbs Import mrbs 1.4.11 as php/mrbs. 2015-01-31 12:23:14 +00:00
plan Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
planner Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
polclock
projclock (pkgsrc) 2014-12-04 04:28:36 +00:00
projectlibre Import ProjectLibre 1.6.1 as time/projectlibre. 2015-07-21 23:33:11 +00:00
ptimetracker Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
py-arrow
py-dateutil Update to 2.4.0: 2015-01-11 21:05:30 +00:00
py-goocalendar
py-icalendar
py-iso8601
py-isodate Import py27-isodate-0.5.1 as time/py-isodate. 2015-04-19 21:27:58 +00:00
py-jdcal
py-mxDateTime Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-parsedatetime
py-pytz Update to 2014.10: the usual. 2014-12-01 11:27:09 +00:00
py-trytond-calendar Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-company-work-time Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-tzlocal Import py34-tzlocal-1.1.2 as time/py-tzlocal. 2015-02-04 11:41:09 +00:00
py-vdirsyncer Update to 0.6.0: 2015-08-14 17:53:33 +00:00
rclock Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
rem2ics Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
remind Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
rsibreak Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
rsibreak-kde3 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
ruby-hitimes Add ruby-hitimes package version 1.2.2. 2015-03-13 13:27:33 +00:00
ruby-timers Add ruby-timers package version 4.0.1. 2015-03-13 13:28:23 +00:00
ruby-tzinfo Update ruby-tzinfo to 0.3.44. 2015-06-10 15:00:47 +00:00
saytime This doesn't use anything particularly specific other than opening 2015-01-01 11:27:37 +00:00
sunclock
swisswatch
tdl Be explicit about the library search path. 2014-12-03 14:10:09 +00:00
titrax Perl is not X11 related, so just use the normal LOCALBASE. 2015-07-07 11:42:40 +00:00
vixie-cron
wmCalClock
wmclockmon
wmfishtime Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
wmitime Add support for CFLAGS 2015-08-06 21:41:43 +00:00
wmmoonclock Add support for CFLAGS 2015-08-06 22:29:04 +00:00
wmtime
wmzcalock
wxRemind
wyrd Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
xalarm
xbeats
xcal
xchrono
xclock
xdaliclock config.guess/config.sub are outside WRKDIR, adjust. 2015-02-28 23:47:03 +00:00
xdkcal
xfce4-datetime-plugin Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
xfce4-orage Update to 4.12.1: 2015-06-29 15:03:01 +00:00
xfce4-timer-plugin Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
xonclock
xtide
xtimer
xtu
zonetab Update documentation of ONLY_FOR_PLATFORM. 2015-01-01 11:31:12 +00:00
Makefile Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00