<?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-messages" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="openerp-community-leaders-messages" /><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-848728</id>
	<title>Re: [Openerp-expert-framework] Res partner title management in trunk</title>
	<published>2010-05-27T08:50:17Z</published>
	<updated>2010-05-27T08:50:17Z</updated>
	<author>
		<name>Ferdinand Gassauer</name>
	</author>
	<content type="html">Am Donnerstag 27 Mai 2010, 17:13:47 schrieb Nicolas Bessi:
&lt;br&gt;&amp;gt; Dear community,
&lt;br&gt;+ 1
&lt;br&gt;titles should be translatable and a &amp;quot;normal&amp;quot; m2o relation - this is specially 
&lt;br&gt;true for countries where using correct titles is key to success
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Partner title (res.partner.title) management in v.4 and v.5 is the source
&lt;br&gt;&amp;gt; of lot of problems, limitation and error :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	- Title are field selection value that are hard to translate, especially
&lt;br&gt;&amp;gt; in wizard context. -You can not have different title title with the same
&lt;br&gt;&amp;gt; shortcut, this generate strange behavior in GTK client -It is hard to
&lt;br&gt;&amp;gt; migrate, particularly when the user customize the title s -If a title
&lt;br&gt;&amp;gt; shortcut is modified all the addresses linked to the shortcut are not
&lt;br&gt;&amp;gt; modified, worst the title did not appear anymore in linked addresses.
&lt;br&gt;&amp;gt; -etc.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The problem is design oriented as the link between title and addresses /
&lt;br&gt;&amp;gt; partner is not a standard ORM link but use a strange word matching. It
&lt;br&gt;&amp;gt; would be great to standardize this point and transform this point in an
&lt;br&gt;&amp;gt; orm relation. The choice of using a selection field does not worth/justify
&lt;br&gt;&amp;gt; the troubles and user anger when strange behavior appears. (And the work
&lt;br&gt;&amp;gt; of the partner to fix all the stuff &amp;nbsp;^_^ )
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I know it will mean some migration work from 5 to 6 but the result will
&lt;br&gt;&amp;gt; worth it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm looking for your advice.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nicolas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------------------------------------------------
&lt;br&gt;&amp;gt; Camptocamp SA
&lt;br&gt;&amp;gt; Senior ERP consultant
&lt;br&gt;&amp;gt; Nicolas Bessi
&lt;br&gt;&amp;gt; PSE A
&lt;br&gt;&amp;gt; CH-1015 Lausanne
&lt;br&gt;&amp;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;br&gt;&amp;gt; http:/www.openerp.com
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +41 21 619 10 26 (direct)
&lt;br&gt;&amp;gt; +41 21 619 10 10 (centrale)
&lt;br&gt;&amp;gt; +41 21 619 10 00 (fax)
&lt;br&gt;&amp;gt; --------------------------------------------------------------------
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best Regards
&lt;br&gt;&lt;br&gt;ChriCar Beteiligungs- und Beratungs- GmbH
&lt;br&gt;&lt;a href="http://www.chricar.at/ChriCar/index.html" target="_top" rel="nofollow" link="external"&gt;http://www.chricar.at/ChriCar/index.html&lt;/a&gt;&lt;br&gt;Dr. Ferdinand Gassauer
&lt;br&gt;Official Tiny 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=848728&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-tp848652p848728.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-848652" />
</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-831365</id>
	<title>Re: [Openerp-community] OpenERP 5.0.7</title>
	<published>2010-05-20T02:34:45Z</published>
	<updated>2010-05-20T02:34:45Z</updated>
	<author>
		<name>"Stéphane Wirtel, OpenERP"</name>
	</author>
	<content type="html">I will try to improve it
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;On 03/02/2010 12:59 AM, Eric Caudal wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Great Job,
&lt;br&gt;&amp;gt; Is it possible in the future to improve the change log having it
&lt;br&gt;&amp;gt; classified by module, and with short description for all and bug
&lt;br&gt;&amp;gt; reference link (if exists)?
&lt;br&gt;&amp;gt; Current change log is impressive but unreadable if you want to keep
&lt;br&gt;&amp;gt; track of a specific module.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; regards 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Eric 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Stephane Wirtel &amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=831365&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Reply-to: &lt;a href="/user/SendEmail.jtp?type=node&amp;node=831365&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;&amp;gt; To: &lt;a href="/user/SendEmail.jtp?type=node&amp;node=831365&amp;i=2" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href="/user/SendEmail.jtp?type=node&amp;node=831365&amp;i=3" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;,
&lt;br&gt;&amp;gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=831365&amp;i=4" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [Openerp-community] OpenERP 5.0.7
&lt;br&gt;&amp;gt; Date: Mon, 01 Mar 2010 16:45:23 +0100
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We have the pleasure to announce a new revision of OpenERP 5.0.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This release contains lots of improvements and bug fixes which you can find in the Changelog [1]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You will find the tarball archives on OpenERP download page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Windows Installers will be made available as soon as possible.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;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;&amp;gt; revision releases from time to time. This is the first release of that improved process.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can contribute to OpenERP on LaunchPad.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;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;&amp;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;&amp;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;&amp;gt; 
&lt;br&gt;&amp;gt; For more information, take a look at the wiki and the forum.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;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;&amp;gt; 
&lt;br&gt;&amp;gt; The OpenERP Team,
&lt;/div&gt;_______________________________________________
&lt;/div&gt;Mailing list: &lt;a href="https://launchpad.net/~openerp-community" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=831365&amp;i=5" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&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;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=831365&amp;i=6" 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;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=831365&amp;i=7" 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=831365&amp;i=8" 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-tp422114p831365.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821528" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-830094</id>
	<title>Re: [Openerp-community] [Fwd: Re: Injustice, plagiarism and insult of 	community work]</title>
	<published>2010-05-19T12:50:51Z</published>
	<updated>2010-05-19T12:50:51Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">Hello Sir,&lt;br&gt;&lt;br&gt;Thanks for this interesting long fabricated mail. &lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On Wed, May 19, 2010 at 6:07 PM, Mantavya Gajjar &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=830094&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;Hello to All and Sharoon,&lt;br&gt;
&lt;br&gt;
I am Mantavya Gajjar - (mga), Director Tiny ERP India,&lt;br&gt;
&lt;br&gt;
Sorry for my Late Reply, but I just came to know about this email&lt;br&gt;
chaining from some of the employees.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I would prefer to believe it, but its very very bad that even senior most employees of Tiny don&amp;#39;t participate in the community mailing lists.Clearly shows why there is a disconnect between Open ERP and the community &lt;i&gt; [I would recommend you to join atleast the framework-expert list.]&lt;/i&gt;&lt;br&gt;
&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
I had posted a bug that doesn&amp;#39;t mean that I am aware about the complete&lt;br&gt;
product.&lt;br&gt;
&lt;br&gt;
For the bug post, &lt;a href="https://bugs.launchpad.net/poweremail/+bug/428568" target="_blank" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/poweremail/+bug/428568&lt;/a&gt;, I&lt;br&gt;
have seen some of the template screen somewhere on the blog and I see&lt;br&gt;
some of the notation like ${ } from the screen I did not know that you&lt;br&gt;
have used mako template.&lt;br&gt;
&lt;br&gt;
I have a sense that if you use features of the mako template then its&lt;br&gt;
not easy to change the behaviour of parsing the same, and that is the&lt;br&gt;
reason, that after your reply I did not post any comment on the same&lt;br&gt;
bug. Actually I should not post the bug but I post because at that time&lt;br&gt;
I was crazy about the new development I did and that as the Server&lt;br&gt;
Action. (In that if you look at the Email &amp;amp; SMS Action features i use&lt;br&gt;
the notation [[ ]] same like OpenERP report to parse the object /&lt;br&gt;
fields). the Intention behind this post was to keep the same notation&lt;br&gt;
[[ ]] instead of the ${}. at that time I didn&amp;#39;t know that this post will&lt;br&gt;
prove me liar.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Wrong argument about mako, but I prefer to believe you on the rest. &lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;

&lt;br&gt;
Regarding the Powermail - after listening &amp;quot;India Director has to lie&amp;quot; I&lt;br&gt;
try to check the poweremail module and try to check the code.&lt;br&gt;
(&lt;a href="http://bazaar.launchpad.net/%7Eopenerp-commiter/poweremail/poweremailtrunk/annotate/head:/poweremail_core.py" target="_blank" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp-commiter/poweremail/poweremailtrunk/annotate/head:/poweremail_core.py&lt;/a&gt;) at the first look it seems more or less the Axelor Webmail module. which manage Inbox, of emails, provide the templates for emailing.&lt;br&gt;
&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I want to believe that you never checked poweremail before. Axelor webmail module (If its the open one in the standard repos) is just not even a quarter of poweremail -it just downloads mail and as far as i see does not have powerful templating or such reception with read/unread status etc.&lt;br&gt;
 &lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
Regarding the Fetchmail: As I have already informed to Fabien during his&lt;br&gt;
trip to Indian, that why I have invented the fetchmail module.&lt;br&gt;
&lt;br&gt;
- To replace the mail_gateway module which was tightly coupled with the&lt;br&gt;
crm module (even after migration from email_gateway.py script to&lt;br&gt;
mail_gateway module)&lt;br&gt;
&lt;br&gt;
- From the beginning I have already Invented the smtpclient module in&lt;br&gt;
the trunk-extra-addons, and it is alternative of the tools.send_email()&lt;br&gt;
(I think this module I have developed before the Sharon&amp;#39;s Training @&lt;br&gt;
Indian Office, I think Sharon I have shown you this module during the&lt;br&gt;
Training).&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Yes, you did show the module, but it never worked and that&amp;#39;s where I got my first dose of inspiration for poweremail. If you remember we had an argument then about the &amp;#39;lockin&amp;#39; disadvantage of having such a system. &lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
- Before 1.5 months Tiny ERP Indian office have started the recruitment,&lt;br&gt;
and due to that we are getting lots of CV&amp;#39;s I want some system where i&lt;br&gt;
can redirect this all emails to our Internal Interview Module (which is&lt;br&gt;
already running in our system), for that I required some system like CRM&lt;br&gt;
Mail Gate. but I was not able to use the same as its strict with CRM&lt;br&gt;
module. so one of the biggest reason was to develop a Fetchmail was&lt;br&gt;
this&lt;br&gt;
&lt;br&gt;
So, finally I started to work on that and come with the very simple&lt;br&gt;
module by taking the email_gateway module code I prepare a generic and&lt;br&gt;
very simple system which can be used in any module (yes of course need&lt;br&gt;
to write 2 method in the model which we want to integrate).&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;If you had used poweremail the job would have been done in 5 minutes. After 1.5 months you still dont have a working solution... lol... (also keen to know what discouraged you from using axelor&amp;#39;s webmail)&lt;br&gt;
&lt;br&gt;But what surprises me more is that you have Open ERP 6.0 in production internally before 1.5 months!! as far as I can see  the fetch mail module was written for 6.0. Anyway, INTERESTING fabrications!&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;

&lt;br&gt;
If you compare these 2 modules there are no similarities in between&lt;br&gt;
them.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I am writing the similarities below with the proof of my claim for the duplication&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;

&lt;br&gt;
Fetchmail: only work for the fetching emails and integrate with the&lt;br&gt;
OpenERP Model&lt;br&gt;
&lt;br&gt;
PowerEmail: works like a mail client.&lt;br&gt;
&lt;br&gt;
I think you angry because of&lt;br&gt;
&amp;quot;&lt;a href="http://openlabs.co.in/blog/post/presentation-community-meeting/" target="_blank" rel="nofollow" link="external"&gt;http://openlabs.co.in/blog/post/presentation-community-meeting/&lt;/a&gt;&amp;quot; here&lt;br&gt;
you wrote that&lt;br&gt;
&lt;br&gt;
&amp;quot;The good news is the commitment from Fabien Pinckaers (CEO of Open ERP)&lt;br&gt;
and the Antoine (CTO of Open ERP) that Poweremail is going to be&lt;br&gt;
integrated to the trunk of Open ERP.&amp;quot; and certainly Fetchmail was&lt;br&gt;
published in the addons branch. but that is again not a relation of&lt;br&gt;
fetchmail with the poweremail module.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;My company site says as you have quoted &amp;quot;good news ..&amp;quot;. If I was angry I would have written &amp;quot;Bad news&amp;quot;? I dont understand what you try to explain here!&lt;br&gt;
  &lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
Also, I have reviewed Axelor Webmail for so many times( At Indian&lt;br&gt;
office), also gives the solution for some problems, do you think that I&lt;br&gt;
need to copy and paste from the Powermail module ??&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I have personally taken my training from you and I completely understand your skills in programming and knowledge. There&amp;#39;s no question about it. I respect your knowledge and skills but replicating functionality is no excuse for it. &lt;br&gt;
 &lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
Working with the sms &amp;amp; email applications is interesting things for me.&lt;br&gt;
&lt;a href="http://sites.google.com/site/mantavyagajjar2/massmailing-java" target="_blank" rel="nofollow" link="external"&gt;http://sites.google.com/site/mantavyagajjar2/massmailing-java&lt;/a&gt;&lt;br&gt;
&lt;a href="http://sites.google.com/site/mantavyagajjar2/massmailingapplication" target="_blank" rel="nofollow" link="external"&gt;http://sites.google.com/site/mantavyagajjar2/massmailingapplication&lt;/a&gt;&lt;br&gt;
&lt;a href="http://sites.google.com/site/mantavyagajjar2/smsapplication" target="_blank" rel="nofollow" link="external"&gt;http://sites.google.com/site/mantavyagajjar2/smsapplication&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
- and that&amp;#39;s why I put 2 module on the trunk extra addons (smsclient,&lt;br&gt;
and smtpclient as smsclient nobody is using so there is no enhancements&lt;br&gt;
smtpclient used by the 2 major projects webmail and direct marketing&lt;br&gt;
project - dm)&lt;br&gt;
&lt;br&gt;
you have no rights to blame anyone before knowing the complete truth,&lt;br&gt;
how come you say that its 90% same in the code and 99% same in logic?&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;As mentioned my reasons for the above claim are below:&lt;br&gt;&lt;br&gt;Reason 1: HTML2TEXT in poweremail is in separate file, in your module in the same file&lt;br&gt;
&lt;br&gt;Reason 2: 9/13 fields already exist in poweremail core accounts (obviously the views have similar structure)&lt;br&gt;[Format: fetchmail_field:poweremail_field]&lt;br&gt;1.name:name&lt;br&gt;2.active:&lt;br&gt;3.state:state (with three equivalent states)&lt;br&gt;
4.server:iserver&lt;br&gt;5.port:iport&lt;br&gt;6.type:iserver_type&lt;br&gt;7.is_ssl:isssl&lt;br&gt;8.user:username&lt;br&gt;9.password:password&lt;br&gt;10.action_id:&lt;br&gt;11.object_id:&lt;br&gt;12.priority:&lt;br&gt;13.user_id:user&lt;br&gt;&lt;br&gt;Reason 3:&lt;br&gt;&lt;br&gt;Constraint of check_duplicate in fetchmail: Called _constraint_unique in poweremail&lt;br&gt;
&lt;br&gt;Reason 4: Method similarity [4/5 methods are same]&lt;br&gt;&lt;br&gt;_process_email : &lt;br&gt;set_draft : done in workflow&lt;br&gt;decode_header : decode_header_text&lt;br&gt;button_fetch_mail : send_receive&lt;br&gt;fetch_mail : get_mails (Almost the same in code as well with same kind of if else logic)&lt;br&gt;
&lt;br&gt;When a model, view and methods are same in functionality, I prefer to call it a duplicate. Now tell me why I cant make the above claim. (Sorry if its a rounded percentage.. lol)&lt;br&gt;If you call &amp;#39;apple&amp;#39; an &amp;#39;Apple&amp;#39;, python may be case sensitive and make a difference but doesnt make it new code.&lt;br&gt;
 &lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
