<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:forum-71500</id>
	<title>Nabble - openerp-community-leaders</title>
	<updated>2010-06-08T02:50:55Z</updated>
	
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/" />
	<subtitle type="html" />
	
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/openerp-community-leaders-topics" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="openerp-community-leaders-topics" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-878874</id>
	<title>OpenERP 5.0.11</title>
	<published>2010-06-08T02:50:55Z</published>
	<updated>2010-06-08T02:50:55Z</updated>
	<author>
		<name>"Stéphane Wirtel, OpenERP"</name>
	</author>
	<content type="html">We have the pleasure to announce a new revision of OpenERP 5.0.
&lt;br&gt;&lt;br&gt;This release contains lots of improvements and two important security
&lt;br&gt;fixes.
&lt;br&gt;&lt;br&gt;1. OpenERP-2010-01-auth
&lt;br&gt;=======================
&lt;br&gt;&lt;br&gt;I. &amp;nbsp; Background
&lt;br&gt;---------------
&lt;br&gt;&lt;br&gt;OpenERP server is accessible using RPC protocols (by default XML-RPC on
&lt;br&gt;port 8069 and NET-RPC on 8070), not only for client access (GTK or Web
&lt;br&gt;server) but also for any kind of direct inter-operation with external
&lt;br&gt;systems.
&lt;br&gt;&lt;br&gt;Several remote services are available using this RPC interface, among
&lt;br&gt;which the /object service that allows remote method calls on most ORM
&lt;br&gt;objects (i.e. OpenERP business data objects).
&lt;br&gt;&lt;br&gt;&lt;br&gt;II. &amp;nbsp;Problem Description
&lt;br&gt;------------------------
&lt;br&gt;&lt;br&gt;A programming error recently introduced in the authentication layer
&lt;br&gt;could allow RPC requests directly sent to the /object service to proceed
&lt;br&gt;without being properly authenticated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;III. Impact
&lt;br&gt;-----------
&lt;br&gt;&lt;br&gt;An attacker could remotely execute operations as any user of the system,
&lt;br&gt;including the administrator, if using XML-RPC manually.
&lt;br&gt;&lt;br&gt;The OpenERP clients (GTK, Web) do perform a call to the /common/login
&lt;br&gt;service to properly authenticate the user before executing further
&lt;br&gt;remote operations. This prevents any possible unauthenticated access
&lt;br&gt;when using the graphical clients.
&lt;br&gt;&lt;br&gt;In addition, the 'users_ldap' module that implements LDAP authentication
&lt;br&gt;in OpenERP overrides the authentication layer, suppressing this
&lt;br&gt;vulnerability.
&lt;br&gt;&lt;br&gt;&lt;br&gt;IV. &amp;nbsp;Workaround
&lt;br&gt;---------------
&lt;br&gt;&lt;br&gt;No known workaround is available, but systems with the 'users_ldap'
&lt;br&gt;module installed are not vulnerable.
&lt;br&gt;&lt;br&gt;Systems running versions earlier than 5.0.7 or later than 5.0.10
&lt;br&gt;(excluded) are also not vulnerable. The trunk version (5.2/6.0) is not
&lt;br&gt;vulnerable either.
&lt;br&gt;&lt;br&gt;V. &amp;nbsp; Solution
&lt;br&gt;-------------
&lt;br&gt;&lt;br&gt;Apply the attached patch, or upgrade to OpenERP 5.0.11 which include the fix (2010-01-auth.patch).
&lt;br&gt;&lt;br&gt;To apply the patch, change into the root directory of the server
&lt;br&gt;installation, then execute the patch command, such as:
&lt;br&gt;&amp;nbsp; &amp;nbsp;patch -p0 -f &amp;lt; /path/to/the_patch_file.patch
&lt;br&gt;&lt;br&gt;&lt;br&gt;2. SQL Injections
&lt;br&gt;=================
&lt;br&gt;&lt;br&gt;Some sql queries were using python format string, instead of the psycopg2 quoting system,
&lt;br&gt;that could lead to sql injection. We reviewed all the the sql queries to use psycopg
&lt;br&gt;parametrized queries instead of python format strings.
&lt;br&gt;&lt;br&gt;You will find the Windows Installers and the tarball archives on OpenERP download page.
&lt;br&gt;&lt;br&gt;Tarballs:
&lt;br&gt;=========
&lt;br&gt;&amp;nbsp; * Server: &lt;a href="http://openerp.com/download/stable/source/openerp-server-5.0.11.tar.gz" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/source/openerp-server-5.0.11.tar.gz&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Client: &lt;a href="http://openerp.com/download/stable/source/openerp-client-5.0.11.tar.gz" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/source/openerp-client-5.0.11.tar.gz&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Web: &lt;a href="http://openerp.com/download/stable/source/openerp-web-5.0.11.tar.gz" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/source/openerp-web-5.0.11.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;Windows Installers:
&lt;br&gt;===================
&lt;br&gt;&amp;nbsp; * Server: &lt;a href="http://openerp.com/download/stable/win32/openerp-server-setup-5.0.11.exe" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/win32/openerp-server-setup-5.0.11.exe&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Client: &lt;a href="http://openerp.com/download/stable/win32/openerp-client-setup-5.0.11.exe" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/win32/openerp-client-setup-5.0.11.exe&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Web: &lt;a href="http://openerp.com/download/stable/win32/openerp-web-setup-5.0.11.exe" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/win32/openerp-web-setup-5.0.11.exe&lt;/a&gt;&lt;br&gt;&amp;nbsp; * AllInOne: &lt;a href="http://openerp.com/download/stable/win32/openerp-allinone-setup-5.0.11.exe" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/win32/openerp-allinone-setup-5.0.11.exe&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;You can contribute to OpenERP on LaunchPad.
&lt;br&gt;&lt;br&gt;* OpenERP Download page: &lt;a href="http://openerp.com/downloads.html" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/downloads.html&lt;/a&gt;&lt;br&gt;* OpenObject Project on LaunchPad: &lt;a href="https://launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Translations: &lt;a href="https://translations.launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://translations.launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Bug Reporting: &lt;a href="https://bugs.launchpad.net/openobject/+filebug" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openobject/+filebug&lt;/a&gt;&lt;br&gt;* Changelog:
&lt;br&gt;&amp;nbsp; * Server: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-server/5.0/annotate/head:/doc/Changelog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-server/5.0/annotate/head:/doc/Changelog&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Client: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-client/5.0/annotate/head:/doc/Changelog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-client/5.0/annotate/head:/doc/Changelog&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Web: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-client-web/5.0/annotate/head:/doc/ChangeLog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-client-web/5.0/annotate/head:/doc/ChangeLog&lt;/a&gt;&lt;br&gt;&lt;br&gt;For more information, take a look at the wiki and the forum.
&lt;br&gt;&lt;br&gt;The OpenERP Team,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Quality/Release Manager
&lt;br&gt;Technical Project Manager
&lt;br&gt;OpenERP S.A.
&lt;br&gt;Chaussee de Namur, 40
&lt;br&gt;B-1367 Grand-Rosière
&lt;br&gt;Tel: +32.81.81.37.00
&lt;br&gt;Web: &lt;a href="http://www.openerp.com?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;Blog: &lt;a href="http://stephane-wirtel-at-tiny.blogspot.com?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://stephane-wirtel-at-tiny.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[2010-01-auth.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align="left" width="300" /&gt;&lt;tt&gt;=== modified file 'bin/service/security.py'
&lt;br&gt;--- bin/service/security.py	2009-12-11 11:03:12 +0000
&lt;br&gt;+++ bin/service/security.py	2010-06-02 14:43:40 +0000
&lt;br&gt;@@ -45,7 +45,7 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;def check(db, uid, passwd):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if not passwd:
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return False
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;raise Exception('AccessDenied')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;cached_pass = _uid_cache.get(db, {}).get(uid)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if (cached_pass is not None) and cached_pass == passwd:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return True
&lt;br&gt;&lt;br&gt;&lt;/tt&gt;&lt;hr align="left" width="300" /&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=878874&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/OpenERP-5-0-11-tp878874p878874.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-848652</id>
	<title>Res partner title management in trunk</title>
	<published>2010-05-27T08:13:47Z</published>
	<updated>2010-05-27T08:13:47Z</updated>
	<author>
		<name>Nicolas Bessi</name>
	</author>
	<content type="html">Dear community,&amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Partner title (res.partner.title) management in v.4 and v.5 is the source of lot of problems, limitation and error :&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;- Title are field selection value that are hard to translate, especially in wizard context.&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;-You can not have different title title with the same shortcut, this generate strange behavior in GTK client&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;-It is hard to migrate, particularly when the user customize the title s&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;-If a title shortcut is modified all the addresses linked to the shortcut are not modified, worst the title did not appear anymore in linked addresses.&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;-etc.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The problem is design oriented as the link between title and addresses / partner is not a standard ORM link but use a strange word matching.&lt;/div&gt;&lt;div&gt;It would be great to standardize this point and transform this point in an orm relation. The choice of using a selection field does not worth/justify the troubles and user anger when strange behavior appears. (And the work of the partner to fix all the stuff &amp;nbsp;^_^ )&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I know it will mean some migration work from 5 to 6 but the result will worth it.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I'm looking for your advice.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Nicolas&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;
