Reviewers: ,
Please review this at http://codereview.tryton.org/566002/
Affected files:
A release_2_6.txt
Index: release_2_6.txt
===================================================================
new file mode 100644
--- /dev/null
+++ b/release_2_6.txt
@@ -0,0 +1,78 @@
+New Tryton release 2.6
+======================
+
+We are happy to announce the 2.6 release of Tryton.
+This release brings a major changes in the API with the introduction of the
+Active Record pattern. But also the graphical user interface was not leave
+without improvements. And as usual there are many bugfixes, modules
+improvements and new modules (that was forcasted in the previous release
news).
+Of course, migration from previous series is fully supported.
+
+
+Major changes in graphical user interface
+-----------------------------------------
+
+* Management of model access and create/delete field access
+* Dynamic size limit on the One2Many, Many2Many and Char
+* Remove "Please wait" box
+* Paste in editable list view
+
+Major changes on the server side
+--------------------------------
+
+* Allow to use Reference field in One2Many & Many2Many
+* Merge all kind of buttons
+* Active Record
+* Allow to use XML file for views
+* Add pre_validation
+
+Modules
+-------
+
+account
+~~~~~~~
+
+* Add start/end balance to Trial balance
+* Allow to open accounts from balance sheet
+* Add cumulate option for Debit/Credit on Account
+* Compute the aged balance over all fiscalyears and reverse dates order
+* Add origin field on Move
+
+account_stock_continental
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+* Updating cost price must update stock accounting
+
+purchase
+~~~~~~~~
+
+* Manage negative amount in purchase
+
+stock
+~~~~~
+
+* Add Product Quantities By Warehouse
+
+New modules
+-----------
+
+* stock_lot
+* stock_split
+* account_fr
+* production
+* stock_supply_production
+
+Other changes graphical user interface
+--------------------------------------
+
+* Add constant interpolation in line graph
+* Manage readonly state on group
+* Management of time format
+
+Other changes on server side
+----------------------------
+
+* Remove ModelSQL.default_sequence
+* Add time format validation
+* Replace __tryton__.py by tryton.cfg
+* Allow to use tuple for Reference
--
[email protected] mailing list