I would like to request any community member to check out the code of&lt;br&gt;
both the modules. I would not like to enter in a huge discussion.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I have made it easy for the community member who wants to check.&lt;br&gt; &lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;

&lt;br&gt;
We appreciate your contribution in the community, but you should&lt;br&gt;
respects others too.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;With all due respect to you as an Individual, I should say that I am convinced that you will neither accept the fact that you copied, nor do I expect you to. Open ERP SA claims to support all community work. Can you give the name of the community modules which you have contributed to officially and incorporated to the official base? Do you want to say that till today there are no valid contributions from the community? &lt;br&gt;
&lt;br&gt;I know you hate this name &amp;#39;Tryton&amp;#39;, please download its client (from &lt;a href="http://www.tryton.org?by-user=t" target="_top" rel="nofollow" link="external"&gt;www.tryton.org&lt;/a&gt;) and have a look at the &amp;#39;About section&amp;#39;. That will show you the &amp;#39;respect&amp;#39; an opensource project should have for its contributors. To get what you have made today all what you needed was to add 4 fields to poweremail, but i want to believe you never knew about &amp;#39;poweremail&amp;#39;. &lt;br&gt;
&lt;br&gt;Everything about your reply is so contradictory, and despite the nice laugh this mail gave me at the end of tiring day (thankful to you for that), I would like to stop this mail trail. I am convinced that you will never accept the truth and I have no time to keep proving your false statements false. &lt;br&gt;
&lt;br&gt;Remember that what Open ERP SA is today is not what your copyright claims it to be, its what your partners and the community makes it to be. The day is not far when the competition you try to deny (Tryton) will be much ahead in popularity as well, it already crossed to be a better framework than Open ERP when you guys were busy trying to have SQL Alchemy inside Open ERP ORM. I have a humble request: Please dont insult Tryton then by adding it to your manipulated &lt;a href="http://evaluation-matrix.com/" target="_top" rel="nofollow" link="external"&gt;http://evaluation-matrix.com/&lt;/a&gt; &lt;br&gt;
&lt;br&gt;Apologies if I have been a bit out of topic, but I guess it is necessary for you to understand because you seem to be too disconnected from the real world (from the fact that you are not on any such mailing lists or communication channels and never even knew about a popular community module&amp;#39;s functionality after a presentation was conducted in you head quarters).&lt;br&gt;
&lt;br&gt; &lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Mantavya Gajjar&lt;br&gt;
Director&lt;br&gt;
Tiny ERP Private Limited&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="h5"&gt;&lt;br&gt;
&lt;br&gt;
On Sun, 2010-05-16 at 15:44 +0100, Sharoon Thomas wrote:&lt;br&gt;
&amp;gt; Hello Fabien,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks for this update as well.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Its very unfortunate that your India Director has to lie that &amp;#39;still I&lt;br&gt;
&amp;gt; did not check the poweremail module.&amp;#39;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Here is a bug he has reported&lt;br&gt;
&amp;gt; &lt;a href="https://bugs.launchpad.net/poweremail/+bug/428568" target="_blank" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/poweremail/+bug/428568&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I am not sure you can report a bug/feature of the above nature without&lt;br&gt;
&amp;gt; testing and using poweremail.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I do not want to take these allegations personally but i think it is&lt;br&gt;
&amp;gt; important to justify your intentions. You can look at the same bug and&lt;br&gt;
&amp;gt; you will note that the person has tried to put it as a hidden bug&lt;br&gt;
&amp;gt; (security vulnerability). I made it a public bug because I don&amp;#39;t see&lt;br&gt;
&amp;gt; anything so private in it.&lt;br&gt;
&lt;br&gt;
&amp;gt;  I leave it to Open ERP SA to decide why he had to do it and the truth&lt;br&gt;
&amp;gt; of these claims.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I leave it to the programmers and techies who work everyday on these&lt;br&gt;
&amp;gt; very programs to further decide the originality of code too. Anyway,&lt;br&gt;
&amp;gt; copying has never been new to OpenERP. Just taking references to Tree&lt;br&gt;
&amp;gt; view buttons, the wizard to google map lookup idea etc. [This is not&lt;br&gt;
&amp;gt; for a second set of arguments to begin!]&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Atleast Fabien, its great relief to know that you are not aware of&lt;br&gt;
&amp;gt; these.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; NB: I have remarked a copy of the mail to the same groups that were&lt;br&gt;
&amp;gt; addressed these questions to ensure that there are no broken&lt;br&gt;
&amp;gt; conversations in the archives.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Sun, May 16, 2010 at 2:46 PM, Fabien Pinckaers &amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=830094&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt; wrote:&lt;br&gt;
&amp;gt;         Hello,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         I asked the developer if he took some code from poweremail&lt;br&gt;
&amp;gt;         without&lt;br&gt;
&amp;gt;         putting the copyright. Check his answer bellow.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         So, it&amp;#39;s not injustice, plagiarism, or insult of your work.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         -----------------------------------------------------------------&lt;br&gt;
&amp;gt;         Hello Fabien,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         Yes I confirm that I did not took a single line or character&lt;br&gt;
&amp;gt;         from the&lt;br&gt;
&amp;gt;         power email, not even for the reference, still I did not check&lt;br&gt;
&amp;gt;         the&lt;br&gt;
&amp;gt;         poweremail module.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         I have just convert the old fetchmail module which was written&lt;br&gt;
&amp;gt;         by the&lt;br&gt;
&amp;gt;         hmo&amp;#39;s team and that purely converted (with major change to&lt;br&gt;
&amp;gt;         make it very&lt;br&gt;
&amp;gt;         simple user-friendly email object) from email_gateway.py&lt;br&gt;
&amp;gt;         script of crm&lt;br&gt;
&amp;gt;         module.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         Changes I have applied&lt;br&gt;
&amp;gt;         * Use the same code of fetching email - the one which was&lt;br&gt;
&amp;gt;         exist&lt;br&gt;
&amp;gt;         * Make it very simple user-friendly email object&lt;br&gt;
&amp;gt;          - body = mail.get(&amp;#39;body&amp;#39;, &amp;#39;&amp;#39;)&lt;br&gt;
&amp;gt;         * Integrate with ServerAction - Auto Reply&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         Aim was to have a very simple module, easy to configure and&lt;br&gt;
&amp;gt;         use the&lt;br&gt;
&amp;gt;         maximum what we already have in the server addons and&lt;br&gt;
&amp;gt;         framework&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         Regards,&lt;br&gt;
&amp;gt;         M Gajjar&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         --&lt;br&gt;
&amp;gt;         Fabien Pinckaers&lt;br&gt;
&amp;gt;         CEO OpenERP&lt;br&gt;
&amp;gt;         Chaussée de Namur 40&lt;br&gt;
&amp;gt;         B-1367 Grand-Rosière&lt;br&gt;
&amp;gt;         Belgium&lt;br&gt;
&amp;gt;         Phone: +32.81.81.37.00&lt;br&gt;
&amp;gt;         Fax: +32.81.73.35.01&lt;br&gt;
&amp;gt;         Web: &lt;a href="http://openerp.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://openerp.com&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Sharoon Thomas&lt;br&gt;
&amp;gt; Business Analyst &amp;amp; Open Source ERP Consultant&lt;br&gt;
&amp;gt; CEO @ &lt;a href="http://openlabs.co.in?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://openlabs.co.in&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="h5"&gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Mailing list: &lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;
&amp;gt; Post to     : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=830094&amp;i=2" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;br&gt;
&amp;gt; Unsubscribe : &lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;
&amp;gt; More help   : &lt;a href="https://help.launchpad.net/ListHelp" target="_blank" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;font color="#888888"&gt;--&lt;br&gt;
Mantavya Gajjar &amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=830094&amp;i=3" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;br&gt;
Tiny ERP Private Limited&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&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=830094&amp;i=4" 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-tp821676p830094.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-829664" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-829664</id>
	<title>Re: [Openerp-community] [Fwd: Re: Injustice, plagiarism and insult of 	community work]</title>
	<published>2010-05-19T10:07:58Z</published>
	<updated>2010-05-19T10:07:58Z</updated>
	<author>
		<name>Mantavya Gajjar</name>
	</author>
	<content type="html">Hello to All and Sharoon,
&lt;br&gt;&lt;br&gt;I am Mantavya Gajjar - (mga), Director Tiny ERP India, 
&lt;br&gt;&lt;br&gt;Sorry for my Late Reply, but I just came to know about this email
&lt;br&gt;chaining from some of the employees.
&lt;br&gt;&lt;br&gt;I had posted a bug that doesn't mean that I am aware about the complete
&lt;br&gt;product.
&lt;br&gt;&lt;br&gt;For the bug post, &lt;a href="https://bugs.launchpad.net/poweremail/+bug/428568" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/poweremail/+bug/428568&lt;/a&gt;, I
&lt;br&gt;have seen some of the template screen somewhere on the blog and I see
&lt;br&gt;some of the notation like ${ } from the screen I did not know that you
&lt;br&gt;have used mako template.
&lt;br&gt;&lt;br&gt;I have a sense that if you use features of the mako template then its
&lt;br&gt;not easy to change the behaviour of parsing the same, and that is the
&lt;br&gt;reason, that after your reply I did not post any comment on the same
&lt;br&gt;bug. Actually I should not post the bug but I post because at that time
&lt;br&gt;I was crazy about the new development I did and that as the Server
&lt;br&gt;Action. (In that if you look at the Email &amp; SMS Action features i use
&lt;br&gt;the notation [[ ]] same like OpenERP report to parse the object /
&lt;br&gt;fields). the Intention behind this post was to keep the same notation
&lt;br&gt;[[ ]] instead of the ${}. at that time I didn't know that this post will
&lt;br&gt;prove me liar. 
&lt;br&gt;&lt;br&gt;Regarding the Powermail - after listening &amp;quot;India Director has to lie&amp;quot; I
&lt;br&gt;try to check the poweremail module and try to check the code.
&lt;br&gt;(&lt;a href="http://bazaar.launchpad.net/~openerp-commiter/poweremail/poweremailtrunk/annotate/head:/poweremail_core.py" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp-commiter/poweremail/poweremailtrunk/annotate/head:/poweremail_core.py&lt;/a&gt;) at the first look it seems more or less the Axelor Webmail module. which manage Inbox, of emails, provide the templates for emailing. 
&lt;br&gt;&lt;br&gt;Regarding the Fetchmail: As I have already informed to Fabien during his
&lt;br&gt;trip to Indian, that why I have invented the fetchmail module. 
&lt;br&gt;&lt;br&gt;- To replace the mail_gateway module which was tightly coupled with the
&lt;br&gt;crm module (even after migration from email_gateway.py script to
&lt;br&gt;mail_gateway module)
&lt;br&gt;&lt;br&gt;- From the beginning I have already Invented the smtpclient module in
&lt;br&gt;the trunk-extra-addons, and it is alternative of the tools.send_email() 
&lt;br&gt;(I think this module I have developed before the Sharon's Training @
&lt;br&gt;Indian Office, I think Sharon I have shown you this module during the
&lt;br&gt;Training).
&lt;br&gt;&lt;br&gt;- Before 1.5 months Tiny ERP Indian office have started the recruitment,
&lt;br&gt;and due to that we are getting lots of CV's I want some system where i
&lt;br&gt;can redirect this all emails to our Internal Interview Module (which is
&lt;br&gt;already running in our system), for that I required some system like CRM
&lt;br&gt;Mail Gate. but I was not able to use the same as its strict with CRM
&lt;br&gt;module. so one of the biggest reason was to develop a Fetchmail was
&lt;br&gt;this 
&lt;br&gt;&lt;br&gt;So, finally I started to work on that and come with the very simple
&lt;br&gt;module by taking the email_gateway module code I prepare a generic and
&lt;br&gt;very simple system which can be used in any module (yes of course need
&lt;br&gt;to write 2 method in the model which we want to integrate). 
&lt;br&gt;&lt;br&gt;If you compare these 2 modules there are no similarities in between
&lt;br&gt;them. 
&lt;br&gt;&lt;br&gt;Fetchmail: only work for the fetching emails and integrate with the
&lt;br&gt;OpenERP Model
&lt;br&gt;&lt;br&gt;PowerEmail: works like a mail client. 
&lt;br&gt;&lt;br&gt;I think you angry because of
&lt;br&gt;&amp;quot;&lt;a href="http://openlabs.co.in/blog/post/presentation-community-meeting/" target="_top" rel="nofollow" link="external"&gt;http://openlabs.co.in/blog/post/presentation-community-meeting/&lt;/a&gt;&amp;quot; here
&lt;br&gt;you wrote that 
&lt;br&gt;&lt;br&gt;&amp;quot;The good news is the commitment from Fabien Pinckaers (CEO of Open ERP)
&lt;br&gt;and the Antoine (CTO of Open ERP) that Poweremail is going to be
&lt;br&gt;integrated to the trunk of Open ERP.&amp;quot; and certainly Fetchmail was
&lt;br&gt;published in the addons branch. but that is again not a relation of
&lt;br&gt;fetchmail with the poweremail module.
&lt;br&gt;&lt;br&gt;Also, I have reviewed Axelor Webmail for so many times( At Indian
&lt;br&gt;office), also gives the solution for some problems, do you think that I
&lt;br&gt;need to copy and paste from the Powermail module ??
&lt;br&gt;&lt;br&gt;Working with the sms &amp; email applications is interesting things for me.
&lt;br&gt;&lt;a href="http://sites.google.com/site/mantavyagajjar2/massmailing-java" target="_top" rel="nofollow" link="external"&gt;http://sites.google.com/site/mantavyagajjar2/massmailing-java&lt;/a&gt;&lt;br&gt;&lt;a href="http://sites.google.com/site/mantavyagajjar2/massmailingapplication" target="_top" rel="nofollow" link="external"&gt;http://sites.google.com/site/mantavyagajjar2/massmailingapplication&lt;/a&gt;&lt;br&gt;&lt;a href="http://sites.google.com/site/mantavyagajjar2/smsapplication" target="_top" rel="nofollow" link="external"&gt;http://sites.google.com/site/mantavyagajjar2/smsapplication&lt;/a&gt;&lt;br&gt;&lt;br&gt;- and that's why I put 2 module on the trunk extra addons (smsclient,
&lt;br&gt;and smtpclient as smsclient nobody is using so there is no enhancements
&lt;br&gt;smtpclient used by the 2 major projects webmail and direct marketing
&lt;br&gt;project - dm)
&lt;br&gt;&lt;br&gt;you have no rights to blame anyone before knowing the complete truth,
&lt;br&gt;how come you say that its 90% same in the code and 99% same in logic? 
&lt;br&gt;&lt;br&gt;I would like to request any community member to check out the code of
&lt;br&gt;both the modules. I would not like to enter in a huge discussion.
&lt;br&gt;&lt;br&gt;We appreciate your contribution in the community, but you should
&lt;br&gt;respects others too.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mantavya Gajjar
&lt;br&gt;Director
&lt;br&gt;Tiny ERP Private Limited
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, 2010-05-16 at 15:44 +0100, Sharoon Thomas wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Fabien,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for this update as well.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Its very unfortunate that your India Director has to lie that 'still I
&lt;br&gt;&amp;gt; did not check the poweremail module.'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here is a bug he has reported
&lt;br&gt;&amp;gt; &lt;a href="https://bugs.launchpad.net/poweremail/+bug/428568" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/poweremail/+bug/428568&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am not sure you can report a bug/feature of the above nature without
&lt;br&gt;&amp;gt; testing and using poweremail.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I do not want to take these allegations personally but i think it is
&lt;br&gt;&amp;gt; important to justify your intentions. You can look at the same bug and
&lt;br&gt;&amp;gt; you will note that the person has tried to put it as a hidden bug
&lt;br&gt;&amp;gt; (security vulnerability). I made it a public bug because I don't see
&lt;br&gt;&amp;gt; anything so private in it. 
&lt;/div&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;I leave it to Open ERP SA to decide why he had to do it and the truth
&lt;br&gt;&amp;gt; of these claims.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I leave it to the programmers and techies who work everyday on these
&lt;br&gt;&amp;gt; very programs to further decide the originality of code too. Anyway,
&lt;br&gt;&amp;gt; copying has never been new to OpenERP. Just taking references to Tree
&lt;br&gt;&amp;gt; view buttons, the wizard to google map lookup idea etc. [This is not
&lt;br&gt;&amp;gt; for a second set of arguments to begin!]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Atleast Fabien, its great relief to know that you are not aware of
&lt;br&gt;&amp;gt; these.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; NB: I have remarked a copy of the mail to the same groups that were
&lt;br&gt;&amp;gt; addressed these questions to ensure that there are no broken
&lt;br&gt;&amp;gt; conversations in the archives.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sun, May 16, 2010 at 2:46 PM, Fabien Pinckaers &amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=829664&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hello,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I asked the developer if he took some code from poweremail
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; without
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; putting the copyright. Check his answer bellow.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; So, it's not injustice, plagiarism, or insult of your work.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -----------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hello Fabien,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yes I confirm that I did not took a single line or character
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; power email, not even for the reference, still I did not check
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poweremail module.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have just convert the old fetchmail module which was written
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hmo's team and that purely converted (with major change to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; make it very
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; simple user-friendly email object) from email_gateway.py
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; script of crm
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; module.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Changes I have applied
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Use the same code of fetching email - the one which was
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; exist
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Make it very simple user-friendly email object
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- body = mail.get('body', '')
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Integrate with ServerAction - Auto Reply
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Aim was to have a very simple module, easy to configure and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; use the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maximum what we already have in the server addons and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; framework
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Regards,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M Gajjar 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fabien Pinckaers
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CEO OpenERP
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Chaussée de Namur 40
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B-1367 Grand-Rosière
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Belgium
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Phone: +32.81.81.37.00
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax: +32.81.73.35.01
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 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;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Sharoon Thomas
&lt;br&gt;&amp;gt; Business Analyst &amp; Open Source ERP Consultant
&lt;br&gt;&amp;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;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mailing list: &lt;a href="https://launchpad.net/~openerp-community" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;&amp;gt; Post to &amp;nbsp; &amp;nbsp; : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=829664&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;&amp;gt; Unsubscribe : &lt;a href="https://launchpad.net/~openerp-community" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;&amp;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;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mantavya Gajjar &amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=829664&amp;i=2" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;
&lt;br&gt;Tiny ERP Private Limited
&lt;br&gt;&lt;br&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=829664&amp;i=3" 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-tp821676p829664.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821617" />
</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-821617</id>
	<title>Re: [Fwd: Re: [Openerp-community] Injustice, plagiarism and insult of 	community work]</title>
	<published>2010-05-16T07:44:41Z</published>
	<updated>2010-05-16T07:44:41Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">Hello Fabien,&lt;br&gt;&lt;br&gt;Thanks for this update as well.&lt;br&gt;&lt;br&gt;Its very unfortunate that your &lt;u&gt;India Director&lt;/u&gt; has to &lt;u&gt;lie&lt;/u&gt; that &amp;#39;still I did not check the