&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "&gt;&lt;div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "&gt;&lt;div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; "&gt;&lt;br class="Apple-interchange-newline"&gt;&lt;br class="khtml-block-placeholder"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;--------------------------------------------------------------------&lt;/span&gt;&lt;br style="color: rgb(0, 0, 255); font-size: 10px; "&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;Camptocamp SA&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; "&gt;Senior ERP consultant&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;Nicolas Bessi&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;PSE A&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;CH-1015 Lausanne&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;&lt;a href="http://www.camptocamp.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.camptocamp.com&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;http:/www.openerp.com&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; "&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;+41 21 619 10 26 (direct)&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;+41 21 619 10 10 (centrale)&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;+41 21 619 10 00 (fax)&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "&gt;&lt;font class="Apple-style-span" color="#0000FF"&gt;&lt;font class="Apple-style-span" size="2"&gt;&lt;span class="Apple-style-span" style="font-size: 10px; color: rgb(0, 0, 255); "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-size: 10px; "&gt;--------------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;br class="khtml-block-placeholder"&gt;&lt;/div&gt;&lt;div&gt;&lt;br class="khtml-block-placeholder"&gt;&lt;/div&gt;&lt;div&gt;&lt;br class="khtml-block-placeholder"&gt;&lt;/div&gt;&lt;br class="Apple-interchange-newline"&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br class="Apple-interchange-newline"&gt;&lt;/div&gt;&lt;br class="Apple-interchange-newline"&gt;&lt;/span&gt;&lt;br class="Apple-interchange-newline"&gt;
&lt;/div&gt;
&lt;br&gt;&lt;/div&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=848652&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Res-partner-title-management-in-trunk-tp848652p848652.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-422114</id>
	<title>OpenERP 5.0.7</title>
	<published>2010-03-01T07:45:23Z</published>
	<updated>2010-03-01T07:45:23Z</updated>
	<author>
		<name>Stephane Wirtel</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&lt;br&gt;We have the pleasure to announce a new revision of OpenERP 5.0.
&lt;br&gt;&lt;br&gt;This release contains lots of improvements and bug fixes which you can find in the Changelog [1]
&lt;br&gt;&lt;br&gt;You will find the tarball archives on OpenERP download page.
&lt;br&gt;&lt;br&gt;The Windows Installers will be made available as soon as possible.
&lt;br&gt;&lt;br&gt;As discussed in &lt;a href="http://julienthewys.blogspot.com/2010/02/new-release-process-ongoing.html" target="_top" rel="nofollow" link="external"&gt;http://julienthewys.blogspot.com/2010/02/new-release-process-ongoing.html&lt;/a&gt;, we will release at least one revision each month, major issues and regressions might warrant more frequent
&lt;br&gt;revision releases from time to time. This is the first release of that improved process.
&lt;br&gt;&lt;br&gt;You can contribute to OpenERP on LaunchPad.
&lt;br&gt;&lt;br&gt;* OpenObject Project on LaunchPad: &lt;a href="https://launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Translations: &lt;a href="https://translations.launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://translations.launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Bug Reporting: &lt;a href="https://bugs.launchpad.net/openobject/+filebug" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openobject/+filebug&lt;/a&gt;&lt;br&gt;&lt;br&gt;For more information, take a look at the wiki and the forum.
&lt;br&gt;&lt;br&gt;[1] Changelog: &lt;a href="http://stephane-wirtel-at-tiny.blogspot.com/2010/03/openerp-507.html" target="_top" rel="nofollow" link="external"&gt;http://stephane-wirtel-at-tiny.blogspot.com/2010/03/openerp-507.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The OpenERP Team,
&lt;br&gt;- --
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Release/Quality Manager
&lt;br&gt;Tiny SPRL
&lt;br&gt;40, Chaussee de Namur
&lt;br&gt;B-1367 Gerompont
&lt;br&gt;* Tel: +32.81.81.37.00
&lt;br&gt;* Web: &lt;a href="http://www.openerp.com?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;* Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href="http://enigmail.mozdev.org?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkuL4RMACgkQnqh8s27uQNXtywCePfnHI+V2Peoehr2IDzhN1RTr
&lt;br&gt;POsAn0hegzXTOjdatZ15gG2PgAnoH1Bt
&lt;br&gt;=d3ps
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[stephane.vcf]&lt;/tt&gt;&lt;br /&gt;&lt;hr align="left" width="300" /&gt;&lt;tt&gt;begin:vcard
&lt;br&gt;fn:Stephane Wirtel
&lt;br&gt;n:Wirtel;Stephane
&lt;br&gt;org:OpenERP - Tiny sprl
&lt;br&gt;adr;quoted-printable;quoted-printable:;;Chauss=C3=A9e de Namur, 40;G=C3=A9rompont;;1367;Belgium
&lt;br&gt;email;internet:&lt;a href="/user/SendEmail.jtp?type=node&amp;node=422114&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;title:Developer
&lt;br&gt;tel;work:+32.81.81.37.00
&lt;br&gt;note;quoted-printable:OpenERP is an Open Source enterprise management software=0D=0A=
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; =0D=0A=
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; http://www.openerp.com
&lt;br&gt;x-mozilla-html:FALSE
&lt;br&gt;url:http://www.tiny.be
&lt;br&gt;version:2.1
&lt;br&gt;end:vcard
&lt;br&gt;&lt;br&gt;&lt;/tt&gt;&lt;hr align="left" width="300" /&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=422114&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/OpenERP-5-0-7-tp422114p422114.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821676</id>
	<title>[Fwd: Re: [Openerp-community] Injustice, plagiarism and insult of community work]</title>
	<published>2010-05-16T06:46:46Z</published>
	<updated>2010-05-16T06:46:46Z</updated>
	<author>
		<name>Fabien Pinckaers-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I asked the developer if he took some code from poweremail without
&lt;br&gt;putting the copyright. Check his answer bellow.
&lt;br&gt;&lt;br&gt;So, it's not injustice, plagiarism, or insult of your work.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----------------------------------------------------------------
&lt;br&gt;Hello Fabien,
&lt;br&gt;&lt;br&gt;Yes I confirm that I did not took a single line or character from the
&lt;br&gt;power email, not even for the reference, still I did not check the
&lt;br&gt;poweremail module.
&lt;br&gt;&lt;br&gt;I have just convert the old fetchmail module which was written by the
&lt;br&gt;hmo's team and that purely converted (with major change to make it very
&lt;br&gt;simple user-friendly email object) from email_gateway.py script of crm
&lt;br&gt;module.
&lt;br&gt;&lt;br&gt;Changes I have applied
&lt;br&gt;* Use the same code of fetching email - the one which was exist
&lt;br&gt;* Make it very simple user-friendly email object
&lt;br&gt;&amp;nbsp;- body = mail.get('body', '')
&lt;br&gt;* Integrate with ServerAction - Auto Reply
&lt;br&gt;&lt;br&gt;Aim was to have a very simple module, easy to configure and use the
&lt;br&gt;maximum what we already have in the server addons and framework
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;M Gajjar
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Fabien Pinckaers
&lt;br&gt;CEO OpenERP
&lt;br&gt;Chaussée de Namur 40
&lt;br&gt;B-1367 Grand-Rosière
&lt;br&gt;Belgium
&lt;br&gt;Phone: +32.81.81.37.00
&lt;br&gt;Fax: +32.81.73.35.01
&lt;br&gt;Web: &lt;a href="http://openerp.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://openerp.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821676&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Fwd-Re-Openerp-community-Injustice-plagiarism-and-insult-of-community-work-tp821676p821676.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-825966</id>
	<title>Merge of a security Branch in 5.0</title>
	<published>2010-05-18T04:06:20Z</published>
	<updated>2010-05-18T04:06:20Z</updated>
	<author>
		<name>"Stéphane Wirtel, OpenERP"</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;During the last month or so we worked on fixing outstanding potential sql injection vectors in the server [1] and various addons [2].
&lt;br&gt;These branches are currently in my launchpad account [3] and we're planning on merging them into stable with 5.0.11.
&lt;br&gt;&lt;br&gt;They should be stable, but we might have introduced a few bugs (or missed a few vectors), would it be possible that you test them and report back?
&lt;br&gt;&lt;br&gt;Thank you very much.
&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Stéphane Wirtel
&lt;br&gt;&lt;br&gt;[1] &lt;a href="https://code.launchpad.net/~stephane-openerp/openobject-addons/5.0_security_branche_sql_injection" target="_top" rel="nofollow" link="external"&gt;https://code.launchpad.net/~stephane-openerp/openobject-addons/5.0_security_branche_sql_injection&lt;/a&gt;&lt;br&gt;[2] &lt;a href="https://code.launchpad.net/~stephane-openerp/openobject-server/5.0_security_branche_sql_injection" target="_top" rel="nofollow" link="external"&gt;https://code.launchpad.net/~stephane-openerp/openobject-server/5.0_security_branche_sql_injection&lt;/a&gt;&lt;br&gt;[3] &lt;a href="https://code.launchpad.net/~stephane-openerp" target="_top" rel="nofollow" link="external"&gt;https://code.launchpad.net/~stephane-openerp&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Quality/Release Manager
&lt;br&gt;Technical Project Manager
&lt;br&gt;OpenERP S.A.
&lt;br&gt;Chaussee de Namur, 40
&lt;br&gt;B-1367 Grand-Rosière
&lt;br&gt;Tel: +32.81.81.37.00
&lt;br&gt;Web: &lt;a href="http://www.openerp.com?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;Blog: &lt;a href="http://stephane-wirtel-at-tiny.blogspot.com?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://stephane-wirtel-at-tiny.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[stw.vcf]&lt;/tt&gt;&lt;br /&gt;&lt;hr align="left" width="300" /&gt;&lt;tt&gt;begin:vcard
&lt;br&gt;fn;quoted-printable:St=C3=A9phane Wirtel
&lt;br&gt;n;quoted-printable:Wirtel;St=C3=A9phane
&lt;br&gt;org:OpenERP S.A.
&lt;br&gt;adr;quoted-printable;quoted-printable:;;Chauss=C3=A9e de Namur, 40;Grand-Rosi=C3=A8re;;1367;Belgium
&lt;br&gt;email;internet:&lt;a href="/user/SendEmail.jtp?type=node&amp;node=825966&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;title:Developer
&lt;br&gt;tel;work:+32.81.81.37.00
&lt;br&gt;note;quoted-printable:OpenERP is an Open Source enterprise management software=0D=0A=
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; =0D=0A=
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; http://www.openerp.com
&lt;br&gt;url:http://www.openerp.com
&lt;br&gt;version:2.1
&lt;br&gt;end:vcard
&lt;br&gt;&lt;br&gt;&lt;/tt&gt;&lt;hr align="left" width="300" /&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=825966&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Merge-of-a-security-Branch-in-5-0-tp825966p825966.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-818634</id>
	<title>Injustice, plagiarism and insult of community work</title>
	<published>2010-05-14T16:54:39Z</published>
	<updated>2010-05-14T16:54:39Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">Hello Fabien and the Open ERP community,&lt;br&gt;&lt;br&gt;I request your attention to this post dated 2nd of May: &lt;a href="http://blog.openerp.co.in/?p=400" target="_top" rel="nofollow" link="external"&gt;http://blog.openerp.co.in/?p=400&lt;/a&gt;&lt;br&gt;&lt;br&gt;It is a clear duplication of work done by Open ERP SA on the community module &amp;#39;Powerwmail&amp;#39; . &lt;br&gt;
