<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2298947306973809176</id><updated>2012-01-06T22:24:38.253-08:00</updated><category term='openobject'/><category term='Web Client'/><category term='openerp'/><title type='text'>Open ERP Team</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2298947306973809176.post-6929769475365068952</id><published>2009-06-08T08:19:00.000-07:00</published><updated>2009-06-08T08:22:46.479-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openobject'/><title type='text'>Commiting in Launchpad: Guidelines</title><content type='html'>Hello everybody,&lt;br /&gt;&lt;br /&gt;This message to depict our new policy in therms of commit and bugfixes into&lt;br /&gt;Launchpad. As you are directly concerned, read carefully the following 4 points and don't hesitate to give feedback!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. The stable branch must be used for bugfixes. Only bugfixes. The new&lt;br /&gt;features (+the bugfixes on these new functionalities) have to be done in&lt;br /&gt;the trunk branch. Note that we will backport periodically all the fixes&lt;br /&gt;from stable to trunk.&lt;br /&gt;&lt;br /&gt;2. Always set the author's name, if it's different from the committer. I&lt;br /&gt;heard that some contributors have seen them work commited without at&lt;br /&gt;least their name in the commit message: this is not acceptable at all.&lt;br /&gt;We have to show respect for them and for their work, so please use&lt;br /&gt;--author="&lt;author_name&gt;" when merging work or patching features from &lt;br /&gt;community.&lt;br /&gt;e.g: bzr commit --author="&lt;author_name&gt;"&lt;br /&gt;&lt;br /&gt;3. Commit message format:&lt;br /&gt;* Use header in each commit message. Header should be one of [IMP],&lt;br /&gt;[FIX], [REF], [ADD], [REM].&lt;br /&gt;[IMP] : For improvements&lt;br /&gt;[FIX] : For bug fixes&lt;br /&gt;[REF] : For refactoring (improvements of the source code, without&lt;br /&gt;changing the functionalities or behavior. See&lt;br /&gt;http://en.wikipedia.org/wiki/Refactoring for further details)&lt;br /&gt;[ADD] : For adding new resources&lt;br /&gt;[REM] : For removing of resources&lt;br /&gt;* Always put meaning full commit message. Commit message should be self&lt;br /&gt;explanatory including the name of the module that has been changed. No&lt;br /&gt;more "bugfix" or "improvements" anymore! (the only single word commit &lt;br /&gt;messgae accepted is "merge")&lt;br /&gt;* If you are fixing the bugs use --fixes=lp:&lt;bug_number&gt; instead of&lt;br /&gt;putting the number of the bug in the commit message.&lt;br /&gt;* Use the revision id instead of the revision number when you make&lt;br /&gt;reference to a revision in your commit message. You can get this &lt;br /&gt;revision id, by using the command "bzr version-info".&lt;br /&gt;&lt;br /&gt;e.g:&lt;br /&gt;Not Correct : bzr commit -m “[FIX]: reverted bad revision (cannot&lt;br /&gt;install new db) with revision number:525425”&lt;br /&gt;Correct : bzr commit -m “[FIX]: reverted bad revision (cannot install&lt;br /&gt;new db) with revision number id: &lt;br /&gt;qdp@tinyerp.com-20090602143202-ehmntlift166mrnn”&lt;br /&gt;Not Correct : bzr commit -m "Bug 568889 : typo corrected"&lt;br /&gt;Correct : bzr commit --fixes=lp:568889 -m "[FIX] account module: typo&lt;br /&gt;corrected"&lt;br /&gt;&lt;br /&gt;4. Don't make commit that impacts lots of modules. Try to splits into&lt;br /&gt;different commits where impacted modules are differents (It will be&lt;br /&gt;helpful when we are going to revert that module separately).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2298947306973809176-6929769475365068952?l=nva-openerp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/6929769475365068952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nva-openerp.blogspot.com/2009/06/commiting-in-launchpad-guidelines.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/6929769475365068952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/6929769475365068952'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/2009/06/commiting-in-launchpad-guidelines.html' title='Commiting in Launchpad: Guidelines'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2298947306973809176.post-628473144147321365</id><published>2009-06-08T08:03:00.000-07:00</published><updated>2009-06-08T08:19:37.393-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openerp'/><category scheme='http://www.blogger.com/atom/ns#' term='openobject'/><title type='text'>Feeback of May 09</title><content type='html'>Hello, &lt;br /&gt;&lt;br /&gt;here is the feedback of the last month's work.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.Report Engine :&lt;br /&gt;Open ERP Report Engine has added new type of report called mako2html to parse HTML reports using MAKO template for faster and formatted output. See more detail : http://openerp-team.blogspot.com/2009/05/faster-formating-of-html-reports-using.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.Multi-Compnay :&lt;br /&gt;Now User can directly change the company without having to log out, directly by going through the user preferences. and also Current company is displayed on status bar.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3.Google MAP in OpenERP :&lt;br /&gt;We can see our partner information on google map(name, code, address,...) with icon on map.&lt;br /&gt;Display counties wise Partner Turnover , country appears in different colors like  &lt;br /&gt;light red color =&gt; ﻿high turnover &lt;br /&gt;dark red color =&gt; ﻿low turnover&lt;br /&gt;Display Delivery routes from Warehouse location to Customer location by cities with 10 different colors (by number of delivery to that city from warehouse)&lt;br /&gt;&lt;br /&gt; Note : It generates KML file so you can save it on your computer and upload it on google map or google earth. &lt;br /&gt;Required python packages : Google direction package &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4.Integration  Google Translation in OpenERP :&lt;br /&gt;Now we can translate Open ERP terms / fields / objects etc. in any language using integration of Google Translate. And also we can see unreviewed terms  and review easily&lt;br /&gt;see more information : http://www.openerp.com/planet/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5.CRM :&lt;br /&gt;*On Case Section, we can configure the mailgateway through fetchmail to specify the parameters pop addreess, port, user, password, mailgate script path. When save mailgateway configuration, parameter file will be created per section in "server &gt; bin &gt; .fetchmail &gt; dbname" . and scheduler will be read this file and call system command to fetch mail &lt;br /&gt;*After click on Reminder button in case form, Window will be display message "Email Successfully sent !" if mail successfully sent&lt;br /&gt;*Improve openerp-mailgate.py to accept html body &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6.Base Quality module :&lt;br /&gt;This module has been reviewed and should now be more accurate and more useable. As reminder, the base quality module allow you to check the quality of a module using different criteria (pylint, speed efficiency, coding standard followed by openepr, etl...).&lt;br /&gt; It evaluates score in percentage (%) for whole module as well as it can provide score for individual tests, also it can skip some tests if module is not installed in server (workflow test...) so that your score is not bad for no reason.&lt;br /&gt; Use Ponderation value to calculate score.&lt;br /&gt; It allows you to save the result of test (Save Report button)&lt;br /&gt; Module also provide generic framework to define your own quality test.&lt;br /&gt; Note : For more information (README.txt)&lt;br /&gt;&lt;br /&gt;7.Document modules :&lt;br /&gt; document_rules :&lt;br /&gt;Document Rule module is mainly developed for creating rules on documents. &lt;br /&gt;There are four types of rules which are defined in server actions: &lt;br /&gt;To copy document, To move document, To Assign partner to a document and To assign user to a document. &lt;br /&gt;These rules are fired when rules criteria match on the basis of time defined in the scheduler. &lt;br /&gt; document_extention :&lt;br /&gt;﻿Document extension module keeps track of versioning of documents. &lt;br /&gt;Any change is made to the document and saved then it creates version of that document and the versioned document gets locked. The user cannot modify the document if it is versioned. ﻿&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;8.Useability Improvement :&lt;br /&gt;*Make Partner Category structure view, Products Categories  structure view, Analytical Account Structure View same like Stock Locations Structure view&lt;br /&gt;*Rename “Adminsitration &gt; Security &gt; Grant Acess to Menus” into "... / Manage Menus"&lt;br /&gt;*Change Order of menus in Product menu. Before, It was like this: Configuration, &lt;br /&gt;Product's by Categories, Pricelists, Products.  But Now It is like this: Configuration, Pricelists, Products by Categories, Products&lt;br /&gt;*Rename field "Rentable Product" by "Can be Rent" in Product Form.&lt;br /&gt;Reorder invoicing menus, the New ... Invoice is always the first menu of  his level. It should be the latest one. For example, "New Customer Invoice" must be after "Unpaid Customer Invoices".&lt;br /&gt;*On a task form View, second tab, put the text fields.function bellow the one2many and many2one for parent task.&lt;br /&gt;*On a Task View : the fields Importance, Starting Date, Sequence, Partner, can be changed  when the task is draft. (can always be changed). Currently, they are readonly.&lt;br /&gt;*In the project management menu, rename "Template of Projects" by "Templates of Projects".&lt;br /&gt;*On a tracking lot, put a link on the right of the lot to get the stock by location.  &lt;br /&gt;*On Periodical Inventory, Add the state cancel and the buttons for the  following transitions: draft -&gt; cancel, cancel -&gt; draft &lt;br /&gt;*On Outgoing products form, the stock.move lines must have a color according  to their state:   grey for  confirmed , black for others ,  blue for  done &lt;br /&gt;*The menu: Reporting / Traceability / Stock by Lots should open in list view  instead of form view.&lt;br /&gt;*On stock.picking, rename the state: Cancel -&gt; Cancelled&lt;br /&gt;*Now The report dates of inventories displays product field instead of ID of products &lt;br /&gt;*On a purchase order, rename the state "Confirmed" by "Waiting Supplier Ack.".&lt;br /&gt;*On a purchase order form, the “Address” should be renamed to “Supplier Address”.  “Partner Ref” has been renamed to “Supplier Ref”.&lt;br /&gt;*In manufacturing,  put good the icon of the menu Production Orders Planning .&lt;br /&gt;*Change the cases segmentation form, user department form, Scheduler action form to be compliant with v5 guidelines of  the form view. (a few fields on the top of the notebook)&lt;br /&gt;*Add grantt view on CRM Meeting&lt;br /&gt;*Override the name_get method on a stock.location object. If you have 'full':1  in the context, return the full path instead of simply the name: "Tiny Sprl / Stock / Stock Wavre". Change the report Stock by Lots so that it displays the location like this &lt;br /&gt;&lt;br /&gt;9.New System in Planning Management :&lt;br /&gt;The module report_analytic_planning has been completly reviewed.&lt;br /&gt;*New integer  field for 'Business Days' in planning &lt;br /&gt;*Improve view and do a fixed area in top (as for new design since 5.0) &lt;br /&gt;*Change the default name to be the current month instead of the current day &lt;br /&gt;*Put link between planning and project.task &lt;br /&gt;*New a boolean field on planning line: "Assigned to task(s)" to check task assigned or not for planning line.&lt;br /&gt;*Display Planning By User with him department' user, total of remaining hours of tasks, total plan hours, total open hours, total of Valid holidays Requests between the 2 dates of the planning , calculate free hours, total of timesheet lines between the dates of the planning &lt;br /&gt;*Display Planning By Account with above information&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;10.ETL :&lt;br /&gt; Improvement&lt;br /&gt; -  Pause and restart the job (Under developement)&lt;br /&gt;  -  Thread server implement on demo&lt;br /&gt;      -  pickle object to store the current job status&lt;br /&gt;&lt;br /&gt; - Python Cprofile&lt;br /&gt;      -  added concept of cprofile on job in run&lt;br /&gt;&lt;br /&gt; New components: &lt;br /&gt; &lt;br /&gt;     google calendar&lt;br /&gt;          - connector =&gt; Provide connection to google calendar&lt;br /&gt;        - in =&gt; fetch events from google calendar&lt;br /&gt;         - out =&gt; send events to google calendar&lt;br /&gt;&lt;br /&gt;     google documents&lt;br /&gt;          - connector =&gt; Provide connection service to google documents&lt;br /&gt;          - in =&gt; Fetch files from google doc&lt;br /&gt;          - out =&gt; send files to google doc&lt;br /&gt;&lt;br /&gt;    gmail contacts&lt;br /&gt;         - out =&gt; send contacts to gmail contact for given user&lt;br /&gt;&lt;br /&gt;     Blogger&lt;br /&gt;connector =&gt; Provice connection to blogger service&lt;br /&gt;out =&gt; send blogs to blogger&lt;br /&gt;&lt;br /&gt; XML RPC :&lt;br /&gt;&lt;br /&gt; New Test Files&lt;br /&gt; test file for xml_in and xml_out (demo data in xml with different companies):&lt;br /&gt;     - added test files which convert xml to dictionary format and vice versa &lt;br /&gt;     - try to use XSLT for import and export of xml files (Under developement)&lt;br /&gt;&lt;br /&gt; etl_interface:&lt;br /&gt;     Views:&lt;br /&gt;          New components views added(google calendar, google documents)&lt;br /&gt;          Dynamic views creation of all components&lt;br /&gt;          views imprpove for job&lt;br /&gt;     Wizard:&lt;br /&gt;          Add components and transtioons from job object&lt;br /&gt;     Workflow:&lt;br /&gt;         Modified workflow for pause and restart the job&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;11.Ported etree object instend of minidom object &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;12.Thurnderbird pluging :&lt;br /&gt;Here is few enhancements, improvements and bugfixing have been done on thunderbird plugin.&lt;br /&gt;* If the thunderbird plugin is not installed or if it's not correctly&lt;br /&gt;configured, the proper error message will appear.&lt;br /&gt;* Restructure module addons-extra/thunderbird&lt;br /&gt;* When you want to archive a mail containing an attachment, it opens a&lt;br /&gt;window saying "Mail contains attachement !". This window is not useful so&lt;br /&gt;removed.&lt;br /&gt;* Rename "Create" button on the bottom left corner to "Create Contact".&lt;br /&gt;* When you archive an email with attachments, it asks Would you like to also save attachments of the email:&lt;br /&gt;   - Cancel (don't save anything)&lt;br /&gt;   - No (create case only)&lt;br /&gt;   - Yes (create case + attachments)&lt;br /&gt;* If it's linked to a partner or address, it will fill in the partner&lt;br /&gt;and/or address when it creates a case.&lt;br /&gt;* We have two buttons to archive from the archive window:&lt;br /&gt;   * Create Case (the current action)&lt;br /&gt;   * Attach (don't create a case but save the email as a normal .eml&lt;br /&gt;file + his attachements, on the selected object). -&gt; this one does not&lt;br /&gt;need a section.&lt;br /&gt;* Select all model and search.&lt;br /&gt;* Reviewed all dialog window.It will ask for Cancel and Ok at the right in each window.&lt;br /&gt;* We have found few bugs and enhancements at the time of testing. We will fix it soon.&lt;br /&gt;Testing on windows platform is going on.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Some modules are in trunk community addons :&lt;br /&gt;1.l10n_nl&lt;br /&gt;Contributor : Veritos - Jan Verlaan (http://www.veritos.nl)&lt;br /&gt;&lt;br /&gt;2.printjob&lt;br /&gt;Contributor :  Pegueroles SCP (http://www.pegueroles.com)&lt;br /&gt;Featutes :&lt;br /&gt;* Enables batch printing &lt;br /&gt;* Correct memory leack when printing crashes &lt;br /&gt;* Permits repriting lost PDFs &lt;br /&gt;* Possibilty to send jobs to a prrinter attached to the server&lt;br /&gt;&lt;br /&gt;3.price_adjust&lt;br /&gt;Contributor : Niels Huylebroeck (http://www.bubbles-it.be)&lt;br /&gt;Features:&lt;br /&gt;* Price Adjust Wizard :&lt;br /&gt;This wizard will allow you to adjust Cost Price and Sale Price for entire categories. &lt;br /&gt;We can either set a fixed price or use a multiplier to increase or decrease the price.&lt;br /&gt;&lt;br /&gt;4.account_customer_ref&lt;br /&gt;Contributor : Alberto Garcia &amp; Tiny &lt;br /&gt;Features :&lt;br /&gt;* Add Sale Customer Ref to Invoice &lt;br /&gt;* In each invoice line show the customer ref of Sale Order origin &lt;br /&gt;&lt;br /&gt;5.sale_report_html&lt;br /&gt; Contributor : Tiny (http://www.openerp.com)&lt;br /&gt; Features:&lt;br /&gt;* New HTML report of sale order using MAKO template &lt;br /&gt;* Note:  Your system should have mako 0.2.4 installed. &lt;br /&gt;&lt;br /&gt;6.account_receipt&lt;br /&gt;Contributor : Paulino&lt;br /&gt;Features:&lt;br /&gt;&lt;br /&gt;1.report_truetype&lt;br /&gt;Contributor : EduSense BV (http://www.edusense.nl)&lt;br /&gt;Features :&lt;br /&gt;Module to add any TrueType font to reports. This module transparently extends the report machinery to use  TrueType fonts. The normal mechanisms used in OpenERP use the standard Type1 fonts in  a latin1 encoding. This prevents usage of wide char character sets,     known as UTF-8 and UTF-16 fonts. This module enables the usage of any TrueType font, which are by definition UTF-8 encoded. The implementation chosen is a one-time registration of all found TrueType fonts in locations as advertised by rl_config.TTFontSearchPath during startup of the server. The path can be adapted to your needs. See reportlab's documentation for the details.  The consequence of this  implementation is that new fonts will only be loaded after restarting the OpenERP server. Advantage is that the penalty for scanning and registering is paid only once every server run. &lt;br /&gt;After loading, all reports generated by OpenERP can use these fonts by stating their formal mapped Type1 name, which can be found by running 'ttmkfdir' in the directory containing the fonts (unix like platforms).  The typefaces will be listed in the file 'fonts.scale'. &lt;br /&gt;TODO:&lt;br /&gt;* One should be able to replace existing fonts using a map. &lt;br /&gt;* One should know the registered fonts withoud peeking into the  file system, let alone using rare utils.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2298947306973809176-628473144147321365?l=nva-openerp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/628473144147321365/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nva-openerp.blogspot.com/2009/06/feeback-of-may-09.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/628473144147321365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/628473144147321365'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/2009/06/feeback-of-may-09.html' title='Feeback of May 09'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2298947306973809176.post-9206582555325554246</id><published>2009-05-14T07:32:00.000-07:00</published><updated>2009-05-15T03:37:28.432-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openobject'/><title type='text'>IRC Community Meeting</title><content type='html'>&lt;style type="text/css"&gt;  &lt;!--   @page { size: 21cm 29.7cm; margin: 2cm }   P { margin-bottom: 0.21cm }  --&gt;  &lt;/style&gt;  &lt;p style="margin-bottom: 0cm;"&gt;Hello Everybody,  &lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0cm;"&gt;We remind you the next IRC meeting of this Monday May 18 at 3:00 PM (GMT+2), we suggest you to take note of the points which we will approach during this event:&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Branch stability&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Installation of an integration  server&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Creation of a forum which talking  about the specifics developments&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Creation of a virtual machine  intended to help the new users to start with open erp&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Contribution to edition of data  demonstrations&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Call to volunteers to enrich the  data of openerptv&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Road map: Talking about the last  and future developments&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;Here thus the principal points which will be approached, but all new topics of discussions are welcome ( &lt;span style="font-size:100%;"&gt;&lt;a href="http://openobject.com/forum/topic11012.html"&gt;http://openobject.com/forum/topic11012.html&lt;/a&gt;)&lt;/span&gt;!!&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;Best regards,&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;Open ERP team&lt;span style="font-size:100%;"&gt;&lt;a href="http://openobject.com/forum/topic11012.html"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2298947306973809176-9206582555325554246?l=nva-openerp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/9206582555325554246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/hello-everybody-we-remind-you-next-irc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/9206582555325554246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/9206582555325554246'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/hello-everybody-we-remind-you-next-irc.html' title='IRC Community Meeting'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2298947306973809176.post-6937211382084876928</id><published>2009-05-14T05:40:00.000-07:00</published><updated>2009-05-15T03:35:15.735-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openerp'/><category scheme='http://www.blogger.com/atom/ns#' term='openobject'/><title type='text'>R&amp;D: planning of May</title><content type='html'>Here are the main things we plan to work on for the month of May:&lt;br /&gt;&lt;br /&gt;1) Planning Management: the new system will allow you to easily plan the work of employees and see, at the end of the planned period,&lt;br /&gt;&lt;ul&gt;&lt;li&gt;the ratio between the time spent and the time allocated by projects&lt;/li&gt;&lt;li&gt;the total time planned by tasks&lt;/li&gt;&lt;li&gt;...&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;2) Improve the Server Actions: as we found some lack, like the impossiblity of using 'uid' as variable, we plan to make some R&amp;amp;D on this interesting feature to make it more powerful.&lt;br /&gt;&lt;br /&gt;3) Implement the search function on osv_memory&lt;br /&gt;&lt;br /&gt;4) Speed up timesheets: we realized that they were a little slow, so we decided to check the design and improve the speed.&lt;br /&gt;&lt;br /&gt;5) Improve Quality Module&lt;br /&gt;&lt;br /&gt;6) in CRM, we plan to add info to connect to existing mail server, like Fetchmail, for people that doesn't want or doesn't have the resource to configure the openerp-mailgateway&lt;br /&gt;&lt;br /&gt;7) ETL: we have several people full time on this project&lt;br /&gt;&lt;br /&gt;8) Multi-Company: we will add a many2many on res_users to depicts the companies for whom the user is working. And we'll also allow someone to directly change the company used currently easily, without having to log out: directly by going through the user preferences + display it in the status bar&lt;br /&gt;&lt;br /&gt;9) Clean Translations Process&lt;br /&gt;&lt;br /&gt;10) Integration Server: this point is quite a big project, we will start the development of an integration server that will have for aim (examples):&lt;br /&gt;&lt;ul&gt;&lt;li&gt;  Automatic Test at new Commits: Download Code at each commit and try: to install a new DB, to migrate from 4.2&lt;/li&gt;&lt;li&gt;Base Quality: to benchmark automatically addons modules&lt;/li&gt;&lt;li&gt;  Code Cover at DB Installation: to see that demo data only cover 60% of once module code for example&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;11) Ergonomy Search + List: This is another big task, since we plan to review the design and ergonomy of search/list because The biggest useability/ergonomy concern on Open ERP are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;* The menus: too big, too much entry for the same objects -&gt; not clear&lt;/li&gt;&lt;li&gt;* The search:&lt;/li&gt;&lt;li&gt; - no easy way to perform complex search (&amp;amp;, |)&lt;/li&gt;&lt;li&gt; - no way to have smart search:&lt;/li&gt;&lt;li&gt;     - My Department's Timesheets to Validate&lt;/li&gt;&lt;li&gt;     - My Overpassed Pending Tasks&lt;/li&gt;&lt;li&gt;* The list view:&lt;/li&gt;&lt;li&gt; - quite ugly: no way to group elements:&lt;/li&gt;&lt;li&gt;     - tasks by projects or&lt;/li&gt;&lt;li&gt;     - by date: Today's Meeting / Tomorrow's Meetings / Others Meetings&lt;/li&gt;&lt;li&gt; - not useful (no way to perform easy actions on records from list view):&lt;/li&gt;&lt;li&gt;     - mark a task as done&lt;/li&gt;&lt;li&gt;     - replanify a meeting&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;If we change these few elements, this will increase a lot the useability and&lt;br /&gt;ergonomy of Open ERP. These changes are planned to be done in GTK and Web client.&lt;br /&gt;&lt;br /&gt;12) Explain contextual help in configuration wizard at installation of db.&lt;br /&gt;&lt;br /&gt;13) Port everything to etree instead of minidom&lt;br /&gt;Remove completely minidom dependencies and replace by etree.&lt;br /&gt;Most important: reports, fields_view_get&lt;br /&gt;&lt;br /&gt;14) Report Engine:  Test and clean all reports based on work made last month +   Add a new report engine to process HTML reports based on mako&lt;br /&gt;&lt;br /&gt;15) Document Management: test and put in production with extra modules&lt;br /&gt;&lt;br /&gt;16) Wiki: re-test and provide a more complete documentation&lt;br /&gt;Write a chapter in the book about the wiki, write a more complete wiki page&lt;br /&gt;&lt;br /&gt;17) Project Module: Set Task Description as a wiki field&lt;br /&gt;&lt;br /&gt;18) eTiny&lt;br /&gt;&lt;ul&gt;&lt;li&gt;  Bugfix Trunk (nearly ok)&lt;/li&gt;&lt;li&gt;  Speed Improvement (nearly ok)&lt;/li&gt;&lt;li&gt;  Search and List View Ergonomy&lt;/li&gt;&lt;li&gt;  Better Dynamic Menu&lt;/li&gt;&lt;li&gt;Buttons in wizards in the bottom&lt;/li&gt;&lt;li&gt;Contextual doc in new window&lt;/li&gt;&lt;li&gt;  Things to clean: view editor: gantt support, new attributes for seach view (see related task)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;19) Import / Export from client side, GTK + eTiny&lt;br /&gt;Using "id" and "___:id" for man2one and many2many fields&lt;br /&gt;&lt;br /&gt;Add an option to export:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;import compatible: it exports something that can be imported as it:&lt;/li&gt;&lt;li&gt;        don't export function fields&lt;/li&gt;&lt;li&gt;        don't export sub-objects of one2many and many2many&lt;/li&gt;&lt;li&gt;        export many2many as list of arguments&lt;/li&gt;&lt;/ul&gt;   &lt;br /&gt;20) Google-Map/Earth : Finnish and clean geo-marketing stuff&lt;br /&gt;&lt;br /&gt;21) Finnish and clean l10n_fr: Integrate CERFA declaration&lt;br /&gt;&lt;br /&gt;22) Translations: Check that 100% of the software can be translated! Check if google_translate module is a good solution or not. Review manually all translated terms of the french translation.&lt;br /&gt;&lt;br /&gt;23) Test Thunderbird plugin&lt;br /&gt;&lt;br /&gt;24)Review completly project_gtd module according to new possibilities of&lt;br /&gt;ergonomy of the clients:&lt;br /&gt;Search on timeboxes display as selection box and has two buttons:&lt;br /&gt;   Inbox&lt;br /&gt;   Daily Timebox (first one)&lt;br /&gt;Context Search:&lt;br /&gt;   One button by Context&lt;br /&gt;Add buttons in list view on the right of Timebox field:&lt;br /&gt;   &gt; (move on next timebox, ex: from daily to weekly)&lt;br /&gt;   &lt; (move on previous timebox)     My Inbox is an action  25) Review completly CRM case views according to new possibilities of ergonomy of the clients:     Buttons/Icons in list view (like in forms)     Search Criteria     1 Day   26) New Design eTiny  27) Module Recorder / Aspirateur     To bugfix and to clean the produced XML: it should be more human readable  28) Backport all bugfixes stable -&gt; trunk:&lt;br /&gt;&lt;br /&gt;29) Portal: Make the portal module useable 'out-of-the-box'&lt;br /&gt;&lt;br /&gt;30) &lt;span style="font-size:100%;"&gt;The ORM layer is being ported to SQL Alchemy. We plan to remain the most&lt;br /&gt;compatible possible so that you will not have to rewrite existing modules,·&lt;br /&gt;while using the most possible of SQL Alchemy features. We planned 3 man*months. on this project and expect to finnish this by the end of may / middle of june. The final result will provide:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;being database independant: support for MySQL, Oracle&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;use the power of SQLAlchemy in your module's code&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;add features provided by SQL Alchemy&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;    data versioning (time dependant dat in fields)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;    better schema  migrations/handling&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;    more powerful orm, supporting expressions like: partnerid.country_id.name == 'Belgium"&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;use less memory due to a better connection pool handling&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:100%;"&gt;We will keep the best of SQL Alchemy (object queries, db independance) and the best of Open ERP (smart migration system, workflow integration, smart function fields with cache or dependencies, ...)&lt;br /&gt;&lt;br /&gt;31) Finish training / school management modules.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2298947306973809176-6937211382084876928?l=nva-openerp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/6937211382084876928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/r-planning-of-may.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/6937211382084876928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/6937211382084876928'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/r-planning-of-may.html' title='R&amp;D: planning of May'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2298947306973809176.post-7508308845181647701</id><published>2009-05-13T09:07:00.000-07:00</published><updated>2009-05-15T03:21:37.415-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openerp'/><category scheme='http://www.blogger.com/atom/ns#' term='openobject'/><title type='text'>R&amp;D: Feedback of April 09</title><content type='html'>&lt;style type="text/css"&gt;  &lt;!--   @page { size: 21cm 29.7cm; margin: 2cm }   P { margin-bottom: 0.21cm }   H3 { margin-bottom: 0.21cm }   H3.western { font-family: "Helvetica" }   H3.cjk { font-family: "HG Mincho Light J" }  --&gt;  &lt;/style&gt;  &lt;p style="margin-bottom: 0cm;"&gt;The last month, lots of improvements have been done in the trunk version of OpenERP (server and addons). Here are the most important of it.&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;h3 class="western"&gt;Reports:&lt;/h3&gt; &lt;p style="margin-bottom: 0cm;"&gt;The Open ERP report engine has been completly rewritten from scratch to speed up and streamline the report generation process. It uses the same technologies than the preceeding engine (RML, ODT) and is API compatible.  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;Compared to the old engine, a 150 page report for sales orders:  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;     Old report engine: 1 Minute 40 Seconds  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;     New Report Engine: 9 seconds  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;It also uses much less memory as the XML report is not anymore in memory during the rendering process. This allows to generate very big reports without troubles (10.000 pages).  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;All transitions have been reviewed: odt-&gt;rml, rml-&gt;pdf, rml-&gt;html. We also added a new engine for the generation html-&gt;html. This modification is so important that it have been backported to branche/5.&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;Besides, there is now a new type of report supported: HTML2HTML.&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;h3 class="western"&gt;Server:&lt;/h3&gt; &lt;p style="margin-bottom: 0cm;"&gt;Since v5 of Open ERP, function fields on objects can be defined as being stored in the database with the store attribute. This speed up considerably the process, because computations of these fields are  done when the user write the record and not anymore when it reads the record.  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;We have now added an exrta  attribute on store, so that is act like a cache system, and reevaluate this field, not at each record change but every X minutes. That could be very helpful for stock fields for  example that will be automatically updated each hours if they are modified. This allows us to speed up some process (like reading a list of products) by 80% !  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;Example:&lt;br /&gt;'amount_total': fields.function(_amount_all, method=True, digits=(16,2), string='Total',&lt;br /&gt;store={&lt;br /&gt;'account.invoice': (lambda self, cr, uid, ids, c={}: ids, None, 20, 10),&lt;br /&gt;'account.invoice.tax': (_get_invoice_tax, None, 20, 10),&lt;br /&gt;'account.invoice.line': (_get_invoice_line, None, 20, None),&lt;br /&gt;},&lt;br /&gt;multi='all'),&lt;br /&gt;&lt;br /&gt;here amount_total fields will only updated if modified date of account_invoice + given_time(10 hours) &lt;&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;h3 class="western"&gt;eTiny:&lt;/h3&gt; &lt;p style="margin-bottom: 0cm;"&gt; Changes made on eTiny:&lt;br /&gt;   - speed up (about 7x faster than current stable version)&lt;br /&gt;   - replaced kid templates by mako&lt;br /&gt;   - removed turbogears dependencies&lt;br /&gt;   - use OpenFlashChart 2 -&gt; better graphs&lt;br /&gt;   - new widget system  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;To know more about this, i hereby forward you &lt;a href="http://openerp-team.blogspot.com/2009/05/openerp-web-whats-going-on.html"&gt;there&lt;/a&gt;&lt;/p&gt; &lt;h3 class="western"&gt;Addons:&lt;/h3&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt; Intra-Stat&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;We now have a better tracability of  exported goods, thanks to the module report_intrastat that is  reporting detail of intrastat entry base on valid and paid invoices.  Besides, we also developped a module named  electronic_report_intrastat that provides a new wizard to export  intrastat entry data into .SDV file format and a track log detail of  exporting data.&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt; Indian Accounting developments&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;Some progress have been made in the  Indian accounting: see l10n_chart_in (module providing the chart of  indian accouting), account_invoice_india, account_reports_india  (module providing the 3 most Important Reports for the Indian  Accounting: Trial Balance, Profit and Loss Account, Balance Sheet)&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li value="1"&gt;&lt;p style="margin-bottom: 0cm;"&gt;account_base    &lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;Accounting Base Properties is  providing the,Basic properties for the Customer / Suppliers for the  Accounting i.e. PAN No, TIN No, Sales Tax No, and Exise related  Information.(Added wizard which is taking all related detail of  partner.)&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;multi_company_account&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;Convert all related object into  multicompany compatible format.&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;purchase_number&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;* add new feature that will create  number on confirmation of the purchase order.          &lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;* modified Format of purchase order  report which show  the detail purchase order  with supplier required  detail which are new fields in partner through account_base module.  "&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;sale_number&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;* add new feature that will create  number on confirmation of the sale order.          &lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;* modified Format of sale order report  which show  the detail sale order  with customer required detail  which are new fields in partner through account_base module.&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt; Direct Marketing&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt; CRM Improvements&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;Lots of things have been improved.  Let's take in example the rules (crm.case.rule) that now offer you  more possibilities: you can now make condition on the name of case,  or in the communication history. The new system also allows you to  trigger a server action as ruling effect.&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;We also worked on the ergonomy by  defining new wizards and shortcuts to simplify the use, by reviewing  the views... the list is too long to post everything here! I  encourage you to test and suggest improvemnts through blueprints on  launchpad.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;thunderbird plugin&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;* synchronise all type of attachments.&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;* added section field in sync mail  window so that we can archive mail to crm.case directly with  selected sections.&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;h3 class="western"&gt;Webstite:&lt;/h3&gt; &lt;p style="margin-bottom: 0cm;"&gt;Also, things have been made on websites:  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;* all modules are available online for download in all versions (see modules list)  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;* contributors can write comments in the documentation  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;* contributors can vote on modules&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;h3 class="western"&gt;Community Work:&lt;/h3&gt; &lt;p style="margin-bottom: 0cm;"&gt;This section will list all modules that have been added by contributors in addons-extra and addons-community. Again, thanks to everyone that improves OpenERP!&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;1. location: &lt;span style="text-decoration: none;"&gt;&lt;span style="font-family:Nimbus Sans L,sans-serif;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-style: normal;"&gt;&lt;span style=""&gt;lp:~openerp-commiter/openobject-addons/trunk-extra-addons&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;multilogin_portal&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: &lt;a href="http://www.lafermedusart.com/"&gt;La   Ferme du Sart&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Allows xmlrpc   queries from partners email+password as:&lt;br /&gt;- Customer standard   user&lt;br /&gt;- Provider standard user&lt;br /&gt;Allows xmlrpc queries from   computers (IP automatically recognized) as:&lt;br /&gt;- Computer standard   user&lt;br /&gt;Standard users are set into res.company.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;mrp_bom_customization&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: &lt;a href="http://www.smile.fr/"&gt;Smile&lt;/a&gt;     &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: normal; text-decoration: none;"&gt;  &lt;span style="font-family:Nimbus Sans L,sans-serif;"&gt;&lt;span style="font-size:85%;"&gt;base_vat_unique&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: normal; text-decoration: none;"&gt;   &lt;span style="font-family:Nimbus Sans L,sans-serif;"&gt;&lt;span style="font-size:85%;"&gt;contributor:   vitrum Network&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: normal; text-decoration: none;"&gt;   &lt;span style="font-family:Nimbus Sans L,sans-serif;"&gt;&lt;span style="font-size:85%;"&gt;description:   Check VAT Number is unique&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: normal; text-decoration: none;"&gt;  &lt;span style="font-family:Nimbus Sans L,sans-serif;"&gt;&lt;span style="font-size:85%;"&gt;l10n_ch_zip_and_bank&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;&lt;span style="text-decoration: none;"&gt;&lt;span style="font-family:Nimbus Sans L,sans-serif;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-style: normal;"&gt;&lt;span style=""&gt;contributor:   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.camptocamp.com/"&gt;Camptocamp   SA&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: normal; text-decoration: none;"&gt;   &lt;span style="font-family:Nimbus Sans L,sans-serif;"&gt;&lt;span style="font-size:85%;"&gt;description:   Swiss localisation :  Swiss banks and zip codes initialisation &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0cm; font-style: normal; text-decoration: none;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm; font-style: normal; text-decoration: none;"&gt; &lt;span style="font-family:Nimbus Sans L,sans-serif;"&gt;&lt;span style="font-size:85%;"&gt;2. location: lp:~openerp-community/openobject-addons/trunk-addons-community&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li value="1"&gt;&lt;p style="margin-bottom: 0cm;"&gt;zarafa  &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: &lt;a href="http://www.sednacom.fr/"&gt;Sednacom&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: New objetcs and   views to improve use of OpenERP:     &lt;/p&gt;   &lt;p style="margin-bottom: 0cm;"&gt;* shortcuts view     &lt;/p&gt;   &lt;p style="margin-bottom: 0cm;"&gt;* module view    &lt;/p&gt;   &lt;p style="margin-bottom: 0cm;"&gt;* email object&lt;br /&gt;* Zarafa tools      &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;product_price_update&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Gábor Dukai   (&lt;a href="http://exploringopenerp.blogspot.com/"&gt;http://exploringopenerp.blogspot.com&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: The aim of this   module is to allow the automatic update of the price fields of   products.&lt;br /&gt;* added a new pricelist type called 'Internal   Pricelist' (currently, we have only 2 pricelist types: Sale and   Purchase Pricelist)&lt;br /&gt;* Created a wizard button in the menu   Products&gt;Pricelist called 'Update Product Prices' * After   filling in the wizard form and clicking on 'Update', it will change   the selected    &lt;/p&gt;   &lt;p style="margin-bottom: 0cm;"&gt;price field of all products in the   categories that we were selected in the wizard.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;base_report_unicode  &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Gábor Dukai   (&lt;a href="http://exploringopenerp.blogspot.com/"&gt;http://exploringopenerp.blogspot.com&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: This module replaces   the standard PDF Type1 fonts with TrueType fonts that have unicode   characters. The module contains the DejaVu fonts v2.29 from   http://dejavu-fonts.org/&lt;br /&gt;With this module you can continue to   use the old font names in the templates, they will be replaced with   the DejaVu font names every time before creating a pdf.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;hnm_heofax  &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Heonium   (&lt;a href="http://www.heonium.com/contributions/developpement/envoyer-des-fax-avec-openerptinyerp.html"&gt;http://www.heonium.com/contributions/developpement/envoyer-des-fax-avec-openerptinyerp.html&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Add a possibility   (wizard) to FAX any documents (PDF/PS/Text) from OpenERP. It get   fax number and other informations from OpenERP's partners database.   Check the module description for further infos.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;stock_period  &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: manage stocks in   time period&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;alerts&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Add an alert   generator on every ressources of the system.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;rollmanagement&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;pricing_policy &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Pricing policy   module. Install this module to enable a strong link between sale   and purchase prices. &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;ecotaxe&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Eco participation'   management  This module adds the management of 'Eco participation'   in TinyERP.  'Eco participation', mostly known as 'Ecotaxe', is a   french specificity; its purpose is to finance recycling of products   with a high cost of treatment. Install this module if you need to   manage 'Eco participation' in your business.&lt;br /&gt;Module features:  &lt;br /&gt;- amount of 'Eco participation' for product by producer&lt;br /&gt;-   'Eco participation' management in sale orders, purchases orders and   invoices. &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;business&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: regroup object for a   business &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;supplier_product&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Automatic pricelist   for product's supplier  &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;sednacom_extras&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;catalog&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Report for catalog&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;hr_medical&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sednacom   (&lt;a href="http://www.sednacom.fr/"&gt;http://www.sednacom.fr&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Advanced management   for Medical Exam &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;product_loan&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Smile.fr&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;account_bankimport&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Tiny / Eddy Boer&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: This module can   import .asc-files (BRI-layout)&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;fleet_manager&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Sharoon Thomas&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: The module is a   vertical for fleet operations management &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;sale_simple_pos&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Smile.fr&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Very Simplified   Point Of Sale; if you are not sure about using the official pos   module...&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;product_hardware_revision&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Smile.fr&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: every product can   have n revisions and also have a current default revision. Then   when receiving a product, in the incoming picking, if a   stock.production.lot (eg serial number here) is to be created, then   a first line of stock.production.lot.revision is created in the   stock.production.lot with values copied from the product default   revision. The user can still choose an other revision manually   before it gets copied. This is really useful to track the exact   hardware of a product with electronic products fro instance.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;base_partner_security&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Gábor Dukai   (&lt;a href="http://exploringopenerp.blogspot.com/"&gt;http://exploringopenerp.blogspot.com&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Adds a restricted   field to partner categories. That field value is copied to the   partners and partner addresses belonging to those categories. With   this, it is easy to restrict access to some partner categories   using record rules. Example domain to use with record rules or   views: [('restricted','=',False)]&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;product_price_decay&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Smile.fr&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Product Decay the   goal of this module, is to estimate the average price of the   remaining product stock using the following assertions: - the   remaining stock is based on the invoiced products only (from   purchases and sales) - everything happen like if we sale first the   more expensive remaining products  So it's a bit like FIFO (if   prices were always falling it would look like FIFO) but it's   certainly not a legal way of valuing your stocks.  Actually this   module only gives you an indicative price that you could base your   sale margin upon, so that: - you always ensure a given margin - you   make sure your sale price will follow the market, meaning decay   hopefully&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;product_tax_incl&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;contributor: Smile.fr&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;description: Product Tax Include   Allows to compute the based sale untaxed amount given a taxed   amount entry (change the list_price on on_change)  &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2298947306973809176-7508308845181647701?l=nva-openerp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/7508308845181647701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/r-whats-new-in-april-09.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/7508308845181647701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/7508308845181647701'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/r-whats-new-in-april-09.html' title='R&amp;D: Feedback of April 09'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2298947306973809176.post-197310887901739816</id><published>2009-05-11T06:52:00.000-07:00</published><updated>2009-05-15T03:21:56.189-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openobject'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Client'/><title type='text'>OpenERP Web - What's going on?</title><content type='html'>Most of you, if following the latest development on Launchpad project area, might be aware of the big changes with OpenERP Web Client. We migrated the web client to CherryPy3 droping the TurboGears completely and migrated Kid templates by faster Mako templates as a major step to make the Web Client much more faster and easier to deploy.&lt;br /&gt;&lt;br /&gt;All the Kid templates are converted to faster Mako templates, i18n/l18n features have been partially reimplemented using Python Babel, CherryPy2 (TG is built on top of CP2) was replaced with CherryPy3, the latest, much better version of CherryPy Server.&lt;br /&gt;&lt;br /&gt;This greatly reduced the pain of getting started with and deploying of OpenERP Web client. Now the number of thirdparty dependencies are reduced to 3-4 pure Python libraries which you can install within the local lib dir with the help of `populate.sh` script, found under the same lib directory. Just get the source from Launchpad, run the populate.sh and launch the web client...&lt;br /&gt;&lt;br /&gt;The initial test results are very impressive. We have seen almost 3-5 time speed improvement. Here are the benchmark results of the latest trunk version against the stable 5.0 branch which is running over TurboGears.&lt;br /&gt;&lt;br /&gt;The benchmark test was done using Apache Benchmark Tool against relatively bigger &lt;span style="font-style: italic;"&gt;Customer Invoice&lt;/span&gt; Form view. The command was used like this:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;$ ab -C session_id=$session -n 100 "http://localhost:8080/form/edit?model=account.invoice&amp;amp;id=1"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;where &lt;span style="font-style: italic;"&gt;$session&lt;/span&gt; should be replaced with session id (you can use firebug to see the session id).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Result of OpenERP Web 5.0 (TurboGears + Kid)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;This is ApacheBench, Version 2.3 &lt;$Revision: 655654 $&gt;&lt;br /&gt;Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/&lt;br /&gt;Licensed to The Apache Software Foundation, http://www.apache.org/&lt;br /&gt;&lt;br /&gt;Benchmarking localhost (be patient).....done&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Server Software:        CherryPy/2.3.0&lt;br /&gt;Server Hostname:        localhost&lt;br /&gt;Server Port:            8081&lt;br /&gt;&lt;br /&gt;Document Path:          /form/edit?model=account.invoice&amp;amp;id=1&lt;br /&gt;Document Length:        79965 bytes&lt;br /&gt;&lt;br /&gt;Concurrency Level:      1&lt;br /&gt;Time taken for tests:   166.323 seconds&lt;br /&gt;Complete requests:      100&lt;br /&gt;Failed requests:        0&lt;br /&gt;Write errors:           0&lt;br /&gt;Total transferred:      8022000 bytes&lt;br /&gt;HTML transferred:       7996500 bytes&lt;br /&gt;Requests per second:    0.60 [#/sec] (mean)&lt;br /&gt;Time per request:       1663.228 [ms] (mean)&lt;br /&gt;Time per request:       1663.228 [ms] (mean, across all concurrent requests)&lt;br /&gt;Transfer rate:          47.10 [Kbytes/sec] received&lt;br /&gt;&lt;br /&gt;Connection Times (ms)&lt;br /&gt;          min  mean[+/-sd] median   max&lt;br /&gt;Connect:        0    0   0.0      0       0&lt;br /&gt;Processing:  1556 1663  71.3   1663    1856&lt;br /&gt;Waiting:     1555 1662  71.3   1662    1855&lt;br /&gt;Total:       1556 1663  71.3   1663    1856&lt;br /&gt;&lt;br /&gt;Percentage of the requests served within a certain time (ms)&lt;br /&gt;50%   1663&lt;br /&gt;66%   1681&lt;br /&gt;75%   1695&lt;br /&gt;80%   1715&lt;br /&gt;90%   1775&lt;br /&gt;95%   1801&lt;br /&gt;98%   1829&lt;br /&gt;99%   1856&lt;br /&gt;100%   1856 (longest request)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Result of OpenERP Web Trunk (CherryPy3 + Mako)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;This is ApacheBench, Version 2.3 &lt;$Revision: 655654 $&gt;&lt;br /&gt;Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/&lt;br /&gt;Licensed to The Apache Software Foundation, http://www.apache.org/&lt;br /&gt;&lt;br /&gt;Benchmarking localhost (be patient).....done&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Server Software:        CherryPy/3.1.2&lt;br /&gt;Server Hostname:        localhost&lt;br /&gt;Server Port:            8080&lt;br /&gt;&lt;br /&gt;Document Path:          /form/edit?model=account.invoice&amp;amp;id=1&lt;br /&gt;Document Length:        90394 bytes&lt;br /&gt;&lt;br /&gt;Concurrency Level:      1&lt;br /&gt;Time taken for tests:   42.054 seconds&lt;br /&gt;Complete requests:      100&lt;br /&gt;Failed requests:        0&lt;br /&gt;Write errors:           0&lt;br /&gt;Total transferred:      9063400 bytes&lt;br /&gt;HTML transferred:       9039400 bytes&lt;br /&gt;Requests per second:    2.38 [#/sec] (mean)&lt;br /&gt;Time per request:       420.543 [ms] (mean)&lt;br /&gt;Time per request:       420.543 [ms] (mean, across all concurrent requests)&lt;br /&gt;Transfer rate:          210.47 [Kbytes/sec] received&lt;br /&gt;&lt;br /&gt;Connection Times (ms)&lt;br /&gt;          min  mean[+/-sd] median   max&lt;br /&gt;Connect:        0    0   0.0      0       0&lt;br /&gt;Processing:   382  420  27.7    415     523&lt;br /&gt;Waiting:      381  420  27.7    415     522&lt;br /&gt;Total:        382  420  27.7    416     523&lt;br /&gt;&lt;br /&gt;Percentage of the requests served within a certain time (ms)&lt;br /&gt;50%    416&lt;br /&gt;66%    418&lt;br /&gt;75%    420&lt;br /&gt;80%    424&lt;br /&gt;90%    436&lt;br /&gt;95%    512&lt;br /&gt;98%    520&lt;br /&gt;99%    523&lt;br /&gt;100%    523 (longest request)&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can see significant performance boost in second test result. We observed 3-5 time speedup. There are still room to improve the perpormance further. Like reducing RPC calls, caching results of some computationally heavy functions. Implementing a way to directly call server methods if web client and server are installed on the same system (completly eliminating TCP layer).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;What's next?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Besides this, we also planned to make web client modular implementing plugin system which let you create your own plugins to extend the functionality of the web client. We appreciate your ideas and suggestions in this regards.&lt;br /&gt;&lt;br /&gt;Also, we have planned for a better main menu &amp;amp; tabified interface (similar to GTK client) where you always have access to the main menu and all views will be opened in tabs inside the same html page instead of utilising browser tabs. We had discussion about such interface previously, you can search the forum for a very good mockup implementation.&lt;br /&gt;&lt;br /&gt;We are also thinking of writing some automated unit tests using CP3 testing API. I already wrote some basic tests to check how to proceed. You can run all tests by launching `run-tests.py` script...&lt;br /&gt;&lt;br /&gt;We greatly appreciate you ideas, suggestions in this regards...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2298947306973809176-197310887901739816?l=nva-openerp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/197310887901739816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/openerp-web-whats-going-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/197310887901739816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/197310887901739816'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/openerp-web-whats-going-on.html' title='OpenERP Web - What&apos;s going on?'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2298947306973809176.post-1054540504717539162</id><published>2009-05-07T01:33:00.000-07:00</published><updated>2009-05-07T01:40:17.151-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openerp'/><category scheme='http://www.blogger.com/atom/ns#' term='openobject'/><title type='text'>Documentation improvements' feedback</title><content type='html'>Just a small post to say the improvement we did in the Open ERP documentation works very well. Now, readers can leave comments on each documentation page and rate modules.&lt;br /&gt;&lt;br /&gt;We have about 10 improvement suggestions in the documentation per day, and the documentation is continuously improved according to contributor's feedback. The quality of our books is reaching perfection.&lt;br /&gt;&lt;br /&gt;You can read documentations here: &lt;a href="http://doc.openerp.com"&gt;http://doc.openerp.com&lt;/a&gt;&lt;br /&gt;We are still looking for translators, more information on &lt;a href="http://doc.openerp.com/contribute/documentation_translation.html"&gt;how to contribute here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2298947306973809176-1054540504717539162?l=nva-openerp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/1054540504717539162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/documentation-improvements-feedback.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/1054540504717539162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/1054540504717539162'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/2009/05/documentation-improvements-feedback.html' title='Documentation improvements&apos; feedback'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2298947306973809176.post-4137708954745908070</id><published>2009-04-22T02:19:00.000-07:00</published><updated>2009-04-22T02:28:21.052-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='openerp'/><category scheme='http://www.blogger.com/atom/ns#' term='openobject'/><title type='text'>Post Screen Cast @ OpenERP.tv</title><content type='html'>&lt;span  lang="en-GB" style="font-size:100%;"&gt;Hello all, Greetings from Open ERP !!! &lt;/span&gt; &lt;p class="western" style="margin-bottom: 0cm; text-align: justify;" mce_style="margin-bottom: 0cm; text-align: justify;"&gt;&lt;span  lang="en-GB" style="font-size:100%;"&gt;we are happy to tell our partners, admirers and large community of users and developers that, now they can showcase their work in live form as screen casts on &lt;a href="http://www.openerp.tv/" mce_href="http://www.openerp.tv/"&gt;www.openerp.tv&lt;/a&gt;, for this user will find direct link on the home page of the website instead going through &lt;a href="http://www.blip.tv/" mce_href="http://www.blip.tv/"&gt;www.blip.tv&lt;/a&gt;. This is to provide easy platform, so that everyone can share their work and  knowledge with others. &lt;/span&gt;&lt;/p&gt; &lt;p class="western" style="margin-bottom: 0cm; text-align: justify;" mce_style="margin-bottom: 0cm; text-align: justify;"&gt;&lt;span lang="en-GB"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="western" style="margin-bottom: 0cm; text-align: justify;" mce_style="margin-bottom: 0cm; text-align: justify;" lang="en-GB"&gt;&lt;span style="font-size:100%;"&gt;This will help every contributor to reach large community of Open ERP and potential users for Open ERP to get recognitions and rewards. Open ERP contributor can submit their screen casts which mainly focuses on the matters related to- features of Open ERP, success stories, how to develop new functionalities, Open ERP screen cast in different languages and so on...&lt;/span&gt;&lt;/p&gt; &lt;p class="western" style="margin-bottom: 0cm; text-align: justify;" mce_style="margin-bottom: 0cm; text-align: justify;"&gt;&lt;span lang="en-GB"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="western" style="margin-bottom: 0cm; text-align: justify;" mce_style="margin-bottom: 0cm; text-align: justify;" lang="en-GB"&gt;&lt;span style="font-size:100%;"&gt;User can upload her screen casts in few minutes, which will be reviewed by administrator and put on the site if it matches with the required criteria for publishing. In this we have provided&lt;b&gt; ‘Quality Information’&lt;/b&gt; to produce good quality screen casts, we suggest users to read it carefully before submitting screen casts to avoid chances for rejection.&lt;/span&gt;&lt;/p&gt; &lt;p class="western" style="margin-bottom: 0cm; text-align: justify;" mce_style="margin-bottom: 0cm; text-align: justify;"&gt;&lt;span lang="en-GB"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mGhZscEOtyo/Se7hzqwoUrI/AAAAAAAAAAU/mTzGHUSpoTQ/s1600-h/qualityinfo.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_mGhZscEOtyo/Se7hzqwoUrI/AAAAAAAAAAU/mTzGHUSpoTQ/s400/qualityinfo.png" alt="" id="BLOGGER_PHOTO_ID_5327443686993711794" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span mce_=""  style="font-size:small;"&gt;&lt;span style="font-size:100%;"&gt;There are only three mandatory fields &lt;b&gt;title, thumbnail and screen cast file&lt;/b&gt;&lt;br /&gt;&lt;/span&gt; to submit screen casts.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_mGhZscEOtyo/Se7iLxwggqI/AAAAAAAAAAc/lVcuCHKXri8/s1600-h/screencastform.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_mGhZscEOtyo/Se7iLxwggqI/AAAAAAAAAAc/lVcuCHKXri8/s400/screencastform.png" alt="" id="BLOGGER_PHOTO_ID_5327444101189108386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p style="text-align: justify;" mce_style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Screen casts should be in any of &lt;b&gt;mov, wmv, avi, flv, m4v, swf, mpg, mp4, mpeg, ogg, ogm, ogv&lt;/b&gt; format. Where as thumbnail for the same should be in &lt;b&gt;gif, jpg, png &lt;/b&gt;format.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:100%;"&gt;--------------------------------&lt;br /&gt;Thanks &amp;amp; Regards&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:100%;"&gt;Best Freeware Management Software&lt;br /&gt;&lt;a title="OpenERP" href="http://www.openerp.com/" mce_href="http://www.openerp.com/" target="_blank"&gt;&lt;b&gt;&lt;span mce_="" style="color: rgb(255, 0, 0);"&gt;Open&lt;/span&gt;&lt;span mce_="" style="color: rgb(0, 0, 0);"&gt;ERP&lt;/span&gt;&lt;/b&gt;&lt;/a&gt; (Easier, Reliable, Powerful)&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2298947306973809176-4137708954745908070?l=nva-openerp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nva-openerp.blogspot.com/feeds/4137708954745908070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nva-openerp.blogspot.com/2009/04/post-screen-cast-openerptv.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/4137708954745908070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2298947306973809176/posts/default/4137708954745908070'/><link rel='alternate' type='text/html' href='http://nva-openerp.blogspot.com/2009/04/post-screen-cast-openerptv.html' title='Post Screen Cast @ OpenERP.tv'/><author><name>OpenERP Development</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mGhZscEOtyo/Se7hzqwoUrI/AAAAAAAAAAU/mTzGHUSpoTQ/s72-c/qualityinfo.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