poweremail module.&amp;#39;&lt;br&gt;&lt;br&gt;Here is a bug he has reported &lt;a href="https://bugs.launchpad.net/poweremail/+bug/428568" target="_top" rel="nofollow" link="external"&gt;https://bugs.launchpad.net/poweremail/+bug/428568&lt;/a&gt;&lt;br&gt;&lt;br&gt;I am not sure you can report a bug/feature of the above nature without testing and using poweremail.&lt;br&gt;
&lt;br&gt;I do not want to take these allegations personally but i think it is important to justify your intentions. You can look at the same bug and you will note that the person has tried to put it as a hidden bug (security vulnerability). I made it a public bug because I don&amp;#39;t see anything so private in it. I leave it to Open ERP SA to decide why he had to do it and the truth of these claims.&lt;br&gt;
&lt;br&gt;I leave it to the programmers and techies who work everyday on these very programs to further decide the originality of code too. Anyway, copying has never been new to OpenERP. Just taking references to Tree view buttons, the wizard to google map lookup idea etc. [This is not for a second set of arguments to begin!]&lt;br&gt;
&lt;br&gt;Atleast Fabien, its great relief to know that you are not aware of these.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;NB: I have remarked a copy of the mail to the same groups that were addressed these questions to ensure that there are no broken conversations in the archives.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;&lt;div class="gmail_quote"&gt;On Sun, May 16, 2010 at 2:46 PM, Fabien Pinckaers &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=821617&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
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&amp;#39;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&amp;#39;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;
 - body = mail.get(&amp;#39;body&amp;#39;, &amp;#39;&amp;#39;)&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;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="h5"&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="_blank" rel="nofollow" link="external"&gt;http://openerp.com&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&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=821617&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/Fwd-Re-Openerp-community-Injustice-plagiarism-and-insult-of-community-work-tp821676p821617.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821676" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821593</id>
	<title>Re: [Openerp-community] Injustice, plagiarism and insult of community 	work</title>
	<published>2010-05-16T07:29:22Z</published>
	<updated>2010-05-16T07:29:22Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">Hello Fabien,&lt;br&gt;&lt;br&gt;Thank you very much for taking time out of your busy schedules to write back to this community.&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On Sun, May 16, 2010 at 1:25 PM, Fabien Pinckaers &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=821593&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;Hello,&lt;br&gt;
&lt;br&gt;
History of this module&lt;br&gt;
----------------------&lt;br&gt;
&lt;br&gt;
1. The smtpclient is a personal initiative of one our developer. It was&lt;br&gt;
not in our R&amp;amp;D backlog. I just discovered it a few days ago.&lt;br&gt;
&lt;br&gt;
2. We reviewed the smtpclient module just after the publication of the&lt;br&gt;
blog and we decided to remove it from the addons as it was not clean enough.&lt;br&gt;
&lt;br&gt;
3. So, the smtpclient will be removed from addons and be moved to&lt;br&gt;
addons-extra. The mailgateway module will be independant of the&lt;br&gt;
smtpclient module.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Our internal policy&lt;br&gt;
-------------------&lt;br&gt;
&lt;br&gt;
At OpenERP sa, our policy is quite clear:&lt;br&gt;
&lt;br&gt;
* Promote every community&amp;#39;s effort, even if we think the module is not&lt;br&gt;
  clean or useful enough for the official version.&lt;br&gt;
* If we reuse something from the community, we:&lt;br&gt;
    - keep the author in the module&lt;br&gt;
    - keep the copyright&lt;br&gt;
    - put greetings in the commit.&lt;br&gt;
  If one of our developer forget this during his work, we fix this as&lt;br&gt;
  soon as we get a notice from someone of the community.&lt;br&gt;
* It is not our policy at all to try to stole copyright.&lt;br&gt;
&lt;br&gt;
Please avoid launching trolls about this.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I did not checked the code, but I don&amp;#39;t think mga took code from&lt;br&gt;
poweremail module. Mga, can you confirm or not. If you get some code&lt;br&gt;
from poweremail, wan you change the copyright in your module ?&lt;br&gt;
&lt;br&gt;
The smtpclient module&lt;br&gt;
---------------------&lt;br&gt;
&lt;br&gt;
I&amp;#39;d like to thanks the author of the smtpclient module.&lt;br&gt;
&lt;br&gt;
It&amp;#39;s a good contribution to OpenERP (even if we think it&amp;#39;s not ready to&lt;br&gt;
be ported to v6.0.) It adds several features and some companies may find&lt;br&gt;
the solution they need in this module.&lt;br&gt;
&lt;br&gt;
I don&amp;#39;t think it&amp;#39;s fair to criticise someone who contributes. (whether&lt;br&gt;
is&amp;#39;s OpenERP SA, a personal initiative or someone from the community).&lt;br&gt;
Every contribution is a plus to OpenERP.&lt;br&gt;
&lt;br&gt;
You can blame OpenERP SA to have added this module in addons because you&lt;br&gt;
think it&amp;#39;s not good enough. This is a mistake of us and we will remove&lt;br&gt;
it as soon as we have changed the mailgateway module to remove the&lt;br&gt;
dependency. It&amp;#39;s in our backlog since a few days.&lt;br&gt;
&lt;br&gt;
Your attitude&lt;br&gt;
-------------&lt;br&gt;
&lt;br&gt;
I think your attitude is not open at all !&lt;br&gt;
&lt;br&gt;
It&amp;#39;s not acceptable to blame someone that develop a new open source&lt;br&gt;
module. Every one is free to develop what he needs, this is what open&lt;br&gt;
source is all about.&lt;br&gt;
&lt;br&gt;
You may like the new development or not, but don&amp;#39;t blame someone who&lt;br&gt;
contributes. It&amp;#39;s sometime a good thing to have several modules that&lt;br&gt;
does the same thing. People will use the module that best fits their needs.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Anybody is free to develop what they want. But, opensource is also about improving what is available not rebuilding whatever already exists. From the design, approach and blog I had linked all were a clear duplication of the community work on poweremail. It may be better to have alternatives from the perspective of having multiple disto&amp;#39;s of Linux, but IMHO not sure about duplicates :(&lt;br&gt;

&lt;br&gt;I really appreciate if you could ensure that the new module is not a duplicate in methodology, functionality and code. &lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;


&lt;br&gt;
Our policy about duplication of Work&lt;br&gt;
------------------------------------&lt;br&gt;
&lt;br&gt;
Our policy is to reuse what exists, if it&amp;#39;s possible.&lt;br&gt;
&lt;br&gt;
But sometimes it&amp;#39;s better to recode than to reuse. Here are some&lt;br&gt;
examples, which lead to great improvements in OpenERP:&lt;br&gt;
&lt;br&gt;
1. Scenario&lt;br&gt;
&lt;br&gt;
* OpenERP had a test system based on asserts and .XML files.&lt;br&gt;
* C2C did not liked this and made a good contribution with OERPScenario&lt;br&gt;
  instead of using/improving the current OpenERP test system.&lt;br&gt;
* We thought the C2C system can not be integrated in the main branch so&lt;br&gt;
  we released an improved version of our initial data loading/test&lt;br&gt;
  system: YAML.&lt;br&gt;
&lt;br&gt;
Today, we have two good tests system in OpenERP: OpenERPScenario and YAML.&lt;br&gt;
&lt;br&gt;
I think it&amp;#39;s very good to have alternatives, we must keep and promote&lt;br&gt;
both: and that&amp;#39;s what we do.&lt;br&gt;
&lt;br&gt;
OpenERPScenario is a strong improvement to OpenERP. Even if we decided&lt;br&gt;
to not use it, for reasons I previously explained, we promote their&lt;br&gt;
contribution.&lt;br&gt;
&lt;br&gt;
This is exactly what open souce is all about: freedom to use what you&lt;br&gt;
want, freedom to redevelop what you don&amp;#39;t like.&lt;br&gt;
&lt;br&gt;
2. Report Engine&lt;br&gt;
&lt;br&gt;
* Reportlab had a report engine that produced PDF files based on .XML&lt;br&gt;
data. (RML2PDF) This was a great tool because, 10 years ago, every&lt;br&gt;
report engine where based on code, rather than data.&lt;br&gt;
* We decided to redevelop it because it was not open source. So we made&lt;br&gt;
trml2pdf, an open source alternative.&lt;br&gt;
* The community decided to add new report engine because RML has some&lt;br&gt;
limitations and we have about 4 new report engine in OpenERP: OO&lt;br&gt;
headless, mako, etc.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Fortunately these two examples are exceptions. In the 500 modules of&lt;br&gt;
OpenERP, you have only a very few of them that overlaps. This is good&lt;br&gt;
because it&amp;#39;s a waste of time to redevelop 2 times the same thing, even&lt;br&gt;
if sometimes it&amp;#39;s required.&lt;br&gt;
&lt;br&gt;
It works in both ways. If the community do not like a module from&lt;br&gt;
OpenERP, you can redevelop an alternative for it. We will not blame you&lt;br&gt;
but promote your effort.&lt;br&gt;
&lt;br&gt;
So, please be open to this.&lt;br&gt;
&lt;br&gt;
About Quality certification&lt;br&gt;
---------------------------&lt;br&gt;
&lt;div&gt;&lt;br&gt;
&amp;gt; Is it because the community cannot pay for a community contribution&lt;br&gt;
&amp;gt; that the effort is duplicated?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;The quality certification is a service for customers, if they want their&lt;br&gt;
module to be checked and maintained in the long term. (migrations of&lt;br&gt;
versions, ...) It&amp;#39;s not required and our goal is not to force people to&lt;br&gt;
pass it.&lt;br&gt;
&lt;br&gt;
If we think a module is good enough to be integrated in the official&lt;br&gt;
release, we take the certification at our charge. We already announced&lt;br&gt;
we will do it for several accounting modules and for poweremail.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Thank you for the official confirmation of this news. I express my gratitude for the same.&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;