&lt;br&gt;I am not surprised but shocked to see this trend repeating again and again. Why is it that the community ideas have to reinvented by Open ERP SA in a different name everytime? It happened with scenario, rml and now I think it is right time to question whether its the right ethics for an opensource project ? To retain the copyright on the Open ERP code Open ERP SA goes to any extend?&lt;br&gt;
&lt;br&gt;I understand that it is Open ERP business model that 800EUR (or may be more because of the heavy code) is what is needed for a module to be &amp;#39;certified&amp;#39;. Is it because the community cannot pay for a community contribution that the effort is duplicated? Well I think contribution of such useful features itself makes openerp more that worth 800EUR because till today I have received numerous mails saying how the work saves every developer couple of days. This is strongly disappointing for any community contributor. What is the point in releasing the code if it is next day going to be duplicated by your paid employees? What is the point of the community if the credits are all for open ERP SA? &lt;br&gt;
&lt;br&gt;I draw the attention also to the commitment made by fabien and antoine at the community days in Belgium to all those present there that poweremail would be drawn into official 6.0. I request you to respect the community and your own words.&lt;br&gt;
&lt;br&gt;Have a look at the duplicated work: &lt;a href="http://bazaar.launchpad.net/~openerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py&lt;/a&gt;&lt;br&gt;
The model structure is 90% similar. Logic is 99% similar. &lt;br&gt;&lt;br&gt;I wonder why you could not contribute if there is anything that&amp;#39;s not there to the main poweremail code which is open to everybody to edit. (&lt;a href="https://code.launchpad.net/~openerp-commiter/poweremail/poweremailtrunk" target="_top" rel="nofollow" link="external"&gt;https://code.launchpad.net/~openerp-commiter/poweremail/poweremailtrunk&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;I wish you spend your resources and time on playing the fair editor of an opensource project. Not Micro$oft of the opensource world. I may not waste my time on fighting legally or morally for the sake of poweremail again, but be sure that community members will also soon realise that contributing to openerp is waste of time. Who knows if their work will be duplicated by the editor in the next release. You discourage contribution to openerp and I speculate the intention of open ERP SA in holding the copyright of the code whatever they need integrated into the core. &lt;br&gt;
&lt;br&gt;When I conclude this mail, I am not sure if I will ever get a reply for this mail from &amp;#39;Open ERP SA&amp;#39;. But please remember that the more you do this, the more the community moves away from you. &lt;br&gt;&lt;br&gt;Wish you good luck plagiarising! &lt;br&gt;
&lt;br&gt;and a simple advice to your Indian team doing all the duplication work: Atleast show the quality of code poweremail has in your duplicated work. I can already see several logical foolishnes in your code and absolute &amp;#39;0&amp;#39; in code quality. Atleast try making something better with all the TODO&amp;#39;s that has been left in the code.&lt;br&gt;
&lt;br clear="all"&gt;Thanks,&lt;br&gt;-- &lt;br&gt;Sharoon Thomas&lt;br&gt;Business Analyst &amp;amp; Open Source ERP Consultant&lt;br&gt;CEO @ &lt;a href="http://openlabs.co.in?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://openlabs.co.in&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=818634&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Injustice-plagiarism-and-insult-of-community-work-tp818634p818634.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-779368</id>
	<title>OpenERP 5.0.10</title>
	<published>2010-05-05T09:30:14Z</published>
	<updated>2010-05-05T09:30:14Z</updated>
	<author>
		<name>"Stéphane Wirtel, OpenERP"</name>
	</author>
	<content type="html">We have the pleasure to announce a new revision of OpenERP 5.0.
&lt;br&gt;&lt;br&gt;This release contains lots of improvements and bug fixes which you can find in the Changelogs
&lt;br&gt;&lt;br&gt;You will find the Windows Installers and the tarball archives on OpenERP download page.
&lt;br&gt;&lt;br&gt;Tarballs:
&lt;br&gt;=========
&lt;br&gt;&amp;nbsp; * Server: &lt;a href="http://openerp.com/download/stable/source/openerp-server-5.0.10.tar.gz" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/source/openerp-server-5.0.10.tar.gz&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Client: &lt;a href="http://openerp.com/download/stable/source/openerp-client-5.0.10.tar.gz" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/source/openerp-client-5.0.10.tar.gz&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Web: &lt;a href="http://openerp.com/download/stable/source/openerp-web-5.0.10.tar.gz" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/source/openerp-web-5.0.10.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;Windows Installers:
&lt;br&gt;===================
&lt;br&gt;&amp;nbsp; * Server: &lt;a href="http://openerp.com/download/stable/win32/openerp-server-setup-5.0.10.exe" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/win32/openerp-server-setup-5.0.10.exe&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Client: &lt;a href="http://openerp.com/download/stable/win32/openerp-client-setup-5.0.10.exe" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/win32/openerp-client-setup-5.0.10.exe&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Web: &lt;a href="http://openerp.com/download/stable/win32/openerp-web-setup-5.0.10.exe" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/win32/openerp-web-setup-5.0.10.exe&lt;/a&gt;&lt;br&gt;&amp;nbsp; * AllInOne: &lt;a href="http://openerp.com/download/stable/win32/openerp-allinone-setup-5.0.10.exe" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/download/stable/win32/openerp-allinone-setup-5.0.10.exe&lt;/a&gt;&lt;br&gt;&lt;br&gt;You can contribute to OpenERP on LaunchPad.
&lt;br&gt;&lt;br&gt;* OpenERP Download page: &lt;a href="http://openerp.com/downloads.html" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/downloads.html&lt;/a&gt;&lt;br&gt;* OpenObject Project on LaunchPad: &lt;a href="https://launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Translations: &lt;a href="https://translations.launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://translations.launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Bug Reporting: &lt;a href="https://bugs.launchpad.net/openobject/+filebug" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openobject/+filebug&lt;/a&gt;&lt;br&gt;* Changelog:
&lt;br&gt;&amp;nbsp; * Server: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-server/5.0/annotate/head:/doc/Changelog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-server/5.0/annotate/head:/doc/Changelog&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Client: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-client/5.0/annotate/head:/doc/Changelog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-client/5.0/annotate/head:/doc/Changelog&lt;/a&gt;&lt;br&gt;&amp;nbsp; * Web: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-client-web/5.0/annotate/head:/doc/ChangeLog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-client-web/5.0/annotate/head:/doc/ChangeLog&lt;/a&gt;&lt;br&gt;&lt;br&gt;For more information, take a look at the wiki and the forum.
&lt;br&gt;&lt;br&gt;The OpenERP Team,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Quality/Release Manager
&lt;br&gt;Technical Project Manager
&lt;br&gt;OpenERP S.A.
&lt;br&gt;Chaussee de Namur, 40
&lt;br&gt;B-1367 Grand-Rosière
&lt;br&gt;Tel: +32.81.81.37.00
&lt;br&gt;Web: &lt;a href="http://www.openerp.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;Blog: &lt;a href="http://stephane-wirtel-at-tiny.blogspot.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://stephane-wirtel-at-tiny.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=779368&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/OpenERP-5-0-10-tp779368p779368.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-713069</id>
	<title>Bug List for 5.0.10</title>
	<published>2010-04-12T01:29:00Z</published>
	<updated>2010-04-12T01:29:00Z</updated>
	<author>
		<name>"Stéphane Wirtel, OpenERP"</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Here is the bug list for the next release of OpenERP 5.0.10.
