← Back to team overview

openerp-expert-framework team mailing list archive

OpenERP 5.0.12

 

Hi,

We have the pleasure to announce a new revision of OpenERP 5.0.

This release contains lots of bug fixes which you can find in this brief summary.
But if you want to find more details you can look at the Changelogs [1]

Bugfixes (server)
-----------------
* ORM
 * Proper recursive copy of translations through one2many relationships during copy()
 * Correct computation of parent_store for specific cases with duplicate/copy()

* Report
 * Provide time module in report context as documented in technical documentation and technical memento

* Translations
 * Update the translations of all modules
 * Don't commit when updating translations, to preserve transactions
 * The cache is updated when we change the translations

* Others
 * Remove the 'No LSB modules are available.' error
 * Compute should work when to_currency is not supplied
 * There was an error in the context during updating the user preferences
 * Missing attributes(limit,usage,auto_refresh) added on RNG validation for act_window

Bugfixes (addons)
-----------------

account
=======
  * Use the sequence with an associated fiscal year for an invoice.
  * Hide the parent of the sequence in the 'fiscal years' tab
  * When Payment is done by bank statement with a different currency, amount should be converted to company currency
  * Centralize movement fixed
  * Validation of moves create relevant account analytic entries
  * Aged trial balance report corrected
  * Fiscalyear closing wizard: entries of account with defferal method=='unreconciled' that are reconciled on a next fiscalyear
  * Bank statement problem corrected for partial payments

account_followup
================
  * Efficiency problem fixed. The report always timed out when there were lots of unreconciled entries (even if we selected only one partner to followup)

purchase
========
  * Avoid to copy the default move lines on the stock picking during

l10n_be
=======
  * VAT periodic declaration: fixed the version of the xsd used in the xsi
  * VAT declaration: the tax code 91 can only be send for the declaration of December

product
=======
  * Product packaging sequence was not used for _order
  * Fix a typo in the product template (Track Incoming Lots, Track Outgoing Lots)


You will find the Windows Installers and the tarball archives on OpenERP download page.

Tarballs:
=========
  * Server: http://openerp.com/download/stable/source/openerp-server-5.0.12.tar.gz
  * Client: http://openerp.com/download/stable/source/openerp-client-5.0.12.tar.gz
  * Web: http://openerp.com/download/stable/source/openerp-web-5.0.12.tar.gz

Windows Installers:
===================
  * Server: http://openerp.com/download/stable/win32/openerp-server-setup-5.0.12.exe
  * Client: http://openerp.com/download/stable/win32/openerp-client-setup-5.0.12.exe
  * Web: http://openerp.com/download/stable/win32/openerp-web-setup-5.0.12.exe
  * AllInOne: http://openerp.com/download/stable/win32/openerp-allinone-setup-5.0.12.exe


You can contribute to OpenERP on LaunchPad.

* OpenERP Download page: http://openerp.com/downloads.html
* OpenObject Project on LaunchPad: https://launchpad.net/openobject
* Translations: https://translations.launchpad.net/openobject
* Bug Reporting: https://bugs.launchpad.net/openobject/+filebug
* [1] Changelogs:
  * Server: http://bazaar.launchpad.net/~openerp/openobject-server/5.0/annotate/head:/doc/Changelog
  * Client: http://bazaar.launchpad.net/~openerp/openobject-client/5.0/annotate/head:/doc/Changelog
  * Web: http://bazaar.launchpad.net/~openerp/openobject-client-web/5.0/annotate/head:/doc/ChangeLog

For more information, take a look at the wiki and the forum.

The OpenERP Team,

-- 
Stephane Wirtel - "As OpenERP is OpenSource, please feel free to contribute."
Quality/Release Manager
Technical Project Manager
OpenERP S.A.
Chaussee de Namur, 40
B-1367 Grand-Rosière
Tel: +32.81.81.37.00
Web: http://www.openerp.com
Planet: http://www.openerp.com/planet/
Blog: http://stephane-wirtel-at-tiny.blogspot.com

=== modified file 'bin/service/security.py'
--- bin/service/security.py	2009-12-11 11:03:12 +0000
+++ bin/service/security.py	2010-06-02 14:43:40 +0000
@@ -45,7 +45,7 @@
 
 def check(db, uid, passwd):
     if not passwd:
-        return False
+        raise Exception('AccessDenied')
     cached_pass = _uid_cache.get(db, {}).get(uid)
     if (cached_pass is not None) and cached_pass == passwd:
         return True


_______________________________________________
Mailing list: https://launchpad.net/~openerp-expert-framework
Post to     : openerp-expert-framework@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openerp-expert-framework
More help   : https://help.launchpad.net/ListHelp