&lt;br&gt;
&lt;br&gt;
We made the review of poweremail for quality certification and including&lt;br&gt;
it in the next versions of OpenERP because it&amp;#39;s clearly interesting&lt;br&gt;
features.&lt;br&gt;
&lt;br&gt;
In my first check, I think they are several things to change before&lt;br&gt;
being included in the official version.&lt;br&gt;
&lt;br&gt;
Some examples:&lt;br&gt;
* the name of the module must be changed. Something like: email_template&lt;br&gt;
  To compare, we will not name a module efficient_sale in the official&lt;br&gt;
  addons.&lt;br&gt;
* most menus must be changed according to v6.0 guidelines. It must be in&lt;br&gt;
  submenus of Tools, instead of defining a root menu.&lt;br&gt;
* we need the module to send template of emails, but we don&amp;#39;t need the&lt;br&gt;
  reception of email. (pop/imap) Managing mailboxes is a different&lt;br&gt;
  behaviour and I prefer to have light modules.&lt;br&gt;
* Also, there is a good contribution from axelor for webmail which seems&lt;br&gt;
  more advanced for managing mailboxes. (reception of emails)&lt;br&gt;
&lt;br&gt;
If you allow, we can do the rework (and keep your copyright of course).&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Fabien, thats the difference here. From, Day 1 the module branch has been owned by the &amp;#39;Open ERP Committers&amp;#39; - the most active group of community members and Open ERP SA employees. I have absolutely no issue with any changes AS LONG AS IT IS DISCUSSED WITH THE COMMUNITY WHICH DEVELOPED IT AND USES IT. The policy on code changes is &amp;#39;propose merge&amp;#39;, its &amp;#39;open for peer-review&amp;#39; and after review it gets &amp;#39;merged&amp;#39;. This allows to take full benefit of the tacit and explicit knowledge wealth in the open erp community rather than individuals like us or organisations (Compare open ERP SA with the collective wisdom of the community).&lt;br&gt;

&lt;br&gt;But certainly, there should be no issues with any of these changes for version 6.0 since nobody already uses this for 6.0.&lt;br&gt; &lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;


&lt;br&gt;
Conclusion&lt;br&gt;
----------&lt;br&gt;
&lt;div&gt;&lt;br&gt;
&amp;gt; When I conclude this mail, I am not sure if I will ever get a reply&lt;br&gt;
&amp;gt; for this mail from &amp;#39;Open ERP SA&amp;#39;. But please remember that the more&lt;br&gt;
&amp;gt; you do this, the more the community moves away from you.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;Sharoon, please understand that:&lt;br&gt;
&lt;br&gt;
1. It was not the intention of OpenERP to duplicate your work. It was a&lt;br&gt;
personal initiative of one of our employee and his intention was to&lt;br&gt;
improve the mailgateway which is a slightly different behaviour than&lt;br&gt;
poweremail. I don&amp;#39;t know if he reused code from poweremail or not. But,&lt;br&gt;
you may like it or nto, a contribution is always good thing.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;There is NO FACTOR OF MY PERSONAL LIKING. IMHO we expect Open ERP SA to play the role of an editor. I think it is important for Open ERP SA to fix issues of high importance like the numerous security holes, quality, pythonisation rather than dedicating the efforts of critical workforce like your India Director (as in this case) on developing something which is already there. [BTW its only a suggestion and its none of my business how OpenERP SA should organise and utilise itself]&lt;br&gt;

 &lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
2. If, one day, we reuse your code in one of our module, you should not&lt;br&gt;
criticise this. (unless we forget the copyright of course) This is how&lt;br&gt;
open source projects evolve.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;You have all the right to use (with copyright) since every line of code is covered by GPL3&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;