&lt;br&gt;&lt;br&gt;We will try to fix the critical and high bugs for this milestone but without any warranty to close all.
&lt;br&gt;&lt;br&gt;Here is the complete bug list (except the invalid bugs), there are 57 bugs, but 10 bugs have been fixed.
&lt;br&gt;&lt;br&gt;The complete bug list: (except the invalid bugs)
&lt;br&gt;================================================
&lt;br&gt;Project: openobject-server [13]
&lt;br&gt;High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/510834" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/510834&lt;/a&gt;&amp;nbsp;: Print Engine is broken Converting to other type that is not PDF or HTML
&lt;br&gt;High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/535559" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/535559&lt;/a&gt;&amp;nbsp;: Illustration tag don't work for multi object printting
&lt;br&gt;High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/552386" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/552386&lt;/a&gt;&amp;nbsp;: _store_function dictionary does not get updated when field changes its type from function to any other storable!
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/508358" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/508358&lt;/a&gt;&amp;nbsp;: XSL/XML reports do not create attachments like RML reports do.
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/520854" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/520854&lt;/a&gt;&amp;nbsp;: Missing license options for modules
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/535566" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/535566&lt;/a&gt;&amp;nbsp;: Missing tag &amp;quot;expr&amp;quot; into report engine since august 2009
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/556365" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/556365&lt;/a&gt;&amp;nbsp;: xmlid of one2many field in csv file is not saved
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/541985" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/541985&lt;/a&gt;&amp;nbsp;: can't debug in eclipse using 5.0.7
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/558460" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/558460&lt;/a&gt;&amp;nbsp;: win32 and pixmaps source packaging
&lt;br&gt;Wishlist &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/509266" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/509266&lt;/a&gt;&amp;nbsp;: &amp;lt;pto&amp;gt; tag not supported by RML parser
&lt;br&gt;Undecided :In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/516966" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/516966&lt;/a&gt;&amp;nbsp;: report_sxw: wrong pageCount and pageNumberReset when attachments are not kept
&lt;br&gt;Undecided :In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/524424" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/524424&lt;/a&gt;&amp;nbsp;: Copy() behaves wrongly with translations when object has O2M relations with translatable fields.
&lt;br&gt;Undecided :Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/553133" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/553133&lt;/a&gt;&amp;nbsp;: Search with accents
&lt;br&gt;&lt;br&gt;Project: openobject-addons [32]
&lt;br&gt;Critical &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/452854" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/452854&lt;/a&gt;&amp;nbsp;: Cannot validate invoices with foreign currency
&lt;br&gt;Critical &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/511104" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/511104&lt;/a&gt;&amp;nbsp;: Pay invoice wizard regression in foreign currency
&lt;br&gt;Critical &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/551630" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/551630&lt;/a&gt;&amp;nbsp;: Financial reports to review
&lt;br&gt;High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/511193" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/511193&lt;/a&gt;&amp;nbsp;: unit factor is limited to 5 zeros
&lt;br&gt;High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/531507" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/531507&lt;/a&gt;&amp;nbsp;: [PATCH] account module quite severe issues with closing fiscal years
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/415789" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/415789&lt;/a&gt;&amp;nbsp;: Financial Mgmt: Balance does not sum up in General Ledger report
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/489239" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/489239&lt;/a&gt;&amp;nbsp;: Start of MO does not start the first Work order
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/513278" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/513278&lt;/a&gt;&amp;nbsp;: [5.0] Cannot validate Invoice with price_accuracy=3
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/516396" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/516396&lt;/a&gt;&amp;nbsp;: Multi-currency Consolidation
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/519034" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/519034&lt;/a&gt;&amp;nbsp;: Regression on 5.0.7? packing and payment done but order stays &amp;quot;in progress&amp;quot;
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/523080" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/523080&lt;/a&gt;&amp;nbsp;: Partner Balance : Wrong Period implementation
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/535109" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/535109&lt;/a&gt;&amp;nbsp;: An accounting account of type other than view, having entries related to it, is allowed to change to internal type view
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/537281" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/537281&lt;/a&gt;&amp;nbsp;: [document] OpenOffice files in DMS truncated to 0 bytes when directly edited
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/538970" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/538970&lt;/a&gt;&amp;nbsp;: [5.0] ftp document always bind to 127.0.0.1
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/543976" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/543976&lt;/a&gt;&amp;nbsp;: Warning apear in selecting product from sales order line
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/546004" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/546004&lt;/a&gt;&amp;nbsp;: [5.0] : Overdue report shows amounts on wrong side and sign.Report needs a layout change.
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/551522" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/551522&lt;/a&gt;&amp;nbsp;: Trouble with the state of the entries when doing manual reonciliation
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/551570" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/551570&lt;/a&gt;&amp;nbsp;: Wrong date Importing payment order into bank statement
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/559478" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/559478&lt;/a&gt;&amp;nbsp;: base_report_creator: 'group by' broken since 5.0.7
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/519133" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/519133&lt;/a&gt;&amp;nbsp;: [5.0] The Centralisation check is required at write() as well.
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/551839" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/551839&lt;/a&gt;&amp;nbsp;: c2c_budget - print zero lines option
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/552457" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/552457&lt;/a&gt;&amp;nbsp;: IndexError: list index out of range
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/552464" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/552464&lt;/a&gt;&amp;nbsp;: &amp;nbsp;creating a sales order and want to save the header record.
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/552503" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/552503&lt;/a&gt;&amp;nbsp;: Tried to make an invoice
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/553183" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/553183&lt;/a&gt;&amp;nbsp;: c2c_budget - ERROR querying budget lines
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/557501" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/557501&lt;/a&gt;&amp;nbsp;: voucher_type field was not defined
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/558579" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/558579&lt;/a&gt;&amp;nbsp;: [account_invoice_payment_term] is missing the i18n directory.
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/559055" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/559055&lt;/a&gt;&amp;nbsp;: Invalid View, duplicated field: bank_id Payment Lines
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/559171" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/559171&lt;/a&gt;&amp;nbsp;: Error in google calendar module
&lt;br&gt;Wishlist &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/376579" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/376579&lt;/a&gt;&amp;nbsp;: crm - No E-Mail ID Found for the Responsible user !
&lt;br&gt;Wishlist &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/557373" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/557373&lt;/a&gt;&amp;nbsp;: account_followup Receivables &amp; Payables - wrong domain
&lt;br&gt;Undecided :New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/553112" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/553112&lt;/a&gt;&amp;nbsp;: Partial packing wizard seems to change the id of existing pickings
&lt;br&gt;&lt;br&gt;Project: openobject-client [06]
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/452047" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/452047&lt;/a&gt;&amp;nbsp;: cannot change invoice date from invoice view
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/479157" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/479157&lt;/a&gt;&amp;nbsp;: Exports to CSV only visible records instead of complete set
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/503624" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/503624&lt;/a&gt;&amp;nbsp;: The calendar widget will reject value entry when the locale date format is not 'Standard'
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/525372" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/525372&lt;/a&gt;&amp;nbsp;: [5.0] Boolean field broke the order from cell to cell with tab key
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/484657" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/484657&lt;/a&gt;&amp;nbsp;: With Ubuntu Karmic: pixmaps location,RC files get wrong location!
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/545157" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/545157&lt;/a&gt;&amp;nbsp;: Windows installer: silent operation option needed
&lt;br&gt;&lt;br&gt;Project: openobject-client-web [06]
&lt;br&gt;High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/522135" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/522135&lt;/a&gt;&amp;nbsp;: proxypass from another host - type 'exceptions.TypeError'
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/479157" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/479157&lt;/a&gt;&amp;nbsp;: Exports to CSV only visible records instead of complete set
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/552468" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/552468&lt;/a&gt;&amp;nbsp;: &amp;nbsp;I simply used the Enter key to filter a list instead of using the filter button.
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/414547" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/414547&lt;/a&gt;&amp;nbsp;: shortcuts are not remove from list after deleting the sortcut
&lt;br&gt;Wishlist &amp;nbsp;:New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/435684" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/435684&lt;/a&gt;&amp;nbsp;: number of requests is not updated
&lt;br&gt;Undecided :In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/461319" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/461319&lt;/a&gt;&amp;nbsp;: graph views with group=&amp;quot;True&amp;quot; display incorrectly following 5.0 branch revision 2723
&lt;br&gt;&lt;br&gt;Total Bugs: 57
&lt;br&gt;&lt;br&gt;&lt;br&gt;The list of the fixed bugs.
&lt;br&gt;===========================
&lt;br&gt;Project: openobject-server [02]
&lt;br&gt;High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/535559" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/535559&lt;/a&gt;&amp;nbsp;: Illustration tag don't work for multi object printting
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/558460" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/558460&lt;/a&gt;&amp;nbsp;: win32 and pixmaps source packaging
&lt;br&gt;&lt;br&gt;Project: openobject-addons [08]
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/489239" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/489239&lt;/a&gt;&amp;nbsp;: Start of MO does not start the first Work order
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/519034" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/519034&lt;/a&gt;&amp;nbsp;: Regression on 5.0.7? packing and payment done but order stays &amp;quot;in progress&amp;quot;
&lt;br&gt;Medium &amp;nbsp; &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/535109" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/535109&lt;/a&gt;&amp;nbsp;: An accounting account of type other than view, having entries related to it, is allowed to change to internal type view
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/553183" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/553183&lt;/a&gt;&amp;nbsp;: c2c_budget - ERROR querying budget lines
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/557501" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/557501&lt;/a&gt;&amp;nbsp;: voucher_type field was not defined
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/559055" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/559055&lt;/a&gt;&amp;nbsp;: Invalid View, duplicated field: bank_id Payment Lines
&lt;br&gt;Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/559171" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/559171&lt;/a&gt;&amp;nbsp;: Error in google calendar module
&lt;br&gt;Wishlist &amp;nbsp;:Fix Released &amp;nbsp; :&lt;a href="http://launchpad.net/bugs/557373" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/557373&lt;/a&gt;&amp;nbsp;: account_followup Receivables &amp; Payables - wrong domain
&lt;br&gt;Total Bugs: 10
&lt;br&gt;&lt;br&gt;&lt;br&gt;The following bugs should be fixed in the next release:
&lt;br&gt;=======================================================
&lt;br&gt;Project: openobject-addons [02]
&lt;br&gt;Critical &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/452854" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/452854&lt;/a&gt;&amp;nbsp;: Cannot validate invoices with foreign currency
&lt;br&gt;Critical &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/511104" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/511104&lt;/a&gt;&amp;nbsp;: Pay invoice wizard regression in foreign currency
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Stephane
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Quality/Release Manager
&lt;br&gt;Technical Project Manager
&lt;br&gt;OpenERP S.A.
&lt;br&gt;Chaussee de Namur, 40
&lt;br&gt;B-1367 Grand-Rosière
&lt;br&gt;Tel: +32.81.81.37.00
&lt;br&gt;Web: &lt;a href="http://www.openerp.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;Blog: &lt;a href="http://stephane-wirtel-at-tiny.blogspot.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://stephane-wirtel-at-tiny.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=713069&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Bug-List-for-5-0-10-tp713069p713069.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-701080</id>
	<title>OpenERP 5.0.9</title>
	<published>2010-04-06T10:14:38Z</published>
	<updated>2010-04-06T10:14:38Z</updated>
	<author>
		<name>"Stéphane Wirtel, OpenERP"</name>
	</author>
	<content type="html">We have the pleasure to announce a new revision of OpenERP 5.0.
&lt;br&gt;&lt;br&gt;This release contains a fix for this bug:
&lt;br&gt;&lt;br&gt;&lt;a href="https://bugs.launchpad.net/bugs/556634" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/bugs/556634&lt;/a&gt;&lt;br&gt;&lt;br&gt;You will find the tarball archives on OpenERP download page.
&lt;br&gt;&lt;br&gt;The Windows Installers will be made available as soon as possible.
&lt;br&gt;&lt;br&gt;You can contribute to OpenERP on LaunchPad.
&lt;br&gt;&lt;br&gt;* OpenERP Download page: &lt;a href="http://openerp.com/downloads.html" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/downloads.html&lt;/a&gt;&lt;br&gt;* OpenObject Project on LaunchPad: &lt;a href="https://launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Translations: &lt;a href="https://translations.launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://translations.launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Bug Reporting: &lt;a href="https://bugs.launchpad.net/openobject/+filebug" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openobject/+filebug&lt;/a&gt;&lt;br&gt;&lt;br&gt;For more information, take a look at the wiki and the forum.
&lt;br&gt;&lt;br&gt;The OpenERP Team,
&lt;br&gt;-- 
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Quality/Release Manager
&lt;br&gt;Technical Project Manager
&lt;br&gt;OpenERP S.A.
&lt;br&gt;Chaussee de Namur, 40
&lt;br&gt;B-1367 Grand-Rosière
&lt;br&gt;Tel: +32.81.81.37.00
&lt;br&gt;Web: &lt;a href="http://www.openerp.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;Blog: &lt;a href="http://stephane-wirtel-at-tiny.blogspot.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://stephane-wirtel-at-tiny.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=701080&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/OpenERP-5-0-9-tp701080p701080.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-700661</id>
	<title>OpenERP 5.0.8</title>
	<published>2010-04-06T07:21:54Z</published>
	<updated>2010-04-06T07:21:54Z</updated>
	<author>
		<name>"Stéphane Wirtel, OpenERP"</name>
	</author>
	<content type="html">We have the pleasure to announce a new revision of OpenERP 5.0.
&lt;br&gt;&lt;br&gt;This release contains lots of improvements and bug fixes which you can find in the Changelogs
&lt;br&gt;&lt;br&gt;You will find the Windows Installers and the tarball archives on OpenERP download page.
&lt;br&gt;&lt;br&gt;You can contribute to OpenERP on LaunchPad.
&lt;br&gt;&lt;br&gt;* OpenERP Download page: &lt;a href="http://openerp.com/downloads.html" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/downloads.html&lt;/a&gt;&lt;br&gt;* OpenObject Project on LaunchPad: &lt;a href="https://launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Translations: &lt;a href="https://translations.launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://translations.launchpad.net/openobject&lt;/a&gt;&lt;br&gt;* Bug Reporting: &lt;a href="https://bugs.launchpad.net/openobject/+filebug" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openobject/+filebug&lt;/a&gt;&lt;br&gt;* Changelog:
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Server: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-server/5.0/annotate/head:/doc/Changelog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-server/5.0/annotate/head:/doc/Changelog&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Client: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-client/5.0/annotate/head:/doc/Changelog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-client/5.0/annotate/head:/doc/Changelog&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Web: &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-client-web/5.0/annotate/head:/doc/ChangeLog" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-client-web/5.0/annotate/head:/doc/ChangeLog&lt;/a&gt;&lt;br&gt;&lt;br&gt;For more information, take a look at the wiki and the forum.
&lt;br&gt;&lt;br&gt;The OpenERP Team,
&lt;br&gt;-- 
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Quality/Release Manager
&lt;br&gt;Technical Project Manager
&lt;br&gt;OpenERP S.A.
&lt;br&gt;Chaussee de Namur, 40
&lt;br&gt;B-1367 Grand-Rosière
&lt;br&gt;Tel: +32.81.81.37.00
&lt;br&gt;Web: &lt;a href="http://www.openerp.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;Blog: &lt;a href="http://stephane-wirtel-at-tiny.blogspot.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://stephane-wirtel-at-tiny.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=700661&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/OpenERP-5-0-8-tp700661p700661.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-462943</id>
	<title>Planning 5.0.8</title>
	<published>2010-03-19T08:54:24Z</published>
	<updated>2010-03-19T08:54:24Z</updated>
	<author>
		<name>Stephane Wirtel</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;As you probably know, we're going to release 5.0.8 in a bit less than two weeks.
&lt;br&gt;&lt;br&gt;I just checked the bug list on launchpad and found 8 blocking bugs (High and Critical classification) and 17 non-blocking bugs.
&lt;br&gt;&lt;br&gt;Internally, blocking bugs have been prioritized greatly (5.0.8 will not ship with any of those still open), the rest has been targetted but are not blockers: 5.0.8 will ship even if some of them are open.
&lt;br&gt;&lt;br&gt;Therefore, we need some help next week: if you have a patch or can test submitted patches for those bugs (blockers or not), please do, especially if you want to see those bugs fixed.
&lt;br&gt;&lt;br&gt;Non-blockers not fixed as of March 26, 2010 are likely to be retargeted to 5.0.9 instead.
&lt;br&gt;&lt;br&gt;The list of bugs targetted for 5.0.8 is the following:
&lt;br&gt;&lt;br&gt;452854:Critical &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/452854" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/452854&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #452854 in OpenObject Addons: &amp;quot;Cannot validate invoices with foreign currency or price_accuracy=3&amp;quot;
&lt;br&gt;511104:Critical &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/511104" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/511104&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #511104 in OpenObject Addons: &amp;quot;Pay invoice wizard regression in foreign currency&amp;quot;
&lt;br&gt;531979:Critical &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/531979" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/531979&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #531979 in OpenObject GTK Client: &amp;quot;Timezone 5.0.7 windows&amp;quot;
&lt;br&gt;427733:High &amp;nbsp; &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/427733" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/427733&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #427733 in OpenObject Addons: &amp;quot;error with planed date on purchase order for product MTS&amp;quot;
&lt;br&gt;522135:High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/522135" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/522135&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #522135 in OpenObject Web Client: &amp;quot;proxypass from another host - type 'exceptions.TypeError'&amp;quot;
&lt;br&gt;524278:High &amp;nbsp; &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/524278" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/524278&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #524278 in OpenObject Addons: &amp;quot;On change on invoice taxes ignore tax code sign&amp;quot;
&lt;br&gt;535559:High &amp;nbsp; &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/535559" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/535559&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #535559 in OpenObject Server: &amp;quot;Illustration tag don't work for multi object printting&amp;quot;
&lt;br&gt;415789:Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/415789" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/415789&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #415789 in OpenObject Addons: &amp;quot;Financial Mgmt: Balance does not sum up in General Ledger report&amp;quot;
&lt;br&gt;418080:Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/418080" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/418080&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #418080 in OpenObject Addons: &amp;quot;document: ftp_server_port not reflected in 'Browse Files Using FTP'&amp;quot;
&lt;br&gt;452047:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/452047" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/452047&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #452047 in OpenObject GTK Client: &amp;quot;cannot change invoice date from invoice view &amp;quot;
&lt;br&gt;479157:Medium &amp;nbsp; &amp;nbsp;:In Progress &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/479157" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/479157&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #479157 in OpenObject GTK Client: &amp;quot;Exports to CSV only visible records instead of complete set&amp;quot;
&lt;br&gt;503624:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/503624" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/503624&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #503624 in OpenObject GTK Client: &amp;quot;The calendar widget will reject value entry when the locale date format is not 'Standard'&amp;quot;
&lt;br&gt;516396:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/516396" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/516396&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #516396 in OpenObject Addons: &amp;quot;Multi-currency Consolidation&amp;quot;
&lt;br&gt;519034:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/519034" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/519034&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #519034 in OpenObject Addons: &amp;quot;Regression on 5.0.7? packing and payment done but order stays &amp;quot;in progress&amp;quot;&amp;quot;
&lt;br&gt;520854:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/520854" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/520854&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #520854 in OpenObject Server: &amp;quot;Missing license options for modules&amp;quot;
&lt;br&gt;479157:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/479157" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/479157&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #479157 in OpenObject Web Client: &amp;quot;Exports to CSV only visible records instead of complete set&amp;quot;
&lt;br&gt;523080:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/523080" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/523080&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #523080 in OpenObject Addons: &amp;quot;Partner Balance : Wrong Period implementation&amp;quot;
&lt;br&gt;525372:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/525372" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/525372&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #525372 in OpenObject GTK Client: &amp;quot;[5.0] Boolean field broke the order from cell to cell with tab key&amp;quot;
&lt;br&gt;535566:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/535566" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/535566&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #535566 in OpenObject Server: &amp;quot;Missing tag &amp;quot;expr&amp;quot; into report engine since august 2009&amp;quot;
&lt;br&gt;537281:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/537281" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/537281&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #537281 in OpenObject Addons: &amp;quot;[document] OpenOffice files in DMS truncated to 0 bytes when directly edited&amp;quot;
&lt;br&gt;538970:Medium &amp;nbsp; &amp;nbsp;:Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/538970" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/538970&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #538970 in OpenObject Addons: &amp;quot;[5.0] ftp document always bind to 127.0.0.1&amp;quot;
&lt;br&gt;414547:Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/414547" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/414547&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #414547 in OpenObject Web Client: &amp;quot;shortcuts are not remove from list after deleting the sortcut&amp;quot;
&lt;br&gt;484657:Low &amp;nbsp; &amp;nbsp; &amp;nbsp; :New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/484657" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/484657&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #484657 in OpenObject GTK Client: &amp;quot;5.0.6 pixmaps location wrong in same cases&amp;quot;
&lt;br&gt;435684:Wishlist &amp;nbsp;:New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/435684" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/435684&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #435684 in OpenObject Web Client: &amp;quot;number of requests is not updated&amp;quot;
&lt;br&gt;535109:Undecided :Confirmed &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;a href="http://launchpad.net/bugs/535109" target="_top" rel="nofollow" link="external"&gt;http://launchpad.net/bugs/535109&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :Bug #535109 in OpenObject Addons: &amp;quot;An accounting account of type other than view, having entries related to it, is allowed to 
&lt;br&gt;change to internal type view&amp;quot;
&lt;br&gt;Total Bugs: 25
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Stephane Wirtel
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Quality/Release Manager
&lt;br&gt;Technical Project Manager
&lt;br&gt;Tiny SPRL
&lt;br&gt;40, Chaussee de Namur
&lt;br&gt;B-1367 Grand-Rosiere
&lt;br&gt;* Tel: +32.81.81.37.00
&lt;br&gt;* Fax: +32.81.73.35.01
&lt;br&gt;* Web: &lt;a href="http://www.openerp.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;* Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=462943&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Planning-5-0-8-tp462943p462943.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-446889</id>
	<title>Community+Partner days March 2010 - Usability workshop</title>
	<published>2010-03-14T02:18:22Z</published>
	<updated>2010-03-14T02:18:22Z</updated>
	<author>
		<name>Ferdinand Gassauer</name>
	</author>
	<content type="html">I have updated