&lt;br&gt;
3. If, one day, you reuse our code, we will not criticise you publicly.&lt;br&gt;
We think it&amp;#39;s normal and we will probably promote your contribution.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I understand nobody likes to have an alternative module to one of his&lt;br&gt;
work. But this is how open source works: having different alternatives&lt;br&gt;
for the same purpose, and the users use the ones they prefer.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I reiterate the fact that this has nothing to do with having an alternate module if it is written at a better quality and implements better functionality. In this case both are not there :(&lt;br&gt;

 &lt;/div&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;br&gt;
As an editor, we always prefer to reuse and promote the work of the&lt;br&gt;
community if it&amp;#39;s possible.&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;font color="#888888"&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="_blank" rel="nofollow" link="external"&gt;http://openerp.com&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&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="_blank" 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=821593&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/Injustice-plagiarism-and-insult-of-community-work-tp818634p821593.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821533" />
</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-821533</id>
	<title>Re: [Openerp-community] Injustice, plagiarism and insult of community work</title>
	<published>2010-05-16T05:25:07Z</published>
	<updated>2010-05-16T05:25:07Z</updated>
	<author>
		<name>Fabien Pinckaers-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;History of this module
&lt;br&gt;----------------------
&lt;br&gt;&lt;br&gt;1. The smtpclient is a personal initiative of one our developer. It was
&lt;br&gt;not in our R&amp;D backlog. I just discovered it a few days ago.
&lt;br&gt;&lt;br&gt;2. We reviewed the smtpclient module just after the publication of the
&lt;br&gt;blog and we decided to remove it from the addons as it was not clean enough.
&lt;br&gt;&lt;br&gt;3. So, the smtpclient will be removed from addons and be moved to
&lt;br&gt;addons-extra. The mailgateway module will be independant of the
&lt;br&gt;smtpclient module.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Our internal policy
&lt;br&gt;-------------------
&lt;br&gt;&lt;br&gt;At OpenERP sa, our policy is quite clear:
&lt;br&gt;&lt;br&gt;* Promote every community's effort, even if we think the module is not
&lt;br&gt;&amp;nbsp; clean or useful enough for the official version.
&lt;br&gt;* If we reuse something from the community, we:
&lt;br&gt;&amp;nbsp; &amp;nbsp; - keep the author in the module
&lt;br&gt;&amp;nbsp; &amp;nbsp; - keep the copyright
&lt;br&gt;&amp;nbsp; &amp;nbsp; - put greetings in the commit.
&lt;br&gt;&amp;nbsp; If one of our developer forget this during his work, we fix this as
&lt;br&gt;&amp;nbsp; soon as we get a notice from someone of the community.
&lt;br&gt;* It is not our policy at all to try to stole copyright.
&lt;br&gt;&lt;br&gt;Please avoid launching trolls about this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I did not checked the code, but I don't think mga took code from
&lt;br&gt;poweremail module. Mga, can you confirm or not. If you get some code
&lt;br&gt;from poweremail, wan you change the copyright in your module ?
&lt;br&gt;&lt;br&gt;The smtpclient module
&lt;br&gt;---------------------
&lt;br&gt;&lt;br&gt;I'd like to thanks the author of the smtpclient module.
&lt;br&gt;&lt;br&gt;It's a good contribution to OpenERP (even if we think it's not ready to
&lt;br&gt;be ported to v6.0.) It adds several features and some companies may find
&lt;br&gt;the solution they need in this module.
&lt;br&gt;&lt;br&gt;I don't think it's fair to criticise someone who contributes. (whether
&lt;br&gt;is's OpenERP SA, a personal initiative or someone from the community).
&lt;br&gt;Every contribution is a plus to OpenERP.
&lt;br&gt;&lt;br&gt;You can blame OpenERP SA to have added this module in addons because you
&lt;br&gt;think it's not good enough. This is a mistake of us and we will remove
&lt;br&gt;it as soon as we have changed the mailgateway module to remove the
&lt;br&gt;dependency. It's in our backlog since a few days.
&lt;br&gt;&lt;br&gt;Your attitude
&lt;br&gt;-------------
&lt;br&gt;&lt;br&gt;I think your attitude is not open at all !
&lt;br&gt;&lt;br&gt;It's not acceptable to blame someone that develop a new open source
&lt;br&gt;module. Every one is free to develop what he needs, this is what open
&lt;br&gt;source is all about.
&lt;br&gt;&lt;br&gt;You may like the new development or not, but don't blame someone who
&lt;br&gt;contributes. It's sometime a good thing to have several modules that
&lt;br&gt;does the same thing. People will use the module that best fits their needs.
&lt;br&gt;&lt;br&gt;Our policy about duplication of Work
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Our policy is to reuse what exists, if it's possible.
&lt;br&gt;&lt;br&gt;But sometimes it's better to recode than to reuse. Here are some
&lt;br&gt;examples, which lead to great improvements in OpenERP:
&lt;br&gt;&lt;br&gt;1. Scenario
&lt;br&gt;&lt;br&gt;* OpenERP had a test system based on asserts and .XML files.
&lt;br&gt;* C2C did not liked this and made a good contribution with OERPScenario
&lt;br&gt;&amp;nbsp; instead of using/improving the current OpenERP test system.
&lt;br&gt;* We thought the C2C system can not be integrated in the main branch so
&lt;br&gt;&amp;nbsp; we released an improved version of our initial data loading/test
&lt;br&gt;&amp;nbsp; system: YAML.
&lt;br&gt;&lt;br&gt;Today, we have two good tests system in OpenERP: OpenERPScenario and YAML.
&lt;br&gt;&lt;br&gt;I think it's very good to have alternatives, we must keep and promote
&lt;br&gt;both: and that's what we do.
&lt;br&gt;&lt;br&gt;OpenERPScenario is a strong improvement to OpenERP. Even if we decided
&lt;br&gt;to not use it, for reasons I previously explained, we promote their
&lt;br&gt;contribution.
&lt;br&gt;&lt;br&gt;This is exactly what open souce is all about: freedom to use what you
&lt;br&gt;want, freedom to redevelop what you don't like.
&lt;br&gt;&lt;br&gt;2. Report Engine
&lt;br&gt;&lt;br&gt;* Reportlab had a report engine that produced PDF files based on .XML
&lt;br&gt;data. (RML2PDF) This was a great tool because, 10 years ago, every
&lt;br&gt;report engine where based on code, rather than data.
&lt;br&gt;* We decided to redevelop it because it was not open source. So we made
&lt;br&gt;trml2pdf, an open source alternative.
&lt;br&gt;* The community decided to add new report engine because RML has some
&lt;br&gt;limitations and we have about 4 new report engine in OpenERP: OO
&lt;br&gt;headless, mako, etc.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Fortunately these two examples are exceptions. In the 500 modules of
&lt;br&gt;OpenERP, you have only a very few of them that overlaps. This is good
&lt;br&gt;because it's a waste of time to redevelop 2 times the same thing, even
&lt;br&gt;if sometimes it's required.
&lt;br&gt;&lt;br&gt;It works in both ways. If the community do not like a module from
&lt;br&gt;OpenERP, you can redevelop an alternative for it. We will not blame you
&lt;br&gt;but promote your effort.
&lt;br&gt;&lt;br&gt;So, please be open to this.
&lt;br&gt;&lt;br&gt;About Quality certification
&lt;br&gt;---------------------------
&lt;br&gt;&lt;br&gt;&amp;gt; Is it because the community cannot pay for a community contribution
&lt;br&gt;&amp;gt; that the effort is duplicated?
&lt;br&gt;&lt;br&gt;The quality certification is a service for customers, if they want their
&lt;br&gt;module to be checked and maintained in the long term. (migrations of
&lt;br&gt;versions, ...) It's not required and our goal is not to force people to
&lt;br&gt;pass it.
&lt;br&gt;&lt;br&gt;If we think a module is good enough to be integrated in the official
&lt;br&gt;release, we take the certification at our charge. We already announced
&lt;br&gt;we will do it for several accounting modules and for poweremail.
&lt;br&gt;&lt;br&gt;&lt;br&gt;We made the review of poweremail for quality certification and including
&lt;br&gt;it in the next versions of OpenERP because it's clearly interesting
&lt;br&gt;features.
&lt;br&gt;&lt;br&gt;In my first check, I think they are several things to change before
&lt;br&gt;being included in the official version.
&lt;br&gt;&lt;br&gt;Some examples:
&lt;br&gt;* the name of the module must be changed. Something like: email_template
&lt;br&gt;&amp;nbsp; To compare, we will not name a module efficient_sale in the official
&lt;br&gt;&amp;nbsp; addons.
&lt;br&gt;* most menus must be changed according to v6.0 guidelines. It must be in
&lt;br&gt;&amp;nbsp; submenus of Tools, instead of defining a root menu.
&lt;br&gt;* we need the module to send template of emails, but we don't need the
&lt;br&gt;&amp;nbsp; reception of email. (pop/imap) Managing mailboxes is a different
&lt;br&gt;&amp;nbsp; behaviour and I prefer to have light modules.
&lt;br&gt;* Also, there is a good contribution from axelor for webmail which seems
&lt;br&gt;&amp;nbsp; more advanced for managing mailboxes. (reception of emails)
&lt;br&gt;&lt;br&gt;If you allow, we can do the rework (and keep your copyright of course).
&lt;br&gt;&lt;br&gt;Conclusion
&lt;br&gt;----------
&lt;br&gt;&lt;br&gt;&amp;gt; When I conclude this mail, I am not sure if I will ever get a reply
&lt;br&gt;&amp;gt; for this mail from 'Open ERP SA'. But please remember that the more
&lt;br&gt;&amp;gt; you do this, the more the community moves away from you.
&lt;br&gt;&lt;br&gt;Sharoon, please understand that:
&lt;br&gt;&lt;br&gt;1. It was not the intention of OpenERP to duplicate your work. It was a
&lt;br&gt;personal initiative of one of our employee and his intention was to
&lt;br&gt;improve the mailgateway which is a slightly different behaviour than
&lt;br&gt;poweremail. I don't know if he reused code from poweremail or not. But,
&lt;br&gt;you may like it or nto, a contribution is always good thing.
&lt;br&gt;&lt;br&gt;2. If, one day, we reuse your code in one of our module, you should not
&lt;br&gt;criticise this. (unless we forget the copyright of course) This is how
&lt;br&gt;open source projects evolve.
&lt;br&gt;&lt;br&gt;3. If, one day, you reuse our code, we will not criticise you publicly.
&lt;br&gt;We think it's normal and we will probably promote your contribution.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I understand nobody likes to have an alternative module to one of his
&lt;br&gt;work. But this is how open source works: having different alternatives
&lt;br&gt;for the same purpose, and the users use the ones they prefer.
&lt;br&gt;&lt;br&gt;As an editor, we always prefer to reuse and promote the work of the
&lt;br&gt;community if it's possible.
&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=821533&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-tp818634p821533.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-819385" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821531</id>
	<title>Re: [Openerp-community] Injustice, plagiarism and insult of community 	work</title>
	<published>2010-05-15T14:26:36Z</published>
	<updated>2010-05-15T14:26:36Z</updated>
	<author>
		<name>Raimon Esteve-2</name>
	</author>
	<content type="html">2010/5/15 Raimon Esteve &amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=821531&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;nbsp;and a lot of work of community users.
&lt;br&gt;&lt;br&gt;Sorry, I wanted to write:
&lt;br&gt;I'm very sad this notice after a lot of work of communtiy users.
&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=821531&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/Injustice-plagiarism-and-insult-of-community-work-tp818634p821531.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821530" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821530</id>
	<title>Re: [Openerp-community] Injustice, plagiarism and insult of community 	work</title>
	<published>2010-05-15T14:23:27Z</published>
	<updated>2010-05-15T14:23:27Z</updated>
	<author>
		<name>Raimon Esteve-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;Last friday in III Jornadas OpenERP Bilbao (1) (Spanish community
&lt;br&gt;days), one of my presentation was: &amp;quot;Poweremail, email client of
&lt;br&gt;OpenERP&amp;quot;.
&lt;br&gt;&lt;br&gt;Now, I'm very sad this new feature of OpenERP 6.0 and fetchamail
&lt;br&gt;module.... and a lot of work of community users.
&lt;br&gt;&lt;br&gt;You can see the presentation at:
&lt;br&gt;&lt;a href="http://www.zikzakmedia.com/ca/bloc/novetats/168-material-de-las-iii-jornadas-de-openerp-de-bilbao.html" target="_top" rel="nofollow" link="external"&gt;http://www.zikzakmedia.com/ca/bloc/novetats/168-material-de-las-iii-jornadas-de-openerp-de-bilbao.html&lt;/a&gt;&lt;br&gt;or
&lt;br&gt;&lt;a href="http://www.slideshare.net/raimonesteve/poweremail" target="_top" rel="nofollow" link="external"&gt;http://www.slideshare.net/raimonesteve/poweremail&lt;/a&gt;&lt;br&gt;&lt;br&gt;:(
&lt;br&gt;&lt;br&gt;(1) &lt;a href="http://www.jornadasopenerp.com/" target="_top" rel="nofollow" link="external"&gt;http://www.jornadasopenerp.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Raimon Esteve
&lt;br&gt;OpenERP, gestió empresarial flexible
&lt;br&gt;Magento, botigues virtuals dinàmiques
&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=821530&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-tp818634p821530.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-818634" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-819988</id>
	<title>Re: [Openerp-community] Injustice, plagiarism and insult of community 	work</title>
	<published>2010-05-15T11:14:27Z</published>
	<updated>2010-05-15T11:14:27Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">Hello Shabbir ji,&lt;br&gt;&lt;br&gt;I think the confusion here is you are talking about this module: &lt;a href="http://bazaar.launchpad.net/%7Eopenerp-community/openobject-addons/trunk-addons-community/revision/44#poweremail/poweremail_inv.py" target="_blank" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp-community/openobject-addons/trunk-addons-community/revision/44#poweremail/poweremail_inv.py&lt;/a&gt;&lt;br&gt;
&lt;br&gt;It clearly has my name as the author and Pragmatic as the company since this was authored at the time i worked at Pragmatic.&lt;br&gt;The only mistake done by me was I reused the same name &amp;#39;poweremail&amp;#39; for a new module which was totally built from scratch.  &lt;br&gt;
The work is just an implementation of osv_memory specifically for 
sale_order and account_invoice. It does not even work with other models. It would be like comparing the new magento corrector with the original smile one because both does the basic job of connecting to magento and the same developer was involved in both. (But just like the poweremail the new magento connect is really powerful and different). I think it would be injustice again to compare the works by me (and other colleagues at Pragmatic) to the Poweremail as we see it today built by the Open ERP community. The said module (linked above) was removed by me couple of months back to avoid ambiguity since the module was never maintained and bugs were being reported about the same.&lt;br&gt;
&lt;br&gt;Me or my company has never claimed that we are the &amp;#39;owners&amp;#39; of Poweremail despite being the largest contributors. It is a community driven project and I happen to lead the project. The copyrights dont talk about my company either.The claims of contribution can be verified by any body from the launchpad statistics available here &lt;a href="https://launchpad.net/poweremail/+topcontributors" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/poweremail/+topcontributors&lt;/a&gt; . You can see couple of names of other Pragmatic employees also in the list but as you would understand its too low to be highlighted in the docs or the presentations that were done (The first name Sudha Sharma is 18th in the overall list). I am sure that pragmatic would have been highlighted if there was consistent contribution and looking forward to your team contributing more to the initiative in the coming days. &lt;br&gt;

&lt;br&gt;I request all your attention to the important issue here where all of us have to fear if this project is on its way to becoming another proprietary solution. I believe that this re-coding effort is to ensure that the entire main code base of Open ERP remains under the copyright of Open ERP SA. If a license change was possible over 1 day from GPL to AGPL, I would not be surprised to see another to make it proprietary. &lt;br&gt;
&lt;br&gt;Further to clarify my own standpoint on the issue, these criticisms is not to provoke an anti-Open ERP&amp;#39;ism, but to humbly insist and persuade Open ERP to change its policies and attitudes to be &amp;#39;open&amp;#39; ERP. I hope fabien and the Open ERP management will come out with a bold initiative to correct the path.&lt;br&gt;

&lt;br&gt;Cheers!&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On Sat, May 15, 2010 at 5:03 PM, Shabbir (Sohel) Merchant &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
I do not want to start a new controvert here but would like to put in to perspective some background of PowerEmail. The initial version of Power Email was developed at Pragmatic, India paid by its client  and was taken over by Mr. Thomas and his company stating that he was using only few hundred lines of code from initial version. He did not even hesitate to discredit our developers and our company who worked hard to get this version in place.&lt;br&gt;


&lt;br&gt;I am not taking any sides here, but I hope you got &lt;span&gt;&lt;span&gt;taste of &lt;i&gt;your own medicine. As you sow, so shall you reap&lt;br&gt;&lt;br&gt;Shabbir.&lt;br&gt;
&lt;br&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div class="gmail_quote"&gt;On Sat, May 15, 2010 at 3:05 PM, Sharoon Thomas &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"&gt;
Hi Fil,&lt;br&gt;&lt;br&gt;You are right!&lt;br&gt;But thats the official website of Open ERP India. Its a direct link to their website.&lt;br&gt;&lt;br&gt;So if there is a trojan, its on their site.&lt;br&gt;&lt;br&gt;I have copied this mail to the right people who can correct that.&lt;br&gt;



&lt;br&gt;Cheers!&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On Sat, May 15, 2010 at 10:00 AM, office &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=2" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;


&lt;blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"&gt;




&lt;div style="padding-left: 10px; padding-right: 10px; padding-top: 15px;" name="Compose message area"&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;If what you say is true, 
then you&amp;#39;re right to be angry. B&lt;/span&gt;&lt;span title=""&gt;ut, please be careful 
with links in email or forums because your 
link &lt;a href="http://blog.openerp.co.in/?p=400" target="_blank" rel="nofollow" link="external"&gt;http://blog.openerp.co.in/?p=400&lt;/a&gt; from your mail is infected with 
JS / Agent Trojan NCA.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Thanks,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Dumitru Gilcescu&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Fil System&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font: 10pt Tahoma;"&gt;
&lt;div&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;
&lt;div style="background: none repeat scroll 0% 0% rgb(245, 245, 245);"&gt;
&lt;div&gt;&lt;b&gt;From:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=3" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; &lt;/div&gt;
&lt;div&gt;&lt;b&gt;Sent:&lt;/b&gt; Saturday, May 15, 2010 2:54 AM&lt;/div&gt;
&lt;div&gt;&lt;b&gt;To:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=4" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; &lt;/div&gt;
&lt;div&gt;&lt;b&gt;Cc:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=5" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=6" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=7" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; 
; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=8" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=9" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; 
&lt;/div&gt;
&lt;div&gt;&lt;b&gt;Subject:&lt;/b&gt; [Openerp-community] Injustice,plagiarism and insult of 
community work&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;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 title="http://blog.openerp.co.in/?p=400
CTRL + Click to follow link" href="http://blog.openerp.co.in/?p=400" target="_blank" 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 title="http://bazaar.launchpad.net/~openerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py
CTRL + Click to follow link" href="http://bazaar.launchpad.net/%7Eopenerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py" target="_blank" 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/%7Eopenerp-commiter/poweremail/poweremailtrunk" target="_blank" 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="_blank" rel="nofollow" link="external"&gt;http://openlabs.co.in&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;&lt;hr&gt;

&lt;p&gt;&lt;/p&gt;_______________________________________________&lt;br&gt;Mailing list: 
&lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;Post to     : 
&lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=10" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;br&gt;Unsubscribe : 
&lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;More help   : 
&lt;a href="https://help.launchpad.net/ListHelp" target="_blank" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;__________ Information from 
ESET NOD32 Antivirus, version of virus signature database 5115 (20100514) 
__________&lt;br&gt;&lt;br&gt;The message was checked by ESET NOD32 
Antivirus.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.eset.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5115 (20100514) __________&lt;br&gt;
&lt;br&gt;
The message was checked by ESET NOD32 Antivirus.&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.eset.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;


&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&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="_blank" rel="nofollow" link="external"&gt;http://openlabs.co.in&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Mailing list: &lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;
Post to     : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819988&amp;i=11" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;br&gt;
Unsubscribe : &lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;
More help   : &lt;a href="https://help.launchpad.net/ListHelp" target="_blank" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;font color="#888888"&gt;-- &lt;br&gt;Shabbir (Sohel) Merchant&lt;br&gt;CEO&lt;br&gt;Pragmatic Technology Solutions&lt;br&gt;&lt;a href="http://www.pragtech.co.in?by-user=t" target="_blank" rel="nofollow" link="external"&gt;www.pragtech.co.in&lt;/a&gt;&lt;br&gt;

+91 9422955887&lt;br&gt;+1 619 488 2759&lt;br&gt;

&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&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="_blank" 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=819988&amp;i=12" 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-tp818634p819988.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821529" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821529</id>
	<title>Re: [Openerp-community] Injustice, plagiarism and insult of community 	work</title>
	<published>2010-05-15T09:03:39Z</published>
	<updated>2010-05-15T09:03:39Z</updated>
	<author>
		<name>Shabbir (Sohel) Merchant</name>
	</author>
	<content type="html">I do not want to start a new controvert here but would like to put in to perspective some background of PowerEmail. The initial version of Power Email was developed at Pragmatic, India paid by its client  and was taken over by Mr. Thomas and his company stating that he was using only few hundred lines of code from initial version. He did not even hesitate to discredit our developers and our company who worked hard to get this version in place.&lt;br&gt;
&lt;br&gt;I am not taking any sides here, but I hope you got &lt;span style="visibility: visible;" id="main"&gt;&lt;span style="visibility: visible;" id="search"&gt;taste of &lt;em&gt;your own medicine. As you sow, so shall you reap&lt;br&gt;&lt;br&gt;Shabbir.&lt;br&gt;
&lt;br&gt;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="gmail_quote"&gt;On Sat, May 15, 2010 at 3:05 PM, Sharoon Thomas &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"&gt;
Hi Fil,&lt;br&gt;&lt;br&gt;You are right!&lt;br&gt;But thats the official website of Open ERP India. Its a direct link to their website.&lt;br&gt;&lt;br&gt;So if there is a trojan, its on their site.&lt;br&gt;&lt;br&gt;I have copied this mail to the right people who can correct that.&lt;br&gt;

&lt;br&gt;Cheers!&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="h5"&gt;&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On Sat, May 15, 2010 at 10:00 AM, office &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"&gt;




&lt;div style="padding-left: 10px; padding-right: 10px; padding-top: 15px;" name="Compose message area"&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;If what you say is true, 
then you&amp;#39;re right to be angry. B&lt;/span&gt;&lt;span title=""&gt;ut, please be careful 
with links in email or forums because your 
link &lt;a href="http://blog.openerp.co.in/?p=400" target="_blank" rel="nofollow" link="external"&gt;http://blog.openerp.co.in/?p=400&lt;/a&gt; from your mail is infected with 
JS / Agent Trojan NCA.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Thanks,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Dumitru Gilcescu&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Fil System&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;
&lt;div&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;
&lt;div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"&gt;
&lt;div&gt;&lt;b&gt;From:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=2" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; &lt;/div&gt;
&lt;div&gt;&lt;b&gt;Sent:&lt;/b&gt; Saturday, May 15, 2010 2:54 AM&lt;/div&gt;
&lt;div&gt;&lt;b&gt;To:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=3" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; &lt;/div&gt;
&lt;div&gt;&lt;b&gt;Cc:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=4" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=5" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=6" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; 
; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=7" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=8" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; 
&lt;/div&gt;
&lt;div&gt;&lt;b&gt;Subject:&lt;/b&gt; [Openerp-community] Injustice,plagiarism and insult of 
community work&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;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 title="http://blog.openerp.co.in/?p=400
CTRL + Click to follow link" href="http://blog.openerp.co.in/?p=400" target="_blank" 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 title="http://bazaar.launchpad.net/~openerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py
CTRL + Click to follow link" href="http://bazaar.launchpad.net/%7Eopenerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py" target="_blank" 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/%7Eopenerp-commiter/poweremail/poweremailtrunk" target="_blank" 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="_blank" rel="nofollow" link="external"&gt;http://openlabs.co.in&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;&lt;hr&gt;

&lt;p&gt;&lt;/p&gt;_______________________________________________&lt;br&gt;Mailing list: 
&lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;Post to     : 
&lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=9" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;br&gt;Unsubscribe : 
&lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;More help   : 
&lt;a href="https://help.launchpad.net/ListHelp" target="_blank" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;__________ Information from 
ESET NOD32 Antivirus, version of virus signature database 5115 (20100514) 
__________&lt;br&gt;&lt;br&gt;The message was checked by ESET NOD32 
Antivirus.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.eset.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5115 (20100514) __________&lt;br&gt;
&lt;br&gt;
The message was checked by ESET NOD32 Antivirus.&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.eset.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;


&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&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="_blank" rel="nofollow" link="external"&gt;http://openlabs.co.in&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Mailing list: &lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;
Post to     : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821529&amp;i=10" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;br&gt;
Unsubscribe : &lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;
More help   : &lt;a href="https://help.launchpad.net/ListHelp" target="_blank" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&lt;br&gt;-- &lt;br&gt;Shabbir (Sohel) Merchant&lt;br&gt;CEO&lt;br&gt;Pragmatic Technology Solutions&lt;br&gt;&lt;a href="http://www.pragtech.co.in?by-user=t" target="_top" rel="nofollow" link="external"&gt;www.pragtech.co.in&lt;/a&gt;&lt;br&gt;+91 9422955887&lt;br&gt;+1 619 488 2759&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=821529&amp;i=11" 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-tp818634p821529.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-819385" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-819385</id>
	<title>Re: [Openerp-community] Injustice, plagiarism and insult of community 	work</title>
	<published>2010-05-15T02:35:51Z</published>
	<updated>2010-05-15T02:35:51Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">Hi Fil,&lt;br&gt;&lt;br&gt;You are right!&lt;br&gt;But thats the official website of Open ERP India. Its a direct link to their website.&lt;br&gt;&lt;br&gt;So if there is a trojan, its on their site.&lt;br&gt;&lt;br&gt;I have copied this mail to the right people who can correct that.&lt;br&gt;
&lt;br&gt;Cheers!&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On Sat, May 15, 2010 at 10:00 AM, office &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;




&lt;div style="padding-left: 10px; padding-right: 10px; padding-top: 15px;" name="Compose message area"&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;If what you say is true, 
then you&amp;#39;re right to be angry. B&lt;/span&gt;&lt;span title=""&gt;ut, please be careful 
with links in email or forums because your 
link &lt;a href="http://blog.openerp.co.in/?p=400" target="_blank" rel="nofollow" link="external"&gt;http://blog.openerp.co.in/?p=400&lt;/a&gt; from your mail is infected with 
JS / Agent Trojan NCA.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Thanks,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Dumitru Gilcescu&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span title=""&gt;Fil System&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font: 10pt Tahoma;"&gt;
&lt;div&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;
&lt;div style="background: none repeat scroll 0% 0% rgb(245, 245, 245);"&gt;
&lt;div&gt;&lt;b&gt;From:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; &lt;/div&gt;
&lt;div&gt;&lt;b&gt;Sent:&lt;/b&gt; Saturday, May 15, 2010 2:54 AM&lt;/div&gt;
&lt;div&gt;&lt;b&gt;To:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=2" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; &lt;/div&gt;
&lt;div&gt;&lt;b&gt;Cc:&lt;/b&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=3" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=4" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=5" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; 
; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=6" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=7" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; 
&lt;/div&gt;
&lt;div&gt;&lt;b&gt;Subject:&lt;/b&gt; [Openerp-community] Injustice,plagiarism and insult of 
community work&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="h5"&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;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 title="http://blog.openerp.co.in/?p=400
CTRL + Click to follow link" href="http://blog.openerp.co.in/?p=400" target="_blank" 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 title="http://bazaar.launchpad.net/~openerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py
CTRL + Click to follow link" href="http://bazaar.launchpad.net/%7Eopenerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py" target="_blank" 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/%7Eopenerp-commiter/poweremail/poweremailtrunk" target="_blank" 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="_blank" rel="nofollow" link="external"&gt;http://openlabs.co.in&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;&lt;hr&gt;

&lt;p&gt;&lt;/p&gt;_______________________________________________&lt;br&gt;Mailing list: 
&lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;Post to     : 
&lt;a href="/user/SendEmail.jtp?type=node&amp;node=819385&amp;i=8" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;br&gt;Unsubscribe : 
&lt;a href="https://launchpad.net/%7Eopenerp-community" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/a&gt;&lt;br&gt;More help   : 
&lt;a href="https://help.launchpad.net/ListHelp" target="_blank" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;__________ Information from 
ESET NOD32 Antivirus, version of virus signature database 5115 (20100514) 
__________&lt;br&gt;&lt;br&gt;The message was checked by ESET NOD32 
Antivirus.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.eset.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5115 (20100514) __________&lt;br&gt;
&lt;br&gt;
The message was checked by ESET NOD32 Antivirus.&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.eset.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;


&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&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=819385&amp;i=9" 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-tp818634p819385.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821523" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-821523</id>
	<title>Re: [Openerp-community] Injustice, plagiarism and insult of community work</title>
	<published>2010-05-15T02:00:39Z</published>
	<updated>2010-05-15T02:00:39Z</updated>
	<author>
		<name>office-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;

&lt;META content=text/html;charset=iso-8859-1 http-equiv=Content-Type&gt;
&lt;META name=GENERATOR content="MSHTML 8.00.7600.16535"&gt;

&lt;DIV&gt;&lt;SPAN id=result_box class=long_text&gt;&lt;SPAN title=""&gt;If what you say is true, 
then you're right to be angry. B&lt;/SPAN&gt;&lt;SPAN title=""&gt;ut,&amp;nbsp;please be careful 
with&amp;nbsp;links in email or forums because your 
link&amp;nbsp;http://blog.openerp.co.in/?p=400&amp;nbsp;from your mail is infected with 
JS / Agent Trojan NCA.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=long_text&gt;&lt;SPAN title=""&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=long_text&gt;&lt;SPAN title=""&gt;Dumitru Gilcescu&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=long_text&gt;&lt;SPAN title=""&gt;Fil System&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="FONT: 10pt Tahoma"&gt;
&lt;DIV&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;FONT size=3 
face=Calibri&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV style="BACKGROUND: #f5f5f5"&gt;
&lt;DIV style="font-color: black"&gt;&lt;B&gt;From:&lt;/B&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821523&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; &lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;Sent:&lt;/B&gt; Saturday, May 15, 2010 2:54 AM&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821523&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; &lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;Cc:&lt;/B&gt; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821523&amp;i=2" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821523&amp;i=3" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821523&amp;i=4" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; 
; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821523&amp;i=5" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; ; &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821523&amp;i=6" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt; 
&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;Subject:&lt;/B&gt; [Openerp-community] Injustice,plagiarism and insult of 
community work&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;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 
title="http://blog.openerp.co.in/?p=400&amp;#10;CTRL + Click to follow link" 
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 
'Powerwmail' . &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 'certified'. 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 
title="http://bazaar.launchpad.net/~openerp-commiter/openobject-addons/trunk-mod3-local/annotate/head:/fetchmail/fetchmail.py&amp;#10;CTRL + Click to follow link" 
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'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 'Open ERP SA'. 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 '0' in code quality. Atleast try making something better with 
all the TODO'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;P&gt;
&lt;HR&gt;

&lt;P&gt;&lt;/P&gt;_______________________________________________&lt;BR&gt;Mailing list: 
https://launchpad.net/~openerp-community&lt;BR&gt;Post to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 
&lt;a href="/user/SendEmail.jtp?type=node&amp;node=821523&amp;i=7" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;BR&gt;Unsubscribe : 
https://launchpad.net/~openerp-community&lt;BR&gt;More help&amp;nbsp;&amp;nbsp; : 
https://help.launchpad.net/ListHelp&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;__________ Information from 
ESET NOD32 Antivirus, version of virus signature database 5115 (20100514) 
__________&lt;BR&gt;&lt;BR&gt;The message was checked by ESET NOD32 
Antivirus.&lt;BR&gt;&lt;BR&gt;http://www.eset.com&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;
&lt;BR&gt;
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5115 (20100514) __________&lt;BR&gt;
&lt;BR&gt;
The message was checked by ESET NOD32 Antivirus.&lt;BR&gt;
&lt;BR&gt;
&lt;A href="http://www.eset.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://www.eset.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=821523&amp;i=8" 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-tp818634p821523.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-818634" />
</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-821528</id>
	<title>Re: [Openerp-community] OpenERP 5.0.7</title>
	<published>2010-03-01T15:59:18Z</published>
	<updated>2010-03-01T15:59:18Z</updated>
	<author>
		<name>Eric Caudal</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"&gt;


  &lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"&gt;
  &lt;META NAME="GENERATOR" CONTENT="GtkHTML/3.28.1"&gt;


Great Job,&lt;BR&gt;
Is it possible in the future to improve the change log having it classified by module, and with short description for all and bug reference link (if exists)?&lt;BR&gt;
Current change log is impressive but unreadable if you want to keep track of a specific module.&lt;BR&gt;
&amp;nbsp; &lt;BR&gt;
regards &lt;BR&gt;
&lt;TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%"&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;BR&gt;
Eric &lt;BR&gt;
&lt;BR&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TABLE&gt;
-----Original Message-----&lt;BR&gt;
&lt;B&gt;From&lt;/B&gt;: Stephane Wirtel &amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=821528&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;BR&gt;
&lt;B&gt;Reply-to&lt;/B&gt;: &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821528&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;BR&gt;
&lt;B&gt;To&lt;/B&gt;: &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821528&amp;i=2" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;BR&gt;
&lt;B&gt;Cc&lt;/B&gt;: &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821528&amp;i=3" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;, &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821528&amp;i=4" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;BR&gt;
&lt;B&gt;Subject&lt;/B&gt;: [Openerp-community] OpenERP 5.0.7&lt;BR&gt;
&lt;B&gt;Date&lt;/B&gt;: Mon, 01 Mar 2010 16:45:23 +0100&lt;BR&gt;
&lt;BR&gt;
&lt;PRE&gt;
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


We have the pleasure to announce a new revision of OpenERP 5.0.

This release contains lots of improvements and bug fixes which you can find in the Changelog [1]

You will find the tarball archives on OpenERP download page.

The Windows Installers will be made available as soon as possible.

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
revision releases from time to time. This is the first release of that improved process.

You can contribute to OpenERP on LaunchPad.

* 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;
* Translations: &lt;A HREF="https://translations.launchpad.net/openobject" target="_top" rel="nofollow" link="external"&gt;https://translations.launchpad.net/openobject&lt;/A&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;

For more information, take a look at the wiki and the forum.

[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;

The OpenERP Team,
- --
Stephane Wirtel - &amp;quot;As OpenERP is OpenSource, please feel free to contribute.&amp;quot;
Release/Quality Manager
Tiny SPRL
40, Chaussee de Namur
B-1367 Gerompont
* Tel: +32.81.81.37.00
* 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;
* Planet: &lt;A HREF="http://www.openerp.com/planet/" target="_top" rel="nofollow" link="external"&gt;http://www.openerp.com/planet/&lt;/A&gt;
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - &lt;A href="http://enigmail.mozdev.org?by-user=t" target="_top" rel="nofollow" link="external"&gt;http://enigmail.mozdev.org&lt;/A&gt;

iEYEARECAAYFAkuL4RMACgkQnqh8s27uQNXtywCePfnHI+V2Peoehr2IDzhN1RTr
POsAn0hegzXTOjdatZ15gG2PgAnoH1Bt
=d3ps
-----END PGP SIGNATURE-----
_______________________________________________
Mailing list: &lt;A HREF="https://launchpad.net/~openerp-community" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/A&gt;
Post to     : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=821528&amp;i=5" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
Unsubscribe : &lt;A HREF="https://launchpad.net/~openerp-community" target="_top" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community&lt;/A&gt;
More help   : &lt;A HREF="https://help.launchpad.net/ListHelp" target="_top" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/A&gt;
&lt;/PRE&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=821528&amp;i=6" 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-tp422114p821528.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-422114" />
</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-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-138034</id>
	<title>Re: [Openerp-community-leaders] Simple things we need from Tiny for better bug planning/management</title>
	<published>2010-01-25T06:15:05Z</published>
	<updated>2010-01-25T06:15:05Z</updated>
	<author>
		<name>Joël Grand-Guillaume @ CampToCamp</name>
	</author>
	<content type="html">Hi !&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I agree with Jan Verlaan, The best solution is that the community has the commit right on the main stable branch. The official release is just a tag on a specific revision. Other project Open Source are running like this for years now, and it works well as long as things are discussed !&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So for me the next point is : The community has to ask Tiny for the commit right into the stable branch. We suggest that for years now @ Camptocamp.... We're fighting till the beginning to have more "power" in the decisions, the code, the futures features and so... Wee succeed introducing Launchpad (not perfect, but much better than SVN :). We just want this project to be more "community oriented" ! Now the community has a real knowledge and a real devs force. We're part of this project, and we want to drive it for the good of all ! I think Tiny would understand that and hope they'll make the good choice... Tiny would always have the right above all other, when no decision can be made into the community, so they'll keep their lead on the project, creating a "red line" for everybody.&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;@Niels &amp;amp; Rvalyi :&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Just to let you know guys that I made this mistake recording this project. Launchpad don't allow you to change it once it's done :( You have to request it through Question/Answer as I did from when Rvalyi told me... Till there, I'm waiting !&amp;nbsp;It doesn't seem fair to me to judge a project on that... This little mistake (waiting for correction for month now !) doesn't affect the quality of the project...&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Regards,&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;Le 23 janv. 2010 à 01:28, Niels Huylebroeck a écrit :&lt;/div&gt;&lt;br class="Apple-interchange-newline"&gt;&lt;blockquote type="cite"&gt;&lt;div class="gmail_quote"&gt;2010/1/22 Raphaël Valyi &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=138034&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="border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; padding-left: 1ex; position: static; z-index: auto; "&gt;
5) Finally, yes, helping CampToCamp to build a decent testuite with OERPScenario &lt;a href="https://launchpad.net/oerpsenario" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/oerpsenario&lt;/a&gt;&amp;nbsp;is a large part of the solution.&lt;div class="gmail_quote"&gt;
&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;Yes, I believe good testing is critical, but how professional does it look when there is a typo in the project name ?&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&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;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; 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: 14px; 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="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="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;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;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;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;span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" face="Arial" size="4"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; "&gt;&lt;span class="Apple-style-span" style="font-family: Arial; "&gt;&lt;span class="Apple-style-span" style="font-family: Arial; "&gt;--&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" face="Arial" size="3"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; "&gt;&lt;br class="webkit-block-placeholder"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" face="Arial" size="3"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; "&gt;&lt;b&gt;&lt;font class="Apple-style-span" color="#404040"&gt;Joël Grand-Guillaume&lt;/font&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="Arial" size="3"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; "&gt;&lt;b&gt;&lt;font class="Apple-style-span" color="#404040"&gt;&amp;nbsp;&lt;/font&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#808080" face="Arial"&gt;&lt;b&gt;OpenERP Consultant&lt;/b&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="#808080"&gt;&lt;font class="Apple-style-span" face="Arial"&gt;&lt;b&gt;Business Solutions&lt;/b&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="#808080" face="Arial"&gt;&lt;b&gt;&lt;br class="webkit-block-placeholder"&gt;&lt;/b&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="#808080"&gt;&lt;font class="Apple-style-span" face="Arial"&gt;&lt;b&gt;Camptocamp SA&lt;/b&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" face="Arial"&gt;&lt;font class="Apple-style-span" color="#808080"&gt;PSE A,&amp;nbsp;CH-1015 Lausanne&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" face="Arial"&gt;&lt;font class="Apple-style-span" color="#808080"&gt;&amp;nbsp;&lt;/font&gt;&lt;span class="Apple-style-span" style="font-family: Helvetica; "&gt;&lt;font class="Apple-style-span" color="#808080"&gt;&lt;a href="http://www.camptocamp.com?by-user=t" target="_top" rel="nofollow" link="external"&gt;www.camptocamp.com&lt;/a&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" color="#808080"&gt;&lt;br class="webkit-block-placeholder"&gt;&lt;/font&gt;&lt;/p&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;font class="Apple-style-span" face="Arial"&gt;&lt;font class="Apple-style-span" color="#808080"&gt;Phone: +41 21 619 10 28&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" face="Arial"&gt;&lt;font class="Apple-style-span" color="#808080"&gt;Office: +41 21 619 10&amp;nbsp;10&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" face="Arial"&gt;&lt;font class="Apple-style-span" color="#808080"&gt;Fax: +41 21 619 10 00&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="#808080" face="Arial"&gt;Email: &lt;a href="/user/SendEmail.jtp?type=node&amp;node=138034&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&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="#808080"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); "&gt;&lt;a href="http://www.camptocamp.com/fr/business-solutions/formations" target="_top" rel="nofollow" link="external"&gt;http://www.camptocamp.com/fr/business-solutions/formations&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&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=138034&amp;i=2" 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-tp132053p138034.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-135400" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-137913</id>
	<title>Re: [Openerp-community-leaders] Simple things we need from Tiny for better bug planning/management</title>
	<published>2010-01-25T04:38:54Z</published>
	<updated>2010-01-25T04:38:54Z</updated>
	<author>
		<name>Niels Huylebroeck-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;


  &lt;meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"&gt;


Jan Verlaan - Veritos wrote:&lt;br&gt;
&lt;span style="white-space: pre;"&gt;&amp;gt; i think you hit with your doubts
the hart of this discussion. At least several community members I spoke
in the Netherlands have the same doubts together with most of the
others here in the mailinglist.&lt;br&gt;
&amp;gt; The rest of the discussion held is about a possible solution to
overcome these doubts.&lt;/span&gt;&lt;br&gt;
I think to maintain a positive attitude it would be more constructive
to talk about possible fixes instead of repeating the problems, it's
true we have to realize what problems there are at this point but it's
not worth repeating them over and over.&lt;br&gt;
&lt;br&gt;
Lets get some technical talk going on the topic of maintaining a
"community" branch.&lt;br&gt;
&lt;span style="white-space: pre;"&gt;&amp;gt; I propose to discus further on the
work involved to establish a separated branch, what are the pro and
cons, what rules we want to introduce in maintaining a branch.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; As mentioned in previous mails when we do branch-off,&amp;nbsp; I expect
that Tiny will not commit many more updates/fixes to their stable
branch and we will stand more or less alone. I guess they will merge
our bugfixes in there own private branch and trunk only. Why would Tiny
put efforts in the stable branch when the&amp;nbsp; community branch-off and
doesn't use it?&lt;/span&gt;&lt;br&gt;
Tiny will still have a public interest in portraying their stable
branch and supporting it, thus there will still be effort in it, maybe
not as much as there is now but that's partly the idea of why we need a
community branch: to create an actively developed branch which tiny can
cherrypick fixes from.&lt;br&gt;
&lt;br&gt;
I do not see why Tiny would stop posting / fixing their public branch,
in fact they would have a lot less to worry about if they can just
"steal" their fixes from our community branch and the community will
"steal" the bugfixes that Tiny implemented.&lt;br&gt;
&lt;br&gt;
This brings me to a point where I would have to say our number 1
priority would have to be staying compatible with the Tiny stable
branch, meaning if they did a refactoring of a function in a way that
isn't compatible with our implementation (or dependent modules) we
would have to refactor our work to match their work, basically it would
mean we would have to take a tiny step backwards.&lt;br&gt;
&lt;br&gt;
I guess there will sooner or later be such a change and people are
likely to feel like they are stepped on their toes, but going
all-stand-alone on this community branch sounds like the worst idea
ever to me, since from that moment on you can call our effort a fork...&lt;br&gt;
&lt;br&gt;
The idea is to keep the possibilities open to share code between both
branches as easily as possible, without this both the branches will
divert.&lt;br&gt;
&lt;br&gt;
I realize that bending our community branch to match the Tiny branch
will upset some people as it would appear Tiny would still maintain
grasp over this branch, but look at it from the other way : if the
community branch implements something that's well executed, why would
they want to rewrite it, it would be much easier for them to just
integrate our version.&lt;br&gt;
&lt;br&gt;
The biggest issue with duplicated efforts is in communication, if Tiny
doesn't know what we're developing and we don't know what they're
developing things are heading for a collision course. So all we would
need from Tiny is someone who would notify us what kind of
functionality Tiny is developing, we don't need to be able to watch
every step of the way while it's developing, but we would have to get
an idea of what it is going to do/change. That way we can anticipate
and also avoid duplicated effort.&lt;br&gt;
&lt;br&gt;
&gt;From our side it would mean we would have to find a very clear way to
inform Tiny of our development projects, it means that you'd have to at
least have a post on some mailinglist or something stating your
intentioned work/changes. This also helps us with finding origins of
regressions, as each person would be "liable" for their changes and
having this "central directory" allows people to easily contact and
coordinate efforts.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Niels 'Red15' Huylebroeck&lt;br&gt;
&lt;br&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=137913&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-tp132053p137913.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-137774" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-137774</id>
	<title>Re: [Openerp-community-leaders] Simple things we need from Tiny for better bug planning/management</title>
	<published>2010-01-25T02:50:06Z</published>
	<updated>2010-01-25T02:50:06Z</updated>
	<author>
		<name>Jan Verlaan - Veritos</name>
	</author>
	<content type="html">Sharoon,
&lt;br&gt;&lt;br&gt;i think you hit with your doubts the hart of this discussion. At least 
&lt;br&gt;several community members I spoke in the Netherlands have the same 
&lt;br&gt;doubts together with most of the others here in the mailinglist.
&lt;br&gt;The rest of the discussion held is about a possible solution to overcome 
&lt;br&gt;these doubts.
&lt;br&gt;&lt;br&gt;As Tiny does not respond (yet) to our concerns, some of you have already 
&lt;br&gt;a privately maintained branch en others are thinking about setting up a 
&lt;br&gt;, resulting in having one community maintained branch that will be more 
&lt;br&gt;stable as the Tiny one.
&lt;br&gt;I propose to discus further on the work involved to establish a 
&lt;br&gt;separated branch, what are the pro and cons, what rules we want to 
&lt;br&gt;introduce in maintaining a branch.
&lt;br&gt;&lt;br&gt;As mentioned in previous mails when we do branch-off, &amp;nbsp;I expect that 
&lt;br&gt;Tiny will not commit many more updates/fixes to their stable branch and 
&lt;br&gt;we will stand more or less alone. I guess they will merge our bugfixes 
&lt;br&gt;in there own private branch and trunk only. Why would Tiny put efforts 
&lt;br&gt;in the stable branch when the &amp;nbsp;community branch-off and doesn't use it?
&lt;br&gt;Resulting in that we are alone then. I hope everyone who wants to 
&lt;br&gt;branch-off as a solution to the un-stability of the stable, is aware of 
&lt;br&gt;the work involved, not only maintaining a branch, but also maintaining 
&lt;br&gt;the community itself, with all rules and communication efforts needed.
&lt;br&gt;If we mis-judge this work and/or not willing to spend our time to make 
&lt;br&gt;it successful , we will definitely run into the same trouble where Tiny 
&lt;br&gt;is in now.
&lt;br&gt;&lt;br&gt;Still I hope Tiny will respond to this discussion with a answer that 
&lt;br&gt;solves our main problem, a stable branch that is stable and where the 
&lt;br&gt;community is involved in maintaining the branch.
&lt;br&gt;&lt;br&gt;With kinds regards,
&lt;br&gt;Jan Verlaan
&lt;br&gt;&lt;br&gt;Op 24-01-10 11:34, Sharoon Thomas schreef:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just another example I want to point out:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I proposed a merge correcting the database issues in non locale environment
&lt;br&gt;&amp;gt; on the 12th of January:
&lt;br&gt;&amp;gt; &lt;a href="https://code.launchpad.net/~sharoonthomas/openobject-server/patchfor_postgressql_environnonutf8/+merge/17222" target="_top" rel="nofollow" link="external"&gt;https://code.launchpad.net/~sharoonthomas/openobject-server/patchfor_postgressql_environnonutf8/+merge/17222&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The merge is approved and status changed to merged by an open ERP employee
&lt;br&gt;&amp;gt; yesterday with a comment that the patch is good but has already been fixed.
&lt;br&gt;&amp;gt; The fix link is here
&lt;br&gt;&amp;gt; &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-server/5.0/revision/chs@tinyerp.com-20100120163913-5ftbs7e85lwqb1et" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-server/5.0/revision/chs@...&lt;/a&gt;.
&lt;br&gt;&amp;gt; I am happy that its fixed, but the author is different and NOT WHEN I
&lt;br&gt;&amp;gt; SAY
&lt;br&gt;&amp;gt; THIS I AM NOT DYING FOR CREDIT OR KARMA.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just want to point out that I dont see a single community contribution (if
&lt;br&gt;&amp;gt; any like the one above they are made the editors') in the closed branches of
&lt;br&gt;&amp;gt; Tiny (server&amp; &amp;nbsp;'Certified' Addons).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Somebody please clarify my doubts:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1. Is it because tiny wants to retain the ownership of the code of the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; server&amp; &amp;nbsp;addons, but benefit from all the community contribution.??
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 2. I understand its possible to change the license of a project if the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; code base is completely owned by the changer. I am not a license geek,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; somebody who knows please clarify. I dont want to be pissed off by any
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; company like the hundreds of open source projects did to their community.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 3. The recent marketing efforts may have been seen positively by many. I
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; try to convince myself as well but i dont get convinced. It looks more to me
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; like Sun (Or Oracle to be precise) is going to invest in Tiny? Everybody has
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; intentions behind every penny spent. Definitely they are going to push for
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; MySQL or probably Oracle being used with ERP? The recent madness and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; obsession shown by Tiny in the SA branch sort of reassure me of this. More
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; here&amp;lt;&lt;a href="http://www.bloomberg.com/apps/news?pid=20601204&amp;sid=a0Wy0DITQBiA" target="_top" rel="nofollow" link="external"&gt;http://www.bloomberg.com/apps/news?pid=20601204&amp;sid=a0Wy0DITQBiA&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; where FP says he wants to sell the company off (forget the time
&lt;br&gt;&amp;gt; period, why
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; would he not do it if he gets a better offer now???) What about the major
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; vendors having purchased&amp;gt;90% of the top Linux kernel developers and many
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; of the developers of important frameworks like GNOME or KDE? Isn't this
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; to give them more control on where such technologies are evolving? Isn't
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Canonical's purchase of a significant number of Debian developers
&lt;br&gt;&amp;gt; in the same
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; vein? (source&amp;lt;&lt;a href="http://www.joachim-breitner.de/blog/archives/60-Launchpad,-Google-and-why-Microsoft-is-not-the-problem.html" target="_top" rel="nofollow" link="external"&gt;http://www.joachim-breitner.de/blog/archives/60-Launchpad,-Google-and-why-Microsoft-is-not-the-problem.html&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have enough reasons to believe in the above and moreover i see more people
&lt;br&gt;&amp;gt; who think alike...
&lt;br&gt;&amp;gt; If Tiny doesnt respond to this also then what will they ever respond to
&lt;br&gt;&amp;gt; ????
&lt;br&gt;&amp;gt; To FP: these are not accusations but just doubts and concerns that are in my
&lt;br&gt;&amp;gt; mind. I believe there's no better forum to clarify.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sharoon Thomas
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&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=137774&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-tp132053p137774.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-136729" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-136781</id>
	<title>Re: [Openerp-community-leaders] Simple things we need from Tiny for better bug planning/management</title>
	<published>2010-01-24T03:44:01Z</published>
	<updated>2010-01-24T03:44:01Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">Christophe,&lt;br&gt;&lt;br&gt;I had clearly mentioned its NOT ABOUT KARMA for which nobody in this discussion/list cares the least bit.&lt;br&gt;&lt;br&gt;I trust your answer and if I do it then the question is:&lt;br&gt;&lt;br&gt;You(Tiny) wasted time and effort fixing something which was already fixed and requested for a merge&lt;br&gt;
&lt;br&gt;The bug was opened on the 12thof Jan for this and the branch linked to that on the same day with a merge proposal. Your commit was on the 20th of Jan and in simple terms you did the same thing I did. A single line of code repetition is ok. but what if it was a bigger patch/fix etc.&lt;br&gt;
&lt;br&gt;Anyhow This issue i fixed am sure existed for a long long time.&lt;br&gt;&lt;br&gt;OK, Assuming I am wrong in all the above, my initial question remains  and the hence the focus of this discussion: Simple things we expect from you(Tiny) to ensure that all of us dont go about fixing the bugs n times in our own branches and waste everybody&amp;#39;s time.&lt;br&gt;
&lt;br&gt;I hope this is the last time I propose a merge or try to fix anything on your branch. I have decided to maintain my own branch and probably switch to the community branch if this community decides to build one.Guys decide fast....I am not as patient as many of you.&lt;br&gt;
&lt;br&gt;Raphael,  I understand your anticipation of tiny responding officially to the discussion. If tiny doesnt consider this community important then I doubt reasons why this could be called an Open Source Project. &lt;br&gt;&lt;br&gt;
Christophe again this is nothing against you. Dont give us the excuse of stability for no access to the server/addons branch. One full day the supposedly stable web client branch had errors due to which none of the wizard.interface wizard including the install/update modules list wizards worked. many many more examples too. &lt;br&gt;
&lt;br&gt;Sharoon Thomas&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On Sun, Jan 24, 2010 at 11:05 AM, Christophe Simonis &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=136781&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt;
&lt;div class="im"&gt;-----BEGIN PGP SIGNED MESSAGE-----&lt;br&gt;
Hash: SHA1&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;div class="im"&gt;On 24/01/10 11:34, Sharoon Thomas wrote:&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Just another example I want to point out:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I proposed a merge correcting the database issues in non locale environment&lt;br&gt;
&amp;gt; on the 12th of January:&lt;br&gt;
&amp;gt; &lt;a href="https://code.launchpad.net/%7Esharoonthomas/openobject-server/patchfor_postgressql_environnonutf8/+merge/17222" target="_blank" rel="nofollow" link="external"&gt;https://code.launchpad.net/~sharoonthomas/openobject-server/patchfor_postgressql_environnonutf8/+merge/17222&lt;/a&gt;&lt;br&gt;

&amp;gt;&lt;br&gt;
&amp;gt; The merge is approved and status changed to merged by an open ERP employee&lt;br&gt;
&amp;gt; yesterday with a comment that the patch is good but has already been fixed.&lt;br&gt;
&amp;gt; The fix link is here&lt;br&gt;
&amp;gt; &lt;a href="http://bazaar.launchpad.net/%7Eopenerp/openobject-server/5.0/revision/chs@tinyerp.com-20100120163913-5ftbs7e85lwqb1et" target="_blank" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-server/5.0/revision/chs@...&lt;/a&gt;.&lt;br&gt;

&amp;gt; I am happy that its fixed, but the author is different and NOT WHEN I&lt;br&gt;
&amp;gt; SAY&lt;br&gt;
&amp;gt; THIS I AM NOT DYING FOR CREDIT OR KARMA.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;As you point, the patch is *already* applied. And it was applied for&lt;br&gt;
another bug that the one pointed by the merge proposal. Also I wasn&amp;#39;t&lt;br&gt;
aware of this bug report nor the merge proposal. Yesterday I was just&lt;br&gt;
cleaning the merge proposals when I see your patch that change the same&lt;br&gt;
line I change 3 day before. So I update the merge proposal before&lt;br&gt;
someone search to apply this patch and lose time on it.&lt;br&gt;
&lt;br&gt;
What the problem with Karma? For me karma is irrelevant as it is easy to&lt;br&gt;
create new project, team or (empty) branch to gain karma. Also karma is&lt;br&gt;
not specific to openobject projects and can be gain by contribute to&lt;br&gt;
other project. Finally, some contributors does not use launchapd. For&lt;br&gt;
these reason karma can&amp;#39;t be used to jugde openerp activity.&lt;br&gt;
&lt;div class="im"&gt;&lt;br&gt;
- --&lt;br&gt;
Simonis Christophe&lt;br&gt;
Quality &amp;amp; Support Manager&lt;br&gt;
Open ERP - Tiny SPRL&lt;br&gt;
Chaussée de Namur, 40&lt;br&gt;
B-1367 Gérompont&lt;br&gt;
Tel: +32.81.81.37.00&lt;br&gt;
Web: &lt;a href="http://openerp.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://openerp.com&lt;/a&gt;&lt;br&gt;
Blog: &lt;a href="http://christophe-simonis-at-tiny.blogspot.com?by-user=t" target="_blank" rel="nofollow" link="external"&gt;http://christophe-simonis-at-tiny.blogspot.com&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/" target="_blank" rel="nofollow" link="external"&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;iEYEARECAAYFAktcKWgACgkQYeXc6dw+UFq4mwCeM+CMRt+eNlCJAq6tJ1UX/j8T&lt;br&gt;
PWoAn1rDT8fejniWlrL8BJmp/P/R24ep&lt;br&gt;
=ufG/&lt;br&gt;
-----END PGP SIGNATURE-----&lt;br&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Mailing list: &lt;a href="https://launchpad.net/%7Eopenerp-community-leaders" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;
Post to     : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=136781&amp;i=1" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&lt;br&gt;
Unsubscribe : &lt;a href="https://launchpad.net/%7Eopenerp-community-leaders" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;
More help   : &lt;a href="https://help.launchpad.net/ListHelp" target="_blank" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&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=136781&amp;i=2" 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-tp132053p136781.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-136752" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-136752</id>
	<title>Re: [Openerp-community-leaders] Simple things we need from Tiny for better bug planning/management</title>
	<published>2010-01-24T03:05:13Z</published>
	<updated>2010-01-24T03:05:13Z</updated>
	<author>
		<name>Christophe Simonis</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;On 24/01/10 11:34, Sharoon Thomas wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just another example I want to point out:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I proposed a merge correcting the database issues in non locale environment
&lt;br&gt;&amp;gt; on the 12th of January:
&lt;br&gt;&amp;gt; &lt;a href="https://code.launchpad.net/~sharoonthomas/openobject-server/patchfor_postgressql_environnonutf8/+merge/17222" target="_top" rel="nofollow" link="external"&gt;https://code.launchpad.net/~sharoonthomas/openobject-server/patchfor_postgressql_environnonutf8/+merge/17222&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The merge is approved and status changed to merged by an open ERP employee
&lt;br&gt;&amp;gt; yesterday with a comment that the patch is good but has already been fixed.
&lt;br&gt;&amp;gt; The fix link is here
&lt;br&gt;&amp;gt; &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-server/5.0/revision/chs@tinyerp.com-20100120163913-5ftbs7e85lwqb1et" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-server/5.0/revision/chs@...&lt;/a&gt;.
&lt;br&gt;&amp;gt; I am happy that its fixed, but the author is different and NOT WHEN I
&lt;br&gt;&amp;gt; SAY
&lt;br&gt;&amp;gt; THIS I AM NOT DYING FOR CREDIT OR KARMA.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;As you point, the patch is *already* applied. And it was applied for
&lt;br&gt;another bug that the one pointed by the merge proposal. Also I wasn't
&lt;br&gt;aware of this bug report nor the merge proposal. Yesterday I was just
&lt;br&gt;cleaning the merge proposals when I see your patch that change the same
&lt;br&gt;line I change 3 day before. So I update the merge proposal before
&lt;br&gt;someone search to apply this patch and lose time on it.
&lt;br&gt;&lt;br&gt;What the problem with Karma? For me karma is irrelevant as it is easy to
&lt;br&gt;create new project, team or (empty) branch to gain karma. Also karma is
&lt;br&gt;not specific to openobject projects and can be gain by contribute to
&lt;br&gt;other project. Finally, some contributors does not use launchapd. For
&lt;br&gt;these reason karma can't be used to jugde openerp activity.
&lt;br&gt;&lt;br&gt;- -- 
&lt;br&gt;Simonis Christophe
&lt;br&gt;Quality &amp; Support Manager
&lt;br&gt;Open ERP - Tiny SPRL
&lt;br&gt;Chaussée de Namur, 40
&lt;br&gt;B-1367 Gérompont
&lt;br&gt;Tel: +32.81.81.37.00
&lt;br&gt;Web: &lt;a href="http://openerp.com?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://openerp.com&lt;/a&gt;&lt;br&gt;Blog: &lt;a href="http://christophe-simonis-at-tiny.blogspot.com?by-user=t&amp;by-user=t" target="_top" rel="nofollow" link="external"&gt;http://christophe-simonis-at-tiny.blogspot.com&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/" target="_top" rel="nofollow" link="external"&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAktcKWgACgkQYeXc6dw+UFq4mwCeM+CMRt+eNlCJAq6tJ1UX/j8T
&lt;br&gt;PWoAn1rDT8fejniWlrL8BJmp/P/R24ep
&lt;br&gt;=ufG/
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[chs.vcf]&lt;/tt&gt;&lt;br /&gt;&lt;hr align="left" width="300" /&gt;&lt;tt&gt;begin:vcard
&lt;br&gt;fn:Christophe Simonis
&lt;br&gt;n:Simonis;Christophe
&lt;br&gt;org:Tiny SPRL
&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=136752&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;
&lt;br&gt;title:Quality &amp; Support Manager
&lt;br&gt;tel;work:(+32) 81.81.37.00
&lt;br&gt;tel;fax:(+32) 81.73.35.01
&lt;br&gt;x-mozilla-html:FALSE
&lt;br&gt;url:http://opener.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=136752&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/Simple-things-we-need-from-Tiny-for-better-bug-planning-management-tp132053p136752.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-136729" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-136729</id>
	<title>Re: [Openerp-community-leaders] Simple things we need from Tiny for better bug planning/management</title>
	<published>2010-01-24T02:34:35Z</published>
	<updated>2010-01-24T02:34:35Z</updated>
	<author>
		<name>Sharoon Thomas</name>
	</author>
	<content type="html">&lt;div&gt;Hi all,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;Just another example I want to point out:&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I proposed a merge correcting the database issues in non locale environment on the 12th of January: &lt;a href="https://code.launchpad.net/~sharoonthomas/openobject-server/patchfor_postgressql_environnonutf8/+merge/17222" target="_top" rel="nofollow" link="external"&gt;https://code.launchpad.net/~sharoonthomas/openobject-server/patchfor_postgressql_environnonutf8/+merge/17222&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;The merge is approved and status changed to merged by an open ERP employee yesterday with a comment that the patch is good but has already been fixed. The fix link is here &lt;a href="http://bazaar.launchpad.net/~openerp/openobject-server/5.0/revision/chs@tinyerp.com-20100120163913-5ftbs7e85lwqb1et" target="_top" rel="nofollow" link="external"&gt;http://bazaar.launchpad.net/~openerp/openobject-server/5.0/revision/chs@...&lt;/a&gt; . I am happy that its fixed, but the author is different and NOT WHEN I SAY THIS I AM NOT DYING FOR CREDIT OR KARMA.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I just want to point out that I dont see a single community contribution (if any like the one above they are made the editors&amp;#39;) in the closed branches of Tiny (server &amp;amp; &amp;#39;Certified&amp;#39; Addons).&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Somebody please clarify my doubts:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Is it because tiny wants to retain the ownership of the code of the server &amp;amp; addons, but benefit from all the community contribution.??&lt;/li&gt;&lt;li&gt;
I understand its possible to change the license of a project if the code base is completely owned by the changer. I am not a license geek, somebody who knows please clarify. I dont want to be pissed off by any company like the hundreds of open source projects did to their community.&lt;/li&gt;
&lt;li&gt;The recent marketing efforts may have been seen positively by many. I try to convince myself as well but i dont get convinced. It looks more to me like Sun (Or Oracle to be precise) is going to invest in Tiny? Everybody has intentions behind every penny spent. Definitely they are going to push for MySQL or probably Oracle being used with ERP? The recent madness and obsession shown by Tiny in the SA branch sort of reassure me of this. More &lt;a href="http://www.bloomberg.com/apps/news?pid=20601204&amp;amp;sid=a0Wy0DITQBiA" target="_top" rel="nofollow" link="external"&gt;here&lt;/a&gt;  where FP says he wants to sell the company off (forget the time period, why would he not do it if he gets a better offer now???) &lt;span class="Apple-style-span" style="font-family: FreeSans, Verdana, sans-serif; "&gt;What about &lt;span class="serendipity_searchQuery"&gt;the&lt;/span&gt; major vendors having purchased &amp;gt;90% of &lt;span class="serendipity_searchQuery"&gt;the&lt;/span&gt; top Linux kernel developers &lt;span class="serendipity_searchQuery"&gt;and&lt;/span&gt; many of &lt;span class="serendipity_searchQuery"&gt;the&lt;/span&gt; developers of important frameworks like GNOME or KDE? Isn&amp;#39;t this to give them more control on where such technologies &lt;span class="serendipity_searchQuery"&gt;are&lt;/span&gt; evolving? Isn&amp;#39;t Canonical&amp;#39;s purchase of a significant number of Debian developers in &lt;span class="serendipity_searchQuery"&gt;the&lt;/span&gt; same vein? (&lt;a href="http://www.joachim-breitner.de/blog/archives/60-Launchpad,-Google-and-why-Microsoft-is-not-the-problem.html" target="_top" rel="nofollow" link="external"&gt;source&lt;/a&gt;).&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;&lt;font class="Apple-style-span" face="FreeSans, Verdana, sans-serif"&gt;I have enough reasons to believe in the above and moreover i see more people who think alike...&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class="Apple-style-span" face="FreeSans, Verdana, sans-serif"&gt;If Tiny doesnt respond to this also then what will they ever respond to ???? &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class="Apple-style-span" face="FreeSans, Verdana, sans-serif"&gt;To FP: these are not accusations but just doubts and concerns that are in my mind. I believe there&amp;#39;s no better forum to clarify.&lt;/font&gt;&lt;/div&gt;&lt;div&gt;
&lt;font class="Apple-style-span" face="FreeSans, Verdana, sans-serif"&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class="Apple-style-span" face="FreeSans, Verdana, sans-serif"&gt;Sharoon Thomas&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;
On Sun, Jan 24, 2010 at 8:54 AM, P. Christeas &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="/user/SendEmail.jtp?type=node&amp;node=136729&amp;i=0" target="_top" rel="nofollow"&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"&gt;
&lt;div class="im"&gt;On Saturday 23 January 2010, Raphaël Valyi wrote:&lt;br&gt;
&amp;gt; Sorry, but last counter-example of this is less than 10 minutes ago,&lt;br&gt;
&amp;gt; Syleam vetoing again one more merge proposal:&lt;br&gt;
&lt;/div&gt;&amp;gt;...&lt;br&gt;
Some, totally subjective, thoughts:&lt;br&gt;
- Patch rejection is good. I&amp;#39;ve enjoyed working in projects where a patch will&lt;br&gt;
be rejected if there is a spelling mistake in the commit description. That&lt;br&gt;
keeps quality standards high.&lt;br&gt;
- Patch acceptance shouldn&amp;#39;t be driven by personal favours (I like that&lt;br&gt;
partner, I accept their patches..) or we screw the project.&lt;br&gt;
- Extra addons may be the way to go. Perhaps, one huge repo for both mature,&lt;br&gt;
essential addons and those that have partial use, will always keep us in&lt;br&gt;
versioning dillemata. In fact, 5.2 supports multiple addons paths, remember?&lt;br&gt;
OTOH, when an addon moves from &amp;quot;extra&amp;quot; to &amp;quot;normal&amp;quot;, it&amp;#39;s hard to preserve its&lt;br&gt;
source versioning history, bad. Surely, non-trivial.&lt;br&gt;
&lt;br&gt;
- Notice that I&amp;#39;m talking about /patches/.&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="h5"&gt;&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Mailing list: &lt;a href="https://launchpad.net/~openerp-community-leaders" target="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;
Post to     : &lt;a href="/user/SendEmail.jtp?type=node&amp;node=136729&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="_blank" rel="nofollow" link="external"&gt;https://launchpad.net/~openerp-community-leaders&lt;/a&gt;&lt;br&gt;
More help   : &lt;a href="https://help.launchpad.net/ListHelp" target="_blank" rel="nofollow" link="external"&gt;https://help.launchpad.net/ListHelp&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&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=136729&amp;i=2" 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-tp132053p136729.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-136691" />
</entry>

<entry>
	<id>tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-136691</id>
	<title>Re: [Openerp-community-leaders] Simple things we need from Tiny for better bug planning/management</title>
	<published>2010-01-24T00:54:29Z</published>
	<updated>2010-01-24T00:54:29Z</updated>
	<author>
		<name>P. Christeas</name>
	</author>
	<content type="html">On Saturday 23 January 2010, Raphaël Valyi wrote:
&lt;br&gt;&amp;gt; Sorry, but last counter-example of this is less than 10 minutes ago,
&lt;br&gt;&amp;gt; Syleam vetoing again one more merge proposal:
&lt;br&gt;&amp;gt;...
&lt;br&gt;Some, totally subjective, thoughts:
&lt;br&gt;- Patch rejection is good. I've enjoyed working in projects where a patch will 
&lt;br&gt;be rejected if there is a spelling mistake in the commit description. That 
&lt;br&gt;keeps quality standards high.
&lt;br&gt;- Patch acceptance shouldn't be driven by personal favours (I like that 
&lt;br&gt;partner, I accept their patches..) or we screw the project.
&lt;br&gt;- Extra addons may be the way to go. Perhaps, one huge repo for both mature, 
&lt;br&gt;essential addons and those that have partial use, will always keep us in 
&lt;br&gt;versioning dillemata. In fact, 5.2 supports multiple addons paths, remember? 
&lt;br&gt;OTOH, when an addon moves from &amp;quot;extra&amp;quot; to &amp;quot;normal&amp;quot;, it's hard to preserve its 
&lt;br&gt;source versioning history, bad. Surely, non-trivial.
&lt;br&gt;&lt;br&gt;- Notice that I'm talking about /patches/.
&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=136691&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-tp132053p136691.html" />
	<thr:in-reply-to ref="tag:openerp-community-leaders.71500.n3.nabble.com,2006:post-135968" />
</entry>

</feed>