&lt;br&gt;&lt;a href="http://www.openobject.com/wiki/index.php/WorkshopErgonomy" target="_top" rel="nofollow" link="external"&gt;http://www.openobject.com/wiki/index.php/WorkshopErgonomy&lt;/a&gt;&lt;br&gt;please feel free to comment / add issues
&lt;br&gt;-- 
&lt;br&gt;regards
&lt;br&gt;Ferdinand Gassauer
&lt;br&gt;ChriCar Beteiligungs- und Beratungs- GmbH
&lt;br&gt;Official OpenERP Partner
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=446889&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Community-Partner-days-March-2010-Usability-workshop-tp446889p446889.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-436039</id>
	<title>Release of a Windows Installer of the GTK Client for OpenERP 5.2-dev</title>
	<published>2010-03-08T02:40:57Z</published>
	<updated>2010-03-08T02:40:57Z</updated>
	<author>
		<name>Stephane Wirtel</name>
	</author>
	<content type="html">We have released a Windows Installer of the GTK Client for OpenERP 5.2-dev, this package is based on the revision 1190 [1] of the Trunk branch [2].
&lt;br&gt;&lt;br&gt;This version only works with the trunk version of OpenERP server.
&lt;br&gt;Do *not* use it with a stable (5.0) server or instead of a stable client.
&lt;br&gt;&lt;br&gt;You can find the installer in the 'Downloads' section of the OpenERP website [3]
&lt;br&gt;&lt;br&gt;As always, bugs should be reported on the GTK client's Launchpad [4]
&lt;br&gt;&lt;br&gt;The OpenERP Team,
&lt;br&gt;&lt;br&gt;[1] &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-client/trunk/revision/1190" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-client/trunk/revision/1190&lt;/a&gt;&lt;br&gt;[2] lp:openobject-client
&lt;br&gt;[3] &lt;a href="http://openerp.com/downloads.html" target="_top" rel="nofollow" link="external"&gt;http://openerp.com/downloads.html&lt;/a&gt;&lt;br&gt;[4] &lt;a href="https://bugs.launchpad.net/openobject-client/+filebug" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openobject-client/+filebug&lt;/a&gt;&lt;br&gt;[5] Official Announce: &lt;a href="http://stephane-wirtel-at-tiny.blogspot.com/2010/03/windows-installer-of-gtk-client-for_08.html" target="_top" rel="nofollow" link="external"&gt;http://stephane-wirtel-at-tiny.blogspot.com/2010/03/windows-installer-of-gtk-client-for_08.html&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
&lt;br&gt;Quality/Release Manager
&lt;br&gt;Technical Project Manager
&lt;br&gt;Tiny SPRL
&lt;br&gt;40, Chaussee de Namur
&lt;br&gt;B-1367 Grand-Rosiere
&lt;br&gt;* Tel: +32.81.81.37.00
&lt;br&gt;* Fax: +32.81.73.35.01
&lt;br&gt;* Web: &lt;a href="http://www.openerp.com?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com&lt;/a&gt;&lt;br&gt;* Planet: &lt;a href="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[stephane.vcf]&lt;/tt&gt;&lt;br /&gt;&lt;hr align="left" width="300" /&gt;&lt;tt&gt;begin:vcard
&lt;br&gt;fn:Stephane Wirtel
&lt;br&gt;n:Wirtel;Stephane
&lt;br&gt;org:OpenERP - Tiny sprl
&lt;br&gt;adr;quoted-printable;quoted-printable:;;Chauss=C3=A9e de Namur, 40;G=C3=A9rompont;;1367;Belgium
&lt;br&gt;email;internet:&lt;a href="/user/SendEmail.jtp?type=node&amp;node=436039&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;title:Developer
&lt;br&gt;tel;work:+32.81.81.37.00
&lt;br&gt;note;quoted-printable:OpenERP is an Open Source enterprise management software=0D=0A=
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; =0D=0A=
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; http://www.openerp.com
&lt;br&gt;x-mozilla-html:FALSE
&lt;br&gt;url:http://www.tiny.be
&lt;br&gt;version:2.1
&lt;br&gt;end:vcard
&lt;br&gt;&lt;br&gt;&lt;/tt&gt;&lt;hr align="left" width="300" /&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=436039&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;&lt;div class="small"&gt;&lt;br/&gt;&lt;img src="/images/icon_attachment.gif" &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (268 bytes) &lt;a href="/attachment/436039/0/signature.asc" target="_top"&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Release-of-a-Windows-Installer-of-the-GTK-Client-for-OpenERP-5-2-dev-tp436039p436039.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-141970</id>
	<title>the ever harder job to reject member subscription here</title>
	<published>2010-01-28T05:22:48Z</published>
	<updated>2010-01-28T05:22:48Z</updated>
	<author>
		<name>Raphaël Valyi</name>
	</author>
	<content type="html">&lt;div&gt;Hello, this is the message I recently sent to the people asking to subscribe here with a Karma bellow 200 and no obvious OpenERP/open source large experience. Yes, sure Karma can be cheated, but say below 200 it just proves you are not yet an expert active member. You can easily pass that bar by contributing to the bug reports, questions or translations. In the future, we could discuss exactly the entrance conditions, no problem. But first we need to ensure the whole idea of the restriction that is essentially justified to keep it small enough for Tiny to collect qualified information from here.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So here is the refusal message I sent as I&amp;#39;m one of the bad admin so far. Oh by the way, I really don&amp;#39;t consider I have such a privileged role here to play. I just set up what Tiny asked me to set up quickly, then I said them, if, as I feared, Tiny is unable to provide the minimal support such as creating the project milestones so planning is possible nor answer those discussions, then I have largely frozen my work (was meant for 1 day a week since December, so far I told Tiny I made 2 days) because I don&amp;#39;t want to be hold responsible nor have to enter endless argumentations if their initiative were to fail. So so far, this is a quick interim, of course in the close future, with or without Tiny, the community will need a better organization with representative members, I just think we had other priorities with 5.2 freeze approaching.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;quot;&lt;/div&gt;Hello, Tiny asked us to keep that list very restricted to the greatest contributors of OpenERP and partners. The goal is to have a limited representation so Tiny could be able to talk with us without being flooded. See my introduction about the lists here: &lt;a href="http://www.akretion.com/en/blog/2009/12/28/scaling-openerps-community-to-the-world/" target="_top" rel="nofollow" link="external"&gt;http://www.akretion.com/en/blog/2009/12/28/scaling-openerps-community-to-the-world/&lt;/a&gt;&lt;div&gt;
On our side we try to make our best to represent the full community. Sorry, but from your Launchpad Karma/Google search, I&amp;#39;m not sure you qualify (please tell me if I&amp;#39;m wrong). So I suggest to try after demonstrating more skills and commitment.&lt;/div&gt;
&lt;div&gt;Still, in the meantime, don&amp;#39;t hesitate to send me a message to &lt;a href="/user/SendEmail.jtp?type=node&amp;node=141970&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; or contact any expert here, I/we could probably forward it. By the way, to be frank, Tiny didn&amp;#39;t honor yet his promise to use the list as they presented it (they never posted on it yet), there are clear tensions between Tiny and the experts because of this. If Tiny were to fail to collect the information from the community through those lists, then I agree to tell such access restrictions are pointless and other organizations will emerge. For now just give them a few more days, they promised changes.&lt;/div&gt;
&lt;div&gt;&amp;quot;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Raphaël Valyi&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.akretion.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.akretion.com&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=141970&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/the-ever-harder-job-to-reject-member-subscription-here-tp141970p141970.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-132053</id>
	<title>Simple things we need from Tiny for better bug planning/management</title>
	<published>2010-01-20T10:40:31Z</published>
	<updated>2010-01-20T10:40:31Z</updated>
	<author>
		<name>Raphaël Valyi</name>
	</author>
	<content type="html">&lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "&gt;Hello,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The community doesn&amp;#39;t spend a lot of time currently on bug planning because we still can&amp;#39;t do it efficiently unless you do what I list here:&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;****** problems for 5.0.x bug planning ******&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;We can&amp;#39;t plan bugs on 5.0.x releases because we don&amp;#39;t know any release calendar. 5.0.7 was announced at mid December, it&amp;#39;s still not released at mid January. We asked the community to test it urgently in mid December, even during the week end. I assume some made the effort and indeed regressions where unlikely during that test effort. But if we ask work from the community and Tiny don&amp;#39;t do what it announce (release 5.0.7, work on discovered regressions only lately), then it&amp;#39;s not credible to ask more from the community.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Currently we don&amp;#39;t know why Tiny doesn&amp;#39;t release 5.0.7, I list here hypotheses:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;1) is it because of the regressions found here &lt;a href="https://launchpad.net/openobject-addons/+milestone/5.0.7" target="_blank" style="color: rgb(42, 93, 176); " rel="nofollow" link="external"&gt;https://launchpad.net/openobject-addons/+milestone/5.0.7&lt;/a&gt; ?&lt;/div&gt;
&lt;div&gt;If yes, why those regressions receive less priority than the other unimportant bugs or bugs that were always present?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;2) is that because of the new important bugs found and target for 5.0.7 such as: &lt;a href="https://bugs.launchpad.net/bugs/452854" target="_blank" style="color: rgb(42, 93, 176); " rel="nofollow" link="external"&gt;https://bugs.launchpad.net/bugs/452854&lt;/a&gt; ?&lt;/div&gt;
&lt;div&gt;Well, working on those is great, but those bugs were always present so, why delay 5.0.7 forever letting instead lots of new install be done on 5.0.6 which have hundreds of more bugs, possibly very important?&lt;/div&gt;&lt;div&gt;
&lt;br&gt;3) other reason?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The result is that even if we see an important bug, now we don&amp;#39;t have the courage to target it to 5.0.7 because we fear it will delay 5.0.7 even more forever.&lt;/div&gt;
&lt;div&gt;We don&amp;#39;t target bugs on 5.0.8 either because we have no idea how many bugs we can target to 5.0.8 (eg relative priority) because we don&amp;#39;t know at all if 5.0.8 will be released in 2 weeks (like time period between 5.0.2 and 5.0.3) or in 5 months (like time period between 5.0.6 and 5.0.7).&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I talked about that with Fabien, Quentin and Christophe and we all agreed that we need some scheduled released at least (like one per month or per 2 months, this is up to you but I personnaly prefer one per months to make users benefit the more possible bugfix), so why is that not done? Can&amp;#39;t you do it? We community have no admin rights neither authority to do the schedule nor the releases.&lt;/div&gt;
&lt;div&gt;Of course, having scheduled versions doesn&amp;#39;t prevent some intermediary release in case of critical bugfix/exceptionnal regression.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br clear="all"&gt;****** problems for 5.2.x bug planning  ******&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;There are some bugs that are whishlist for 5.0.x but that we need to plan for 5.2. Here are examples:&lt;/div&gt;&lt;div&gt;&lt;a href="https://bugs.launchpad.net/bugs/510161" target="_blank" style="color: rgb(42, 93, 176); " rel="nofollow" link="external"&gt;https://bugs.launchpad.net/bugs/510161&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="https://bugs.launchpad.net/openerp/+bug/257581" target="_blank" style="color: rgb(42, 93, 176); " rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openerp/+bug/257581&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;But this time we can&amp;#39;t do it because no milestones have been created for those projects.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So can please Tiny create at least a 5.2 milestone for:&lt;/div&gt;&lt;div&gt;- openobject-server&lt;/div&gt;&lt;div&gt;- openobject-client&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thank you very much and good luck with the dev.&lt;/div&gt;
&lt;/span&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=132053&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Simple-things-we-need-from-Tiny-for-better-bug-planning-management-tp132053p132053.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-71746</id>
	<title>new public RSS feeds for the expert teams</title>
	<published>2009-12-08T10:57:59Z</published>
	<updated>2009-12-08T10:57:59Z</updated>
	<author>
		<name>Raphaël Valyi</name>
	</author>
	<content type="html">&lt;div&gt;Hello,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;the expert teams are all nice and seems to pick up so far which is great. But in any case the whole OpenERP community which is not part of those expert team should be able to know what experts are debating. Currently, Launchpad makes this a bit difficult to track. This is why we created new RSS feeds both for the expert posts and messages.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The community could subscribe to those new feeds or alternatively some website can show them in a feed reader. We did that for the &lt;a href="http://www.openerpbrasil.org?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.openerpbrasil.org&lt;/a&gt; website, in the &amp;quot;Lista de difusao&amp;quot; section if you are curious how it looks like (here using Google Ajax Feed API proxy).&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;In the future, we could also set up things like Google Wave tracking those expert team debates so that the community could comment on live upon each post. Including a vote widget or manually, we could later on collect useful non qualified community inputs upon those expert message and forward them back to Tiny and the other developers/experts. Well that&amp;#39;s just one of the possibilities obviously.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;We will communicate about this in planet post, but for now I let just know.&lt;/div&gt;&lt;div&gt;All the expert feeds are:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "&gt;&lt;div class="gmail_quote"&gt;
&lt;div&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; font-size: small;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;div&gt;openerp-community-leaders:&lt;/div&gt;&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-community-leaders-messages" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-community-leaders-messages&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-community-leaders-topics" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-community-leaders-topics&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;openerp-expert-framework-:&lt;/div&gt;&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-framework-messages" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-framework-messages&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-framework-topics" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-framework-topics&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;openerp-expert-localization:&lt;/div&gt;&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-localization-messages" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-localization-messages&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-localization-topics" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-localization-topics&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;openerp-expert-accounting:&lt;/div&gt;&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-accounting-messages" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-accounting-messages&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-accounting-topics" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-accounting-topics&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;openerp-expert-production:&lt;/div&gt;&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-production-messages" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-production-messages&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-production-topics" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-production-topics&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;openerp-expert-service:&lt;/div&gt;&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-service-messages" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-service-messages&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://feeds.feedburner.com/openerp-expert-service-topics" target="_top" rel="nofollow" link="external"&gt;http://feeds.feedburner.com/openerp-expert-service-topics&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks to Sebastien Beau, trainee at Akretion LTDA for having set up that infrastructure.&lt;/div&gt;
&lt;div&gt;Best regards,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Raphaël Valyi&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.akretion.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.akretion.com&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=71746&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/new-public-RSS-feeds-for-the-expert-teams-tp71746p71746.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-117869</id>
	<title>Isn't stock management badly broken?</title>
	<published>2010-01-12T05:02:07Z</published>
	<updated>2010-01-12T05:02:07Z</updated>
	<author>
		<name>Albert Cervera i Areny</name>
	</author>
	<content type="html">[Sorry for the cross post, but although not directly related to framework, I 
&lt;br&gt;think it partially is because it's both an important issue and might popup in 
&lt;br&gt;other places too.]
&lt;br&gt;&lt;br&gt;Although OpenERP uses serializable isolation level for all transactions this 
&lt;br&gt;doesn't solve the problem of assigning two or more stock moves when only one 
&lt;br&gt;should be possible.
&lt;br&gt;&lt;br&gt;Let me explain:
&lt;br&gt;&lt;br&gt;Say you have one remaining unit of product X at location Stock. There are also 
&lt;br&gt;two outgoing pickings that require this product. Two users may &amp;quot;Check 
&lt;br&gt;Availability&amp;quot; at the same time and both stock moves would be marked as 
&lt;br&gt;assigned although only one should.
&lt;br&gt;&lt;br&gt;This is true because check_assign() function in stock.picking doesn't try to 
&lt;br&gt;avoid that. What the function does is:
&lt;br&gt;&lt;br&gt;- Search how much stock we have using _product_reserve() from stock.location
&lt;br&gt;- If value is above zero, assign it
&lt;br&gt;&lt;br&gt;So if two transactions do the same at the same time both will assign the move. 
&lt;br&gt;&lt;br&gt;This may seem unprobable but I don't think it is given that:
&lt;br&gt;- Checking available stock requires a sequential scan on stock_move table 
&lt;br&gt;which may be really large.
&lt;br&gt;- It's not necessary that both reads happen at the same time, it's only 
&lt;br&gt;necessary that both *transactions* happen at the same time. In some cases ther 
&lt;br&gt;might be large pickings which would take a long time to process. In others the 
&lt;br&gt;process may be part of another automated process that does many other things 
&lt;br&gt;and &amp;nbsp;transaction time may be very long.
&lt;br&gt;&lt;br&gt;If my worries are true, I'd go for solving the issue in check_assign() 
&lt;br&gt;function. My proposal would be to create a new table in postgres just to 
&lt;br&gt;handle the lock (ie 'stock_move_lock').
&lt;br&gt;&lt;br&gt;The first thing check_assign() function should do is &amp;quot;LOCK stock_move_lock&amp;quot; 
&lt;br&gt;which would be release at the end of the transaction (this is simply how it 
&lt;br&gt;works in Postgres, there's not UNLOCK mechanism).
&lt;br&gt;&lt;br&gt;The proposal of using a new table for locking is base on a two facts:
&lt;br&gt;- We don't want to lock 'stock_move' because other processes who only want a 
&lt;br&gt;value to be shown to the user shouldn't be locked. There's nothing critical in 
&lt;br&gt;there. Those who reallly want to assign the stock must use check_assign() 
&lt;br&gt;anyway.
&lt;br&gt;- We don't want a semaphore because this would not allow running several 
&lt;br&gt;openobject servers against the same database.
&lt;br&gt;&lt;br&gt;Comments? Do you think I missed something?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Albert Cervera i Areny
&lt;br&gt;&lt;a href="http://www.NaN-tic.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.NaN-tic.com&lt;/a&gt;&lt;br&gt;Mòbil: +34 669 40 40 18
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=117869&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Isn-t-stock-management-badly-broken-tp117869p117869.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-91315</id>
	<title>Interaction between Tiny an expert teams</title>
	<published>2009-12-15T08:13:49Z</published>
	<updated>2009-12-15T08:13:49Z</updated>
	<author>
		<name>Raphaël Valyi</name>
	</author>
	<content type="html">&lt;div&gt;Hello,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I report here a talk I had with Quentin de Paoli yesterday about the expert team. I said to Tiny that the expert teams are surprisingly active but that people might dismiss from them if Tiny never comments on experts suggestions. Indeed 50% of the reasons we set up those list was to buffer the communication between Tiny and the community to avoid Tiny being struggled. However, that should be a two ways communication and now Tiny don&amp;#39;t have the excuse that the community is too large as the number of posts on the expert lists are quite filtered already. Then that the role of the experts to forward back the information to and from the community, else that don&amp;#39;t remove any bottleneck.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Quentin told me that currently he has no team even to follow the expert team threads. That&amp;#39;s a bad news for us.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;As a workaround, I proposed to Quentin to re-filter the expert team communication and offer a smaller set of mails Tiny should absolutely read and comment on. So I proposed tagging the most important messages using Delicious, so I&amp;#39;m now tagging the messages that propose something to Tiny or ask Tiny to take a position here:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://delicious.com/rvalyi/openerpExpertTeamsTiny" target="_top" rel="nofollow" link="external"&gt;http://delicious.com/rvalyi/openerpExpertTeamsTiny&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Tiny can now subscribe to that feed to see only those messages: &lt;/div&gt;&lt;div&gt;
&lt;a href="http://feeds.delicious.com/v2/rss/rvalyi/openerpExpertTeamsTiny?count=15" target="_top" rel="nofollow" link="external"&gt;http://feeds.delicious.com/v2/rss/rvalyi/openerpExpertTeamsTiny?count=15&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;After they identified a message they want to reply, they can search for the message title in their mail client and reply (before things like Google Wave, I can&amp;#39;t really give them a post URL where they can reply inline using Launchpad mailing lists as they wanted too).&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I just started flagging so some important posts might be missing please tell me if you think so.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Raphaël Valyi&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.akretion.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.akretion.com&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=91315&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Interaction-between-Tiny-an-expert-teams-tp91315p91315.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-91300</id>
	<title>Re: a few more things Tiny should do for effective bug management by OpenERP Driver team</title>
	<published>2009-12-15T07:58:40Z</published>
	<updated>2009-12-15T07:58:40Z</updated>
	<author>
		<name>Raphaël Valyi</name>
	</author>
	<content type="html">Hello, points 1) and 2) have been done by Quentin a few days ago already. However, point 3) still stands and prevent the &amp;quot;OpenERP Driver&amp;quot; team from efficient bug planning across the next 5.0.8 and 5.0.9 releases (we plan to 5.0.7 only security issues or regressions currently to avoid delaying 5.0.7 release).&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;Moreover, there two other points:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;4) the &amp;quot;OpenER Driver&amp;quot; team is not a driver nor a &amp;quot;bug supervisors&amp;quot; of the &lt;a href="https://launchpad.net/openobject-client-web" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/openobject-client-web&lt;/a&gt; project so we can&amp;#39;t prioritize nor plan the bugs here.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;5) Moreover, I asked again Tiny to publish the post explaining the expert teams the asked me to the general public in their openobject planet. Currently the post can however be found here: &lt;a href="http://www.akretion.com/en/blog/2009/12/06/scaling-openerps-community-to-the-world/" target="_top" rel="nofollow" link="external"&gt;http://www.akretion.com/en/blog/2009/12/06/scaling-openerps-community-to-the-world/&lt;/a&gt;  but is currently missing it&amp;#39;s target audience.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Raphaël Valyi&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.akretion.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.akretion.com&lt;/a&gt;&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;2009/12/7 Raphaël Valyi &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=91300&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"&gt;Hello,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Looks like it will be the first post on the mailing list. A few folks my still not have subscribed to the mailing list, but never mind, this mail is mainly aimed at Tiny and doing it transparently is better.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So, the 5.0.7 release is actually helped us find out things that was missing for bug administration (importance evaluation and milestone planning) by the &amp;quot;OpenERP Driver team&amp;quot;&lt;/div&gt;&lt;div&gt;&lt;a href="https://launchpad.net/~openerp-drivers" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-drivers&lt;/a&gt;&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I even tested by planning bugs the power users reported me as regressions here:&lt;/div&gt;&lt;div&gt;&lt;a href="https://launchpad.net/openobject-addons/+milestone/5.0.7" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/openobject-addons/+milestone/5.0.7&lt;/a&gt;&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It mostly works but we need a few more things:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;URGENT:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;1) we need Tiny (only them have the required rights) to define a 5.0.7 milestone for &lt;/div&gt;

&lt;div&gt;&lt;a href="https://launchpad.net/openobject-server" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/openobject-server&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="https://launchpad.net/openobject-client" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/openobject-client&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;div&gt;currently only (addons and client-web have it)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;LESS URGENT BUT IMPORTANT:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;2) For the sake of clarity, the status of the previous milestones for all projects need to be updated.&lt;/div&gt;

&lt;div&gt;For instance the status here don&amp;#39;t reflect the fact the milestones have been released already: &lt;a href="https://launchpad.net/openobject-addons/+milestones" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/openobject-addons/+milestones&lt;/a&gt;&lt;/div&gt;

&lt;div&gt;and milestone 5.0.6 is missing from addons for instance.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;3) We need a Tiny to define a 5.0.8 and 5.0.9 milestone at least with an approximative release date for all projects. Indeed without an approximative release date, it&amp;#39;s impossible for us to know if it&amp;#39;s due in 3 weeks or 3 months (we saw such variations between milestones already), so we can&amp;#39;t reasonably prioritize the bugs for those milestones. For instance, for something that is very urgent but isn&amp;#39;t a regression, I guess we can&amp;#39;t plan it for 5.0.7 as Tiny wanted 5.0.7 already (else it&amp;#39;s the open door for anything that will delay the release forever, leading to new regressions meanwhile), but we need a 5.0.8 to show the users we actually consider fixing that important bug as soon as possible.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;QUESTION:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;4) I tested to assign a bug to an expert team as required by Tiny. For instance that regression which evaluation required the accounting expert team I think:&lt;/div&gt;

&lt;div&gt;&lt;a href="https://bugs.launchpad.net/openobject-addons/+bug/491807" target="_blank" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openobject-addons/+bug/491807&lt;/a&gt;&lt;/div&gt;&lt;div&gt;However, this didn&amp;#39;t sent any mail to the list (empty archive here &lt;a href="https://lists.launchpad.net/openerp-expert-accounting/" target="_blank" rel="nofollow" link="external"&gt;https://lists.launchpad.net/openerp-expert-accounting/&lt;/a&gt;) nor to their member.&lt;/div&gt;

&lt;div&gt;So is that any useful to do it?&lt;/div&gt;&lt;div&gt;How could we improve it? (eventually manually forward the bug report to the list?)&lt;/div&gt;&lt;div&gt;I see in Launchpad bug assignation that a bug can be assigned to only one person. So is their a risk that in th Tiny dev team, developers will rather not consider working on the bug due to the fact it seems assigned to somebody already (the contrary of what we want).&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thank you to help us sort this out.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color="#888888"&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Raphaël Valyi&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.akretion.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://www.akretion.com&lt;/a&gt;&lt;/div&gt;

&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=91300&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Re-a-few-more-things-Tiny-should-do-for-effective-bug-management-by-OpenERP-Driver-team-tp91300p91300.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-74369</id>
	<title>Open ERP Exceptions on Exceptions bug</title>
	<published>2009-12-11T08:49:17Z</published>
	<updated>2009-12-11T08:49:17Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">Hello All,
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I think these are the communities which have to review this:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Open ERP uses raise &amp;quot;Exception as string&amp;quot; in several places which is depreciated in Python 2.6 bundled with the most popular Ubuntu OS (9.10 Karmic).&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Python 2.6 requires exceptions to be classes and not strings. As a result of this many exceptions turn out to be exceptions. An example of this would be an attempted inheritance of osv_memory wizards which is not supported in 5.0.X. Instead of showing a meaningful exception or message, the server will error out because the exception code is itself an error.&lt;/div&gt;
&lt;div&gt;You can simply try:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;raise &amp;quot;Error&amp;quot;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;and you can see that it errors out in python 2.6, the correct one should be&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;raise Exception(&amp;quot;error&amp;quot;)&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;However most Open ERP exceptions are classes. Eg. except_osv used in modules, except_orm used in osv and simple Exception class used in the orm.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Exceptions as classes are supported from ver 2.4 of python and has been tested by Raphael Valyi.&lt;/div&gt;
&lt;div&gt;In version 2.5 the wrong usage gives a depreciation warning, however we ignored them.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I request the community to review my merge proposal which is here: &lt;/div&gt;&lt;div&gt;&lt;a href="https://code.launchpad.net/~sharoonthomas/openobject-server/5_0_orm_and_osv_cleaned_strException/+merge/15773" target="_top" rel="nofollow" link="external"&gt;https://code.launchpad.net/~sharoonthomas/openobject-server/5_0_orm_and_osv_cleaned_strException/+merge/15773&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The corrections i have done is simple and dumb and extremely clear that it wont break anything. If this merge proposal is approved i think we can collectively clean other modules and files including fields.py which has the same problem.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks &amp;amp; Regards&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Sharoon Thomas&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=74369&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/Open-ERP-Exceptions-on-Exceptions-bug-tp74369p74369.html" />
	
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-72306</id>
	<title>OpenERP Ergonomy expert group not properly set up...</title>
	<published>2009-12-09T02:44:49Z</published>
	<updated>2009-12-09T02:44:49Z</updated>
	<author>
		<name>Raphaël Valyi</name>
	</author>
	<content type="html">&lt;div&gt;Hello,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Fabien, you asked me to promote the &amp;quot;ergonomy expert&amp;quot; team as well.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;But there are 3 issues with that team:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;1) the &amp;quot;ergonomy&amp;quot; word sounds like an English mistake. I think the team should be renamed &amp;quot;openerp-expert-ergonomics&amp;quot; instead; will look more professional.&lt;/div&gt;
&lt;div&gt;2) I&amp;#39;m not admin of the team so I can&amp;#39;t do anything about it.&lt;/div&gt;&lt;div&gt;3) The team has no mailing list currently, can you create one or else give me admin rights so I can do it.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;Can you confirm we activate that team (else we should remove it; an other option would be to use &lt;a href="https://launchpad.net/~openerp-expert-framework" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-expert-framework&lt;/a&gt; instead) ? &lt;/div&gt;
&lt;div&gt;If we should activate it, I think this the right time to let ergonomics experts comment on topics such as &amp;quot;Trunk Generic Improvement in Ergonomy&amp;quot; &lt;a href="https://bugs.launchpad.net/openobject-addons/+bug/485016" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/openobject-addons/+bug/485016&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thank you very much.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;Raphaël Valyi&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.akretion.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.akretion.com&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=72306&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;More help &amp;nbsp; : &lt;a href="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://openerp-community-leaders.71500.n3.nabble.com/OpenERP-Ergonomy-expert-group-not-properly-set-up-tp72306p72306.html" />
	
</entry>

</feed>

