[FIX] delivery: Added ondelete attribut on fields grid_id in Grid Line
[odoo/odoo.git] / doc / Changelog
1 2011-08-18: 6.0.3
2 =================
3
4 Bugfixes (server)
5 -----------------
6
7 * Not linked to a bug report:
8
9   * Customer's Labels Report case:(16548)
10   * base: set noupdate='1' to be able to update the record rules
11   * res_currency typo
12   * cash_register_can_not_open(case:10420)
13   * Report : Removed the unnecessary Return of setLang()
14   * report: fixed child company printing problem
15   * typos.
16   * osv: don't _inherit _custom fields.
17   * res_user: allow user to switch to any company she belongs to.
18   * reports: allow empty images with reportlab 2.5
19   * Base : The name of any Attachment if contains more letter than the size allotted, should be handled well
20   * Improvements for Inherited fiedl if size is updated
21   * base : Partner was not being passed with the Events Fixed
22   * orm.read_group: fix group_by for date[time]s, currently showing duplicate groups
23   * setup.py: added python25-compat directory to the MANIFEST.
24
25 * https://launchpad.net/bugs/795018
26   * Base : Added active field in address view in order to let the user deactivate the address
27
28 * https://launchpad.net/bugs/766944
29
30 * https://launchpad.net/bugs/760301
31   * res_users: check() must raise when access is denied!
32
33 * https://launchpad.net/bugs/766982
34   * base :  Improved the Group Rule process
35   * base : Record Rules being ended in a single group now
36
37 * https://launchpad.net/bugs/780584
38   * fixes launchpad bug 780584: Field definition translate=Yes is not stored in ir.model.fields
39
40 * https://launchpad.net/bugs/772230
41   * base : res_name misbehavior fixed when size limit of the value extended the field's size.(Courtsey JBA(OpenERP),(Support Case:5480))
42
43 * https://launchpad.net/bugs/727730
44   * ir_ui_view.py: get_sc only returns shortcuts for existing menu items.
45
46 * https://launchpad.net/bugs/715654
47   * evaluate one2many domains instead of using them as string.
48
49 * https://launchpad.net/bugs/751062
50   * debian: corrected version in changelog.
51
52
53 Bugfixes (addons)
54 -----------------
55
56 * Not linked to a bug report:
57
58   * project : Fixed the issue of signin wizard in project  (Maintenance Case : 16779)
59   * account_voucher: 'currency_id' field doesn't exist in account.journal object, it's 'currency'
60   * print of SO uses client payment term instead of linked one case:(16743)
61   * product : Merged Nehal's branch for UoM warning
62   * product : Improved the error message for UoM conversion having different category
63   * crm_partner_assign: quick and dirty hack to switch latitude and longitude fields, as they are stored in wrong fields and we need to preserve database schema for existing instances. In trunk we will fix that in the right way.
64   * UnboundLocalError for Tax case:(16655)
65   * mrp_repair: order/tax included error is removed.(case:16152)
66   * Sale_Layout : Corrected the RML and SXW for the layout report which was failing due to wrong conditions note
67   * stock: more efficient rewrite of product_reserve to fix perf/resources issues
68   * account, analytic_user_function: Improved usability in Account, Fixed keyerror 'amount' coming on onchange of Account in Analytic timesheet
69   * account, analytic_user_function: Improved usability in Account, Fixed keyerror 'amount' coming on onchange of Account in Analytic timesheet and Improved definition of on_change_account_id in Analytic user function (case:8274)
70   * account : Merged my branch for account profit loss report fix(Case:5583)
71   * account : In Profit Report the type comparison fixed by translations. (Maintenance Case:5583)
72   * sale : Output Location from the warehouse will be considered instead of stock_location_output
73   * Sale : Set taxes to be null on the onchange of Product
74   * thunderbird : To' was not being set when pushing a mail when 'Delivery To' header was not configured. (Maintenance Case : 16137)
75   * base_contact: fix issue 6051: when choosing a partner, the wrong address is set in onchange
76   * TypeError: unsupported operand type(s) for /: 'float' and 'NoneType' for Account Voucher
77   * Stock: Wrong product quantities in Invoice lines (Ref : Case 16347)
78   * Translation conflicts resolved
79   * stock: Raised error when processing quantity is greater than move quantity during picking validation and splitting of move
80   * base_action_rule :Replaced str() with tools.str() (Ref : Case 6122)
81   * base_action_rule : Error in Automated Action  (Ref : Case 6122)
82   * hr_timesheet: Remove the comma, because Python thinks it's a tuple and not a new line
83   * Sale :Invoice_quantity attrs conflicts with the field definition in Sale_view.xml (Ref : Case 5802)
84   * Account : The wizard for chart of account was sending wrong domain to clients
85   * Account_budget : Correction in the calculation of theoritical amount
86   * document: _check_duplication is now a real _constraints + remove unneeded commit()s
87   * stock: fix for deleting the move line from wizard
88   * stock: conversion for uom and put checks
89   * stock: Partial shipment impossible
90   * bug when subject is empty mailgate
91   * l10n_ch : Invoices were not being referenced properly when using Import BVR,Fixed(Case:6139)
92   * l10n_ch : Improved importing data with BVR Import wizard(Case:6139)
93   * Account : Bank statement now has an internal view
94   * backport of bug lp:772724
95   * thunderbird packaging
96   * Account_payment : Corrected the method which was retuning bank according to the partner
97   * Account/MRP/Project_planning : Dashboards should always use internal action's domain(Case 6351)
98   * account: residual amount need to be recomputed on change of move_id
99   * purchase_double_validation : Changed amount_untaxed to amount_total because of unit test break
100   * stock : Warning message during move split, if the lot quantity available is less than specified quantity (Case:6001)
101   * fix thunderbird on windows vista 7 + fix date format when pushing
102   * Hr_Timesheet : Corrected YML test, Thanks to Buildbot
103   * webkit: User friendly popup error message displayed while webkit report's path does not exist.
104   * stock_location_translation_problem(case:6112)
105   * 4635 create project from template and project duplication fixed
106   * Import __future__
107   * account_budget: removed select=1 in budget lines
108   * account_budget: removed select=1
109   * Domain should be in list.
110   * share: form view should share current record only
111   * share: multi-sharing with an empty filter was not working
112   * share: current user restrictions were not properly copied
113   * share: use empty domain for shared actions, as ir.rules do enforce the filtering.
114   * share: share users with multi-shares should keep same home action
115   * share: bumped up module version after changes to web addon
116   * share: hide Share button when user does not belong to Sharing group
117   * share: avoid crash in web addon with empty share filter
118   * Update the file content of init_xml[] and data[] and set noupdate=1 in the <data></data> tag (Ref : Case 5661)
119   * Change in the __openerp__.py of base_report_designer module and in the base_report_design_view.xml (Ref : Case 5661)
120   * Change in data[] and init_xml[] in the stable 6.0 addons (Ref : Case 5661)
121   * Project_scrum/Purchase_requisition : Corrected _defaults for date/datetime values
122   * Product_visible_discount : Correction in the __openerp__.py for the dependency module and fix the onchange methods for sale order line and invoice line(Ref : Case 5998)
123   * Product_visible_discount : Correction in the __openerp__.py for the dependency module and fix the code for the product pricelist item(Ref : Case 5998)
124   * l10n_ch : Correction made to look for customer invoices only on BVR import(Case 5493)
125   * product_visible_discount: Correction in the __openerp__.py for the dependency module and fix the code for the product pricelist item(Ref : Case 5998)
126   * HR_Payroll/Hr_recruitment/Membership/Point_of_sale/Project_timesheet : Corrected Yml tests,thanks to buildbot
127   * CRM/Project_planning : Corrected Yml tests,thanks to buildbot
128   * Successive fix over the bug lp:777347
129   * Corrected the context for the act_window of Phonecall from Partner
130   * crm : Partner was missing in Schedule PhoneCall fixed
131   * product should contain company for currency (case:5937)
132   * purchase_report : Purchase Analysis View Fixed (Support Case : 5943)
133   * Product: name_search() corrected while duplicating ids in sale_order_line (Ref : Case 5861)
134   * sale_report : Sale Manager Analysis Report Fixed (Maintenance Case : 5689)
135   * account_voucher: change the behaviour of fields_view_get method
136   * Sale : Incorrect Domain on invoice_quantity in Sale_view.xml (Ref : Case 5802)
137   * product_margin: improvements for the calculation of Turnover
138   * product_margin calculation improvement [issue:5482]
139   * sale, purchase: corrected invoiced field calculation in sale and purchase
140   * mrp_repair : Taxes were missing on the invoicing tab in repair order when product selected from the editable tree
141   * Base_contact : change in name_get method to display name of opportunities in thunderbird (Ref : Case 4801)
142   * Account_payment : Fixed the problem of call to onchange_partner_id of account.voucher with wrong parametres
143   * account_payment: passed date argument in onchange_partner_id() and cheking on move_line_id
144   * allow read access so e.g. sale.report_sale_order works for non admin users
145   * account : Move lines take the Journal and Period from the Move itself(Maintenance Case 5598)
146   * account : Move lines take the journal and period from the move itself.
147   * Account_followup : Corrected the Rule name
148   * document: when updating attachment file size, exclude attachments having NULL db_datas (otherwise len() raises an exception)
149   * Account_voucher : Added missing context to onchange_date() of voucher
150   * Fixed warnings and test failures suggested by Buildbot
151   * Account : Corrected _sum() of account.tax.code()
152   * project_mrp : When creating task from Sale Order Quantity Factors of UoMs are now considered
153   * l10n_fr : Corrected Template definitions (Ref: Case 5481)
154   * Bug 718609
155   * decimal_precision : Fixed issue with decimal accuracy
156   * report_webkit: fixed UTF-8 encoding in debug mode too
157   * encoding support fix for use of subprocess
158   * better menu emplacement for webkit header
159   *  UTF8 support + utf8 debug mode
160   * utf8 debug + minial bin version
161   * report webkit sample UTF-8 no filter on image. Thank to Florent Xicluna for the patch
162   * report webkit UTF-8 support and error in embed_image. Thank to Florent Xicluna for the patch
163   * base_crypt: double-check to prevent blank passwords
164   * Users_ldap : Corrected YAML Warnings,Thanks to Buildbot
165   * Lunch : Corrected YAML test, thanks to buildbot
166   * Stock : Fixed the problem suggested by Buildbot
167   * product,hr_timesheet_invoice : Invoicing analytic lines(timesheet lines) were calculating wrong prices for product (Support SaaS Case : 5267)
168   * account: correct default unit price for supplier invoices (issue #4346)
169   * Audittrail : System was crashing if I audit Users (ref : 4527)
170   * account:Translation for wizard 'New Financial Company setting' fixed.(Maintenance Case:4477)
171   * account_budget : Reports were crashing due to Analytic Account not being mandatory, Fixed it.(Support Case 4577)
172   * report_webkit: forgot to remove the import of commands.
173   * report_webkit: don't display warning message about non-patched qt.
174   * bug 704870 webkit_locals
175   * Survey : Corrected the priority of the view for the survey page(Ref : Case 4718)
176   * email_template_account : Fixed the Unicode errors(Case 4594)
177   * email_template_account : Corrected the fix
178
179 * https://launchpad.net/bugs/781790
180   * account_budget : Admin user has been added to anlytic group by default
181
182 * https://launchpad.net/bugs/777347
183   * crm : missing partner information while schedule phone call is fixed
184
185 * https://launchpad.net/bugs/725571
186   * sale : Output to Customer Movement created twise in stock
187
188 * https://launchpad.net/bugs/741863
189   * Cash and Bank journals are unintendedly created as refund journals
190
191 * https://launchpad.net/bugs/827636
192   * Account_voucher : Fixed the onchange_date method which was missing the checking of context initially
193
194 * https://launchpad.net/bugs/747379
195   * stock: Fixed wrong qty in stock move(posted inventory) when confirming inventory for the products which have earlier moves with production lot and we use the same prodlot
196
197 * https://launchpad.net/bugs/772451
198   * Account : default_get() corrected in order to be compatible with web client
199
200 * https://launchpad.net/bugs/737258
201   * Stock : Removed the buttons which could confuse the users (Ref : Case 4970)
202
203 * https://launchpad.net/bugs/704870
204   * report_webkit: now works under Windows
205
206 * https://launchpad.net/bugs/775431
207
208 * https://launchpad.net/bugs/784499
209   * account_invoice_layout : Fixed the issue with the account in invoice lines when multicompany environment is used(Case:5805)
210   * account_invoice_layout : Fixed the issue with the account in invoice lines when multicompany environment is used.
211   * use only current company to choose a default account_id for a non-product invoice line
212
213 * https://launchpad.net/bugs/789215
214   * account_followup: corrected the followup report getting called from wizard
215
216 * https://launchpad.net/bugs/779815
217   * account_voucher :account_voucher : Partially Paid Invoice were missing when importing invoices in Bank Statements, Fixed (Case:5625)
218   * account_voucher : Partially Paid Invoice were missing when importing invoices in Bank Statements, Fixed (Case:5625)
219
220 * https://launchpad.net/bugs/812951
221   * account_voucher : Importing Supplier invoice in Bank Statement was having positive value it should have negative amount fixed it
222
223 * https://launchpad.net/bugs/760301
224   * users_ldap: consistent handling of login() vs check()
225   * users_ldap: double-check to prevent blank passwords
226
227 * https://launchpad.net/bugs/762960
228   * Decimal_precision : Decimal Accuracy did notround the value
229
230 * https://launchpad.net/bugs/781679
231   * Purchase_requisition : Corrections and removed the unnecessary dependency of mrp
232
233 * https://launchpad.net/bugs/788516
234   * purchase : Purchase Order Report Fixes(Case:16747)
235
236 * https://launchpad.net/bugs/740047
237   * Backported the fix from trunk for the bug lp:740047
238
239 * https://launchpad.net/bugs/739172
240   * Stock : Method do_partial updated with prodlot_id
241
242 * https://launchpad.net/bugs/710521
243   * Product : Correcter pricelist calculation if base price set to 0
244
245 * https://launchpad.net/bugs/770243
246   * stock: more efficient rewrite of product_reserve to fix perf/resources issues
247
248 * https://launchpad.net/bugs/801599
249   * account : Accounting Reports are now being translated(Case:7492)
250
251 * https://launchpad.net/bugs/735368
252
253 * https://launchpad.net/bugs/795026
254   * Sale/Purchase : Calculation of invoice rates corrected,revert of previous commit http://bazaar.launchpad.net/~openerp/openobject-addons/6.0/revision/4593
255
256 * https://launchpad.net/bugs/722579
257   * Backported the fix from trunk for the module Audittrail : audit_trail settings should be readable by everyone, not just the user in employee group
258
259 * https://launchpad.net/bugs/722538
260   * Stock : System should not create duplicate moves while processing with chained locations
261
262 * https://launchpad.net/bugs/794099
263   * hr_holidays: Refusal of holidays was broken when leave is requested by category
264
265 * https://launchpad.net/bugs/763437
266   * Chained locations: processing first move does not copy prod.lot in chained moves
267
268 * https://launchpad.net/bugs/777850
269   * account_followup uses SQL query for getting data cirmumventing security rules
270   * Account_followup : Added record rules and removed wrong domain
271   * account_followup : filtered the company with search method while multicompany installed
272
273 * https://launchpad.net/bugs/788079
274   * MRP : Wizard should end with close action
275
276 * https://launchpad.net/bugs/767058
277   * account_voucher : Respective Invoice only displayed when paying via voucher from invoice payment
278
279 * https://launchpad.net/bugs/763439
280   * Stock : Chained location: cancelling receptions should make the new moves in 'Not Available' state
281   * Stock : Chained location: cancelling receptions doesn't cancel all stock moves
282
283 * https://launchpad.net/bugs/736890
284   * account: opening entries didn't bring forward the amount in currency when closing a fiscalyear. The centralisation had to take care on that too.
285
286 * https://launchpad.net/bugs/802818
287   * procurement : Changed priority because groupby Reason gives traceback
288
289 * https://launchpad.net/bugs/706287
290   * Account : Corrected the working of display account option on accounting reports(Ref : Case 4667)
291
292 * https://launchpad.net/bugs/741457
293   * stock : Inventory Anlalysis returning wrong quntity with multiple UOM
294
295 * https://launchpad.net/bugs/727162
296   * Product : Corrected the calculation of pricelist when the option is 'Partner section of the product form'
297
298 * https://launchpad.net/bugs/789658
299   * Impossible to create tax of type balance through chart of accounts
300
301 * https://launchpad.net/bugs/734204
302
303 * https://launchpad.net/bugs/761460
304   * stock : lambda missing with dates in _defaults fixed
305
306 * https://launchpad.net/bugs/767208
307   * stock : MO: consume products overwrites production lot in finished goods
308
309 * https://launchpad.net/bugs/747284
310   * webkit: User friendly popup error message displayed when webkit report's path does not exist.
311
312 * https://launchpad.net/bugs/710061
313   * report_webkit : Webkit reports now getting translated(setLang and formatLang fixed. Maintenance Case:5770)
314
315 * https://launchpad.net/bugs/771377
316   * stock : Warning message during move split, if the lot quantity available is less than specified quantity (Case:6001)
317
318 * https://launchpad.net/bugs/725908
319   * stock : Optimized the code to Import Inventory
320   * stock : Fill Inventory Wizard should import production lot too. (Courtsey KSA(OpenERP))
321
322 * https://launchpad.net/bugs/781701
323   * account: Corrects error on unchecking account active in _compute method
324
325 * https://launchpad.net/bugs/728092
326
327 * https://launchpad.net/bugs/783361
328   * stock : correct value in field creation date of stock_inventory object
329
330 * https://launchpad.net/bugs/689675
331   * Stock : Correction invoice creation from picking when there are no moves linked
332
333
334 Improvements (addons)
335 ---------------------
336
337 * hr_payroll : Calculation of 'Company Contribution' during pay slip computation (Case:6348)
338 * analytic: Improved _debit_credit_bal_qtty method for passing the related field name instead of passing all fields(case:16550)
339 * account_payment: Added condition for payment order state to restrict draft payment lines (case:16131)
340 * account : Changed .SXW files to reflect changes made in .RML files (Case:5583)
341 * account, account_voucher: Improved find method and Context passing scenario
342 * account, account_voucher: Added company in defauls of user incase of failing of context (case:5852)
343 * account, account_voucher: Passed Company in a context for find method of period and Improved few corrections(case:5852,6305)
344 * base_contact: Removed onchange from tree view and improved method definition (case:16421)
345 * account : Improved ru.po and zh_CN.po files to resolve conflicts (Case:7492)
346 * stock: Raised exception as system allows to split more quantities rather than move quantity (case:10244)
347 * account: Fixed issue of Configuration of COA wizard was not working without Extended view (case:6707)
348 * account_invoice_layout : Visibility of non-product type invoice lines in supplier invoice' (Case:6193)
349 * stock : Visibility of 'Chained Location' based on 'Chained Location Type' (Case:6178)
350 * Remove unchange lines from diff.
351 * useability improvement in company for Security Days
352 * l10n_at: added localization module for austria. Thanks Conexus.at
353 * report_webkit contributor
354
355
356 2011-04-01: 6.0.2
357 =================
358
359 Missing ChangeLog (see the commits)
360
361 2011-01-20: 6.0.1
362 =================
363
364 Missing ChangeLog (see the commits)
365
366 2011-01-19: 6.0.0
367 =================
368
369 Missing ChangeLog (see the commits)
370
371
372 2010-05-05: 5.0.10
373 ==================
374
375 Bugfixes (server)
376 -----------------
377
378  * Not linked to a bug report:
379    * Server Actions: Cleaner legend help and error message
380    * use of tail text in preprocessor of report engine
381    * added support for missing Persian/Farsi (official language in Iran), with backport of the translations from trunk for base module
382  * https://launchpad.net/bugs/534769
383  * https://launchpad.net/bugs/452854
384    * res_currency: revert to correct rounding mechanism
385  * https://launchpad.net/bugs/540840
386    * Groups if removed, should remove relavent access rights too
387  * https://launchpad.net/bugs/558460
388    * Add the pixmaps and win32 directories in the MANIFEST to have
389  * https://launchpad.net/bugs/559346
390    * Copy() of ir_model_fields corected
391  * https://launchpad.net/bugs/541545
392  * https://launchpad.net/bugs/574394
393    * Workflow : print of workflow should not be broken if there is no flow_stop
394  * https://launchpad.net/bugs/552386
395    * _store_function dictionary should  get updated when field changes its type from function to any other storable
396  * https://launchpad.net/bugs/535559
397    * Illustration tag beahvior corrected
398  * https://launchpad.net/bugs/552457
399    * Raise a detailed exception if the record does not exist in the ir_model_data object
400  * https://launchpad.net/bugs/513278
401    * res_currency: revert to correct rounding mechanism
402  * https://launchpad.net/bugs/564926
403    * _constraints : Multiple constraints on the same field should be allowed
404
405
406 Improvements (server)
407 ---------------------
408
409  * setup.cfg: Improve the setup of the server
410
411
412 Bugfixes (addons)
413 -----------------
414
415  * Not linked to a bug report:
416    * Remove the bad translation files
417    * Rename the oc_OC translation files to oc_FR
418    * l10n_be: intracom declaration compliancy with Intervat 5.1.0
419    * l10n_be: compliancy of belgian vat declaration with Intervat 5.1.0 (from 05 feb 2010)
420    * account: fixed the onchange partner of bank_statement
421    * audittrail: context={} -> context=None in method signature
422    * audittrail: indentation problems
423    * audittrail: wrong class passed to super
424  * https://launchpad.net/bugs/515590
425  * https://launchpad.net/bugs/552455
426    * Account_analytic_default : Invoice creation from SO corected
427  * https://launchpad.net/bugs/546004
428    * Account : Overdue report corrected
429  * https://launchpad.net/bugs/552519
430    * account_invoice_layout : Added translation entries
431  * https://launchpad.net/bugs/571978
432  * https://launchpad.net/bugs/553881
433    * Account : Added a link to view unreconciled receivables/payables from Invoices
434  * https://launchpad.net/bugs/566185
435    * Remove the unused translation files
436  * https://launchpad.net/bugs/559478
437    * only Grouped field should appear in groupby clause, graph orientation corrected
438  * https://launchpad.net/bugs/570652
439    * Locations when M2O,should not be among view type
440  * https://launchpad.net/bugs/519133
441    * Account : Added centralization check on write() of move line
442  * https://launchpad.net/bugs/532728
443    * sale: UoS qty visible for everyone
444  * https://launchpad.net/bugs/559347
445    * Purchase : Product_uom_change should respect fiscal position related to product_id_change
446  * https://launchpad.net/bugs/570132
447    * Account : code improved for move line creation
448  * https://launchpad.net/bugs/551522
449    * Account : Manual reconcilation should work with the option of Skip Draft Entries of Journal
450  * https://launchpad.net/bugs/539408
451    * Audittrail : Correction made to avoid crash on configuration wizard
452  * https://launchpad.net/bugs/564530
453    * Account : Copying bank statement should not copy move lines
454  * https://launchpad.net/bugs/568537
455    * Account : __compute() optimized a little
456  * https://launchpad.net/bugs/461801
457  * https://launchpad.net/bugs/568436
458    * Purchase : Merge PO should consider fiscal position
459  * https://launchpad.net/bugs/552447
460    * Account : Tax :If type=code,python_compute has to be mandatory;if applicable_type=python_code,python_appliacble has to be mandatory
461  * https://launchpad.net/bugs/561318
462    * Account/Document_ICS/MRP_Operations : datetime.datetime.strptime() replaced by mx.DateTime.strptime()
463  * https://launchpad.net/bugs/559055
464    * account_payment: Remove the duplicated 'bank_id' field in the payment.line tree view
465  * https://launchpad.net/bugs/564779
466    * Mrp_repair : Corrected make invoice process and Quotation report
467  * https://launchpad.net/bugs/557501
468    * Account_Voucher : Correction in creating account.move from voucher
469  * https://launchpad.net/bugs/519034
470    * Sale : progressbar for picking should be set when SO is picked 100%(including its procurement is done)
471  * https://launchpad.net/bugs/569036
472    * mrp_subproduct : Corrected action_confirm method
473  * https://launchpad.net/bugs/562803
474    * Membership : Copy() overridden for setting membership lines blank
475  * https://launchpad.net/bugs/552503
476    * Account : Raising an exception when journal_id is missing
477  * https://launchpad.net/bugs/564486
478    * Base_report_creator : Export method corrected
479  * https://launchpad.net/bugs/532073
480  * https://launchpad.net/bugs/489239
481    * mrp_operations : starting production order should start work order too.
482  * https://launchpad.net/bugs/557373
483  * https://launchpad.net/bugs/515507
484    * Support for ftp_server_host for setting the FTP interface for DMS server,
485  * https://launchpad.net/bugs/535109
486    * Account:
487  * https://launchpad.net/bugs/399817
488  * https://launchpad.net/bugs/452854
489    * account: finish fix of generation of account.move.lines from invoice by providing extension hook
490    * account: corrected move balance check - rounding correctly based on price_accuracy
491  * https://launchpad.net/bugs/570561
492    * Account_payment : Import of move line should include the date of search due date
493  * https://launchpad.net/bugs/567987
494    * Account_analytic_default : Invoice creation from SO corected
495  * https://launchpad.net/bugs/563713
496    * account_analytic_plans : Minor correction on a method to unlink entries
497  * https://launchpad.net/bugs/513278
498    * account: corrected move balance check - rounding correctly based on price_accuracy
499  * https://launchpad.net/bugs/551570
500    * Account_payment : Date will be asked to user while importing payment order into bank statement
501  * https://launchpad.net/bugs/550742
502    * Account : Refund invoice wizard should have current_date as default
503
504
505 Improvements (addons)
506 ---------------------
507
508  * Add the new version of Swiss Localization:
509  * sale: unit tests for bug #461801
510  * sale: warning instead of error in some unit tests
511  * sale: demo tax account type
512  * account: test case for bug #452854
513  * account: renamed test
514  * sale: minor test  changes
515  * Account_followup : Domain improved for an act_window from Partner
516
517
518 2010-04-06: 5.0.9
519 =================
520
521 Bugfixes (server)
522 -----------------
523
524  * https://launchpad.net/bugs/556634
525    * By pass a missing field in the translation
526
527
528 2010-04-02: 5.0.8
529 =================
530
531 Bugfixes (server)
532 -----------------
533
534  * Not linked to a bug report:
535    * res_lang : if value of thousands_sep is not present in language,method will give error- 'moentary' name is not defined [IMP] clear cache of language on write,to be sure to get right value if value of language is changed before cache timeout
536    * bin/tools/convert.py: no need to import time since the eval(domain) is probably going to be removed or wrapped in an exception handler
537    * sql_db: avoid deadlock when releasing leaked cursors
538    * bin/tools/convert.py: reverted revision 2017.1.1: could not eval some strings. Need a dict with uid, active_id, active_ids, ...
539    * bin/tools/convert.py: missing time module
540    * i18n: fr_FR: missing information
541    * In the case we want to generate the RPM package, we change the version
542    * DONT pformat() each RPC request !
543    * reporting: change the way that para style are computed
544    * add cache to res.lang format() function
545    * fixed a bug in copy_data: it now copies the original (not translated) field value as the source value
546    * disabled "code" server action due to the security threat it poses, added --enable-code-actions command-line flag to enable it
547    * only admin can delete ir.property
548    * when deleting ir.property, do not delete the linked field
549    * correct import rng file
550    * 'Partner Manager' group should see the Partner menu
551    * removed python-xml from list of debian packages in doc/INSTALL
552    * remove ubuntu-related pyxml/python-xml hacks from openerp-server.py as pyxml shouldn't be used anywhere anymore
553    * Remove python-xml reference in setup.py
554  * https://launchpad.net/bugs/495948
555    * Corrected language code for Slovenian and Danish locales. Renamed corresponding PO files.
556  * https://launchpad.net/bugs/531430
557    * Remove the default values on the --no-netrpc and --no-xmlrpc
558  * https://launchpad.net/bugs/538399
559    * netrpc: Close the socket if there is a raised exception
560  * https://launchpad.net/bugs/532365
561    * Document : It should be allowed to browse through FTP,disregard to --no-databse-list option
562  * https://launchpad.net/bugs/531026
563    * Exploit Broken : Search  should have checked access rights of read
564  * https://launchpad.net/bugs/513290
565    * Export should honor the current locale(language) settings of the user.
566  * https://launchpad.net/bugs/535551
567    * Uninstalling a board_* module removes dashboard action, but user shuold be allowed to login with default action
568  * https://launchpad.net/bugs/514273
569    * Remove the libxml2 and libxslt dependencies for the packaging
570  * https://launchpad.net/bugs/314973
571    * do not keep connections to template1, template0 and postgres in the connection pool
572  * https://launchpad.net/bugs/544087
573    * Behaviour of fields.related corrected for copy() and write() calls
574  * https://launchpad.net/bugs/551664
575    * Evaluate domain in act_window element is now possible
576  * https://launchpad.net/bugs/528624
577    * Import : Any exception should be raised in well-manner
578  * https://launchpad.net/bugs/543521
579    * Export : Correction made when selection field value if False.
580  * https://launchpad.net/bugs/516568
581    * retro-compatibility: 'obj' is available in ir.action.server code
582  * https://launchpad.net/bugs/380955
583    * setup.py: add the missing librairies for the windows packaging
584  * https://launchpad.net/bugs/497364
585    * base: respect the limit and offset arguments of the search method
586
587
588 Improvements (server)
589 ---------------------
590
591  * sql_db: improve logging
592  * The act_window does not show groups.This adds groups and rearranges the view with a notebook to ensure that the addition of this m2m field doesnt introduce a scroll
593
594
595 Bugfixes (addons)
596 -----------------
597
598  * Not linked to a bug report:
599    * base_contact: res.partner.job: when partner is set, the address is required. Add onchange on partner and on address.
600    * membership: bugfix + improved inheritance of membership_state field.function
601    * Base_contact : search() of job improved
602    * account_payment: added journal_id field in account.move.line.tree view
603    * Sale : Fiscal position from SO for invoice should be priorly taken from SO rather than Partner's properties
604    * Delivery : Better functional computation of weight based on move
605    * sale: move the product_uos_qty and product_uos fields to the
606    * event: made wizard of invoice creating more flexible (use onchange) + code refactoring
607    * audittrail: Check if the object exists or Not and raise an exception if it's not the case'
608    * hr_timesheet_sheet: Add a default value for the context keyword
609    * Improved mrp_jit smoke test in case the sale config wizard was run before installing mrp_jit. There is a side-effect but it's only on demo databases, and we'll fix this test in trunk when we can write better tests.
610    * account: product_id onchange on invoice lines were returning {} when no product_id was given. This was causing problems in other modules (account_analytic_default, account_analytic_plans) that inherited because of a key error 'value'. It now returns {'value':{}}.
611    * l10n_be: adaptation du module de localisation belge conformément à la nouvelle législation TVA pour les services intracom
612    * event: invoice creation from registrations
613    * purchase: security file update: added rights for manager. Fixed rights for user
614  * https://launchpad.net/bugs/524521
615    * Account : USer will be notified for unreconciling partial reconcilatins if he tries to cancel the invoice
616  * https://launchpad.net/bugs/540128
617  * https://launchpad.net/bugs/535098
618    * Account : Only those accounts are eligible to be Parents which have type=View
619  * https://launchpad.net/bugs/552455
620    * Sale : Make Invoice wizard should only create invoice for uninvoiced lines
621  * https://launchpad.net/bugs/528889
622    * Account : name_search() of account.tax.code overridden for better search
623  * https://launchpad.net/bugs/519220
624    * Delivery : Proper Weight calculation of stock picking
625  * https://launchpad.net/bugs/535058
626    * Purchase : Seperate packign should not be created if chained locations are used
627  * https://launchpad.net/bugs/545032
628    * Stock : Invoice from Stock should respect context for translations.
629    * stock: context lost in invoice wizard
630  * https://launchpad.net/bugs/530081
631    * Sale : Sale order's Invoice should have invoice reference of customer Invoice
632  * https://launchpad.net/bugs/545868
633    * Sale_crm : proper options set on wizard makesale
634  * https://launchpad.net/bugs/467880
635    * MRP : stock.warehouse.orderpoint for qty_multiple check of 0
636  * https://launchpad.net/bugs/544287
637    * Invoice object's Partner onchange had wrong parameter
638  * https://launchpad.net/bugs/535655
639    * Base_setup : Better display of Currency selection(Name + Code)
640  * https://launchpad.net/bugs/532728
641    * sale: Remove the product.group_uos group on the product_uos and product_uos_qty fields.
642  * https://launchpad.net/bugs/540443
643    * Sale : Fiscal position value has to be passed when Invoice is created from SO
644  * https://launchpad.net/bugs/532673
645    * delivery: replace 'id' with active_id in passing context of order(takes built in function id in webclient).
646  * https://launchpad.net/bugs/528871
647    * Account : Dupliacting tax code should not copy move lines
648  * https://launchpad.net/bugs/539707
649  * https://launchpad.net/bugs/514273
650    * Base_report_designer : Replaced libxslt/libxsml2 code by lxml
651  * https://launchpad.net/bugs/540946
652    * Hr_holidays : Constraint corrected for Holidays request(start date cannot be greater than end date)
653  * https://launchpad.net/bugs/548494
654    * Account : Account should not be removed/deactivated if it is linked to any property/partner
655  * https://launchpad.net/bugs/418080
656    * Document : Browse__files_using_ftp wizard corrected
657  * https://launchpad.net/bugs/541006
658    * MRP/Purchase : Seller delay has to be converted into integer for date calculations.
659  * https://launchpad.net/bugs/528978
660  * https://launchpad.net/bugs/528929
661    * Account : Tax code tree view should have company.
662  * https://launchpad.net/bugs/552461
663    * Scrum : Burndown chart was crashing when a taskwork entry is without date
664  * https://launchpad.net/bugs/553168
665    * Account : Journal's name_search() did not use context well
666  * https://launchpad.net/bugs/494352
667    * Sale : account_invoice_end() corrected/optimized so that it does not create any regression of duplicated pickings for SO
668  * https://launchpad.net/bugs/531238
669    * improved regression tests in sale and mrp_jit modules to test separately auto-chained locations. (bug 531238)
670    * mrp: use correct location chaining by calling action_confirm() on stock move instead of directly writing the status (bug 531238).
671  * https://launchpad.net/bugs/540151
672    * Event : Notify user before sending an email on confirming event
673  * https://launchpad.net/bugs/542379
674    * Account : Terp file had duplicated author,depends keys
675  * https://launchpad.net/bugs/539073
676    * account_date_check: If the date of the move line, is not in the
677  * https://launchpad.net/bugs/532073
678  * https://launchpad.net/bugs/526081
679    * MRP : Ondelete=cascade applied to important fields of stock.warehouse.orderpoint
680  * https://launchpad.net/bugs/535642
681    * Stock : Unlink() of Move corrected
682    * Stock :Picking removal should remove moves too
683  * https://launchpad.net/bugs/506431
684    * Use the file name instead of the content
685  * https://launchpad.net/bugs/531638
686    * Sale_crm : Code improved for partner onchange to take effect on SO
687  * https://launchpad.net/bugs/530926
688    * Account : Invoice group was missing access rights for tax and tax code
689  * https://launchpad.net/bugs/531416
690  * https://launchpad.net/bugs/535601
691    * Account : Proper query generation for computing debit.credit,balance
692  * https://launchpad.net/bugs/532365
693    * Document : It should be allowed to browse through FTP,disregard to --no-databse-list option
694  * https://launchpad.net/bugs/399817
695    * Sale : Cancelled partial packing should affect Sale order's Shipped field
696  * https://launchpad.net/bugs/538064
697    * Sale : Translations for RML texts entered into po/pot
698  * https://launchpad.net/bugs/531479
699    * Stock : drop view check added for stock_report_prodlots
700  * https://launchpad.net/bugs/504353
701    * Product : Conversion from unmatched categorized UoM now raises exception
702  * https://launchpad.net/bugs/532716
703    * MRP : Split production wizard corrected
704  * https://launchpad.net/bugs/538419
705
706
707 Improvements (addons)
708 ---------------------
709
710  * base_contact: res.partner.address: use domain instead of value in context
711  * Stock :Layout for  Moves under Picking Improved
712  * Account : Fiscalyear and Period now have name_search
713  * Product : Duplicated demo data corrected
714  * purchase: moved smoke test into separate test dir and renamed demo data for consistency with sale/mrp smoke tests
715  * l10n_be: attribution de nouveaux codes plus explicites pour les taxes
716  * Account_voucher : Accounting entries should only be available for non-view accounts
717  * Account : Better view of Reconciled and Partially Reconciled entried with Entry Lines
718  * Account : Setting tax code name translateable (to be consistent with tax name)
719
720
721 2010-03-01: 5.0.7
722 =================
723
724 Bugfixes (server)
725 -----------------
726
727  * Not linked to a bug report:
728    * --smtp-ssl is not a dependent on the server ssl mode
729    * bug:504718
730    * orm: ensure the cursor is valid before computing parent_store values
731    * correct ustr. avoid a crash if getlocale() return None
732    * Fields.function : if store={}/True is removed,column should be dropped with cascaded effect
733    * Base.sql : added relation field column to ir_model_feilds
734    * Fields : relational field was not getting written to ir_model_fields,in case of one2many
735    * allow to create menu executing ir.actions.server
736    * orm: bug when browsing _inherits object
737    * Search made working for function/related fields with store=True/{...} or fnct_search=method
738    * _inherits table may delete the record which is parental to other object but not required.
739    * remove the lock on database connections
740    * correct threading problems in cache
741    * Server Action : Email can be sent with non-English characters now
742    * quality_integration_server: if db exits, db should removed on database creation
743    * Currency : Rounding improved
744    * Importation when fails,needs cursor to be rolled back
745    * handle the case of missing "#:" formated comment in po files
746    * custom report xml creation
747    * better locking when accessing to template1 database
748    * remove minidom from report/custom, replace with lxml
749    * leftover call to minidom in ps_form even though minidom isn't imported there anymore
750    * Remove leftover instances of libxslt and libxml2, replace them by lxml
751    * hang in OSX when trying to shutdown server via SIGINT
752    * set absolute path for the config file to avoid the save() method breaking on single file, since os.path.exists('') returns false and you can't create the current directory
753    * quality_integration_server: fixed problem in make link
754    * translation: modify msg id where it contains python code in translations po files
755    * use env for python shebang rather than hardcoding /usr/bin/python
756    * base: wrong fr_FR translation for 'Delete Permission'
757    * db_exist method works as expected
758    * quality_integration_server : fixed bug on make link
759    * quality_integration_server: wrong web-service name
760    * Upgrade could have failed when its a change in name field,added cascade
761    * Expression : Making search easier for 'child_of'- Recursivity on field used as a Left operand
762    * solve problem of importing data from csv with constraints available on object
763    * act_window False domain problem - produce after dom to lxml conversion
764    * On update, fields with only numeric/int/float could have digits
765    * On Update, if only the size of column is changed,it should reflect into DB
766    * quality_integration_server : fixed problem in integration server on translation checking if translation file is changed on base module
767    * Avoid crash when no args
768    * Config : wrong calculation if cached_timeout comes from config file
769    * Expression : domain calculation failes, max. recursion error protected
770    * recursive calls
771    * allow to call write without ids on osv_memory objects
772    * Specify the name of the argument for the context, to avoir a critical bug
773    * <seq> problem Report Engine
774    * Workflow button desactivation regarding user roles
775    * Improved Previous bad commit for pagelayout error
776    * Import : Context of the action/screen passed,taken into consideration while importing
777    * quality_integration_server: ascci encoding problem in quality html log
778    * recursive child_of on one2many and many2many
779    * default context
780  * https://launchpad.net/bugs/463415
781  * https://launchpad.net/bugs/525962
782    * Ir_model : Made an offensive check of context
783  * https://launchpad.net/bugs/430133
784    * Name_search() is having now record limit to be 80 instead of None
785  * https://launchpad.net/bugs/407667
786    * Allowed SQL reserved keywords to be used in _order,group by ,etc.[Make sure , your _order should look like _order='to' instead of to]
787  * https://launchpad.net/bugs/495636
788    * Warning for reports for header attributes used in .py
789  * https://launchpad.net/bugs/523071
790    * Default_get : fields of _inherits for default values should be considered
791  * https://launchpad.net/bugs/493548
792    * Ir_actions : Unicode error corrected
793  * https://launchpad.net/bugs/409354
794    * Browse with _inherits issue fixed  if more than one M2O to parent objct exists
795  * https://launchpad.net/bugs/430805
796    * Import made successful when field is O2M and it has relation under that.
797  * https://launchpad.net/bugs/462506
798    * Priority on fields.function with store dictionary made working.
799  * https://launchpad.net/bugs/483527
800  * https://launchpad.net/bugs/373176
801    * Behavior of server corrected if addons-path is wrong
802  * https://launchpad.net/bugs/489355
803    * fields: '_fnct_write' should pass context object to the 'write' method
804  * https://launchpad.net/bugs/491867
805    * revert bad fix
806    * fields.related were misbehaving
807  * https://launchpad.net/bugs/433886
808    * Update Module : Float8 to float and numeric to float casting made possible
809  * https://launchpad.net/bugs/410191
810    * Record rule : domain evaluation problem corrected
811  * https://launchpad.net/bugs/519468
812    * Fields : Only one2many fields can have relation_field,avoid checks for others
813  * https://launchpad.net/bugs/523971
814    * Missing imports of _ of tools.translate provided
815  * https://launchpad.net/bugs/500571
816    * Record Rules : domain_force made working
817  * https://launchpad.net/bugs/519204
818    * Base : Country can be searched on Country codes independent to case
819  * https://launchpad.net/bugs/493545
820    * Allowed <notebook> to be added into an inherited view(under field)
821  * https://launchpad.net/bugs/456978
822    * O2M should check existing relations for its concerned M2O
823  * https://launchpad.net/bugs/522227
824    * Fixed error notification on parent_store=true with a column without ondelete=cascade
825  * https://launchpad.net/bugs/516030
826    * Export translations + Cache on translations + Resynchronization wizard Corrections
827  * https://launchpad.net/bugs/430728
828    * Allowing sql keywords as fields(don't use them in order by clause)
829  * https://launchpad.net/bugs/480782
830  * https://launchpad.net/bugs/524588
831    * translate: error with workaround about \xa0 in decimal_point and thousands_sep
832  * https://launchpad.net/bugs/453269
833    * Amount_To_Text Corrected
834    * Amount to text conversions made better
835  * https://launchpad.net/bugs/490604
836    * RAW reports creation corrected
837  * https://launchpad.net/bugs/425350
838    * Menu attribute to report/wizard/url made behaving correctly
839  * https://launchpad.net/bugs/504584
840  * https://launchpad.net/bugs/495948
841    * Corrected language code for Slovenian and Danish locales. Renamed corresponding PO files.
842  * https://launchpad.net/bugs/480301
843    * M2M : values filtering on set()
844  * https://launchpad.net/bugs/503278
845    * Search : searching translated fields made possible(related,one2many,many2many)
846  * https://launchpad.net/bugs/504243
847  * https://launchpad.net/bugs/490125
848    * Custom fields should be removed from _columns too
849  * https://launchpad.net/bugs/490337
850    * Corrections made when removing a module and updating the module database:                                                                    Entry from ir_model_data should also be removed when moudle is removed
851  * https://launchpad.net/bugs/496433
852    * Server Action: Help message of Legend corrected
853  * https://launchpad.net/bugs/417023
854    * Installation should alert user if any no pool record found for M2M/M2O.
855  * https://launchpad.net/bugs/493657
856    * Custom fields won't disturb anything while updating server
857  * https://launchpad.net/bugs/435933
858    * Encoding error corrected for client_action(ir_values-tree view)
859  * https://launchpad.net/bugs/514231
860    * M2O : Unfair behavior of M2O for access denial records and normal ones(All records were hidden by access denied if one had failed to meet access rights).
861  * https://launchpad.net/bugs/499501
862    * Report : Proper Message notification when RML file is not found
863  * https://launchpad.net/bugs/523762
864    * Expression.py corrected when M2O search returns no IDs
865  * https://launchpad.net/bugs/420507
866    * Domain was getting failed when trying to work upon M2M,O2M field of object
867  * https://launchpad.net/bugs/523123
868    * Not allowing Duplicate shortcuts
869  * https://launchpad.net/bugs/516469
870    * Wizard should raise exception to user when writte inside 'choice' type
871  * https://launchpad.net/bugs/488234
872    * connection pool when database password is provided (thanks to Syleam Crew)
873  * https://launchpad.net/bugs/491365
874    * Translation: Error parsing .po files when application puts comments in a single line
875  * https://launchpad.net/bugs/433395
876  * https://launchpad.net/bugs/462285
877    * Remove the useless cr.commit() in the get_id() method of the ir.sequence object
878  * https://launchpad.net/bugs/356628
879    * allow related fields to point to one2many and many2many fields
880  * https://launchpad.net/bugs/460560
881    * Ir_attachment : Context updation corrected on preview
882  * https://launchpad.net/bugs/437729
883    * Export Translation : Warning on Non-existing record instead of breaking flow
884  * https://launchpad.net/bugs/503445
885    * Partner : Name_get() of res.partner.address corrected
886  * https://launchpad.net/bugs/445252
887    * Translation was not getting inserted to DB on write()
888  * https://launchpad.net/bugs/497364
889    * revert previous patch about linked bug (lp:497364)
890    * Menu : Search method corrected for the non-Admin user
891  * https://launchpad.net/bugs/434341
892    * Export : Selection field gets imported by its external name  if export is not import compatible
893  * https://launchpad.net/bugs/489573
894    * Manual object and field creation with searchable
895  * https://launchpad.net/bugs/520854
896  * https://launchpad.net/bugs/449516
897    * Warning raised for server action with SMS facility
898  * https://launchpad.net/bugs/519699
899    * Export translations: module name from path calculations corrected
900  * https://launchpad.net/bugs/516965
901    * User / Preferences should always display translatable languages.
902  * https://launchpad.net/bugs/516964
903    * default_FIELD from context should not overwrite modified FIELD value while creating record
904  * https://launchpad.net/bugs/516044
905    * Graph : report corrected
906  * https://launchpad.net/bugs/516962
907    * modifying a cron from client make it run concurrently multiple times
908  * https://launchpad.net/bugs/447819
909    * Ir_values : reading of default values correted
910  * https://launchpad.net/bugs/510600
911    * Import should raise an uncaught exception if not identified
912  * https://launchpad.net/bugs/413121
913    * Related with O2M behavior corrected
914  * https://launchpad.net/bugs/487836
915    * Custom Object xml arch needed encoding.
916  * https://launchpad.net/bugs/516969
917  * https://launchpad.net/bugs/487723
918    * Module informtion was not getting updated on upgrading module
919  * https://launchpad.net/bugs/372747
920    * Disable the cache for the ir.rules
921  * https://launchpad.net/bugs/478724
922    * Export : M2M field name was missing last character
923  * https://launchpad.net/bugs/497423
924    * FormatLang : Dates if specified into String,will be formatted into language-specific format
925  * https://launchpad.net/bugs/429519
926  * https://launchpad.net/bugs/479915
927    * Added lxml as required module on setup
928  * https://launchpad.net/bugs/495374
929    * Partner : titlee can have a choice to be null
930  * https://launchpad.net/bugs/509629
931    * Expression : Domain calculation of M2M/O2M corrected
932  * https://launchpad.net/bugs/504720
933  * https://launchpad.net/bugs/516568
934    * Server Actions: evaluating dict corrected
935  * https://launchpad.net/bugs/512682
936    * avoid sql injection in sequences
937  * https://launchpad.net/bugs/400614
938    * Use an alternative for the locale.RADIXCHAR if this one doesn't exist
939  * https://launchpad.net/bugs/491462
940    * Pickling issue solved with ir_values (get method)
941  * https://launchpad.net/bugs/507429
942    * Encoding problm corrected on report contents
943    * If RML contains unicode characters and title in the same <para>,it would have failed.
944
945
946 Improvements (server)
947 ---------------------
948
949  * orm: allow import and record creation to defer the computation of parent_left/right
950  * orm: do not update parent_left/right if the parent haven't been changed
951  * Licensing options : Added AGPL-3 and others in choices
952  * Groups : Better duplication terminology.
953  * sql_db: better logging
954  * osv: log (in debug) access errors
955  * web_service: remove log (debug) when creating database
956  * exported method check_connectivity
957  * Sequence : Legend improved to help user understand the usage of %(year)s
958  * remove useless comment
959  * Launchpad export translation files
960  * removal of usages of the deprecated node.getchildren call, better usage of the attributes & tostring ET APIs, style fixes
961  * improve usage of the ET API, use SubElement instead of Element/append, kwarg attributes setting instead of node.set
962  * add option to disable the database listing
963  * quality_integration_server: added net_port option in script
964  * better connection pool (global)
965  * ir_cron : added active feild on list view
966  * Allow to specify the view via the context
967  * cron: check the arguments to avoid security issues
968  * cron: failed jobs are logged
969  * cron: clean code
970  * base_quality_interrrogation: put message if the score of quality less then minimal and remove unit test condition
971  * quality_integration_server: quality log : add new option to specify qualitylog path to store html pages of log
972  * default value for module
973  * updated changelog file for 5.0.6 release
974
975
976 Bugfixes (addons)
977 -----------------
978
979  * Not linked to a bug report:
980    * event: make invoice wizard now creates invoice line with better label
981    * membership:
982    * Sale : Onchange of product/qty corrected when uos is present.Product: Help corrected for uom to uos conversion.
983    * Remove the bad translation files
984    * membership: membership amount field corect name of digits in field defination
985    * audittrail: correct dependencies
986    * audittrail: ensure cursor is closed
987    * invoice: translate the product description only if partner's language is set.
988    * account: avoid a traceback if credit/debit/balance sum can be computed
989    * mrp: fixed demo data when default_code is overridded in a custom module
990    * crm: removed debugging code
991    * document: fixed problem on window on filezilla
992    * sale_crm: CRM->Opportunities: 'convert to quote' now sets the salesman from the partner (or the user if there is none)
993    * sale: onchange on partner_id now set the partner's dedicated salesman as the sale salesman or the user if there is no dedicated salesman on that partner
994    * base_contact: search for a contact in a contact job now searches in firstname and lastname
995    * product: pricelist: ondelete cascade to avoid errors when deleting pricelists and versions ('null value in column "price_version_id" violates not-null constraint')
996    * sale_delivery_report: production lot reference was missing
997    * sale: onchange on partner_id now set the partner's dedicated salesman as the sale salesman
998    * sale_delivery_report: typo in french translation file
999    * Analytic_user_function : Corrected the  Wrong way call to the  method of product.uom
1000    * base_contact: search in "Contact's Jobs" now also search in firstname and lastname of contacts
1001    * Base_report_creator : ilike query generation problem corrected
1002    * account: At the time of invoice cancel it will remove partial reconcile id from entry
1003    * Account: Bank statement line,if has write-off entries,should pass write off account to move line
1004    * account: set correct journal while opening customer and supplier invoices and refunds
1005    * fix a prolem for the wiki content for the indexing
1006    * product: Now pricelist objects price get function will pass context to price_get method of product and compute method of currency object
1007    * base_module_quality: add import statment for _ and give size to name field on save report wizard so that it can display long name also
1008    * Account : Wrong residual amount comes if company currency and invoice currency are different(provided no currency defined on journal)
1009    * account: wizard of fiscal year closing fixed: the entries of all previous fiscal years have to be deffered, not only the last one
1010    * l10n_be: fixed data of l10n_be module
1011    * Analytic account report corrected
1012    * Account_Voucher : Reports corrected
1013    * Sale_CRM : write() was sending wrong data
1014    * MRP : Accounting Entries were duplicated when processing production order with accounting configuration for locations.
1015    * base_contact: domain problem on job object
1016    * project: extra info tab of task view shouldn't be readonly if the task'state is 'draft'
1017    * account_followup: the followup level of a partner which was removed from the proposed partner to remind was still raised although we didn't select him.
1018    * change class names for all model in voucher from Account = account_account
1019    * Base_report_creator : Wizard is available only for custom query,not for the custom result
1020    * Point_of_sale : Receipt report corrected
1021    * Account_tax_include : improvements when invoice lines are created prior to invoice
1022    * Account_tax_include : Minor modif
1023    * account_analytic_plans: analytic distribution are now created on invoice line when confirming sale orders (if a line is matching account analytic default rule)
1024    * account: partial reconciliation check was wrongly computed
1025    * base_module_quality: get_ids method problem
1026    * account: no need to do a call to 'translate', method '_' is sufficient.
1027    * base_module_quality: solve translate string error
1028    * Stock: Moves have no state 'auto',its 'waiting'
1029    * base_module_record second range problem when second is 59
1030    * Project_timesheet : Removal of task with task work should affect Analytic lines
1031    * Track Incoming / Outgoing products:
1032    * account_analytic_default: add stock dependancy
1033    * removed print statement
1034    * picked in SO
1035    * Project : remove unused import causing a DeprecationWarning under Python 2.6
1036    * l10n_be: corrected internal type of vat account in l10n_be: set other instead of payable/receivable
1037    * Hr_timesheet_sheet : setting type=workflow to 2 buttons
1038    * Account: text made translatable
1039    * fix the problem of menus uring installation
1040    * Regression in SO from Jeroen and Jay, picked state see bug #491375
1041    * Stock : Added Product UoS to the Stock Move view
1042    * Base_contact : Making Email field of address visible on Address form view
1043    * Stock : Added translations
1044    * Account_invoice_layout : Reports improved and SXWs made compatible to RML
1045    * membership: invoice membership wizard now calculate tax corectly and on product membership fields make readonly to false
1046    * membership: change membership product date from and date to value with current year on demo data
1047    * membership: solve problem of deleting membership invoice created with old membership product
1048    * Account: Wizards were missing translation import statement
1049    * Residual amount into invoice is now correct in every case and avoid rounding trouble even if rating has changed
1050    * account: avoid translate tool missing import on strictier Python 2.6 versions; bare in mind that mx.Datetime should be eraticated from the surface of the earth
1051    * account: removed pdb now that things are claimed fixed (after the commits messages)
1052    * account_analytic_plans: Use etree instead of xml.dom
1053    * fix the problem that appers in to the account move due to accout voucher
1054    * Account_date_check : correction on a method
1055    * Account_voucher : Typo corrected for Voucher type.
1056    * Account : Corrected the malformed report of Partner Ledger
1057    * purchase_manual: Import OSV
1058    * python2.6 compatibility
1059    * AuditTrail : View Logs should only show logs of current object and resources
1060    * fix the problem of the reports account voucher
1061    * #TODO: fix me sale module can not be used here,
1062    * Import OSV in the wizard
1063    * purchase: Use the price_accuracy
1064    * Base_Report_Creator : xml record was malformed, corrected
1065    * hr_expense: corrected error message
1066    * account: avoid ZeroDivisionError
1067    * Specify the name of the argument for the context, to avoir a critical bug
1068    * CRM : Mailgate script added option -he was conflicting,improved
1069    * Account :Invoice report had Partner name displayed at wrong position
1070    * bugfix residual computation and multi-currencies
1071    * Base_report_creator : Calendar view problems on custom report
1072    * typo
1073    * workcenter load graph
1074    * set the access right
1075    * base_module_quality: speed test if read method has exception
1076    * account_analytic_plans: avoid encoding errors
1077  * https://launchpad.net/bugs/528289
1078    * membership: printing report crashes on graph view
1079  * https://launchpad.net/bugs/522696
1080    * Stock : Split moves wizard should respect current language
1081  * https://launchpad.net/bugs/528281
1082    * membership: membership state not correctly updated with associated partner
1083  * https://launchpad.net/bugs/524425
1084  * https://launchpad.net/bugs/416810
1085    * Document: attachment linked with Files
1086  * https://launchpad.net/bugs/470359
1087  * https://launchpad.net/bugs/438725
1088    * Purchase : Setting the value of payment term while creatying invoice from PO
1089  * https://launchpad.net/bugs/492793
1090    * Project_gtd : Improved fields_view_get() andmade it compatible to stable
1091  * https://launchpad.net/bugs/525314
1092    * membership: membership date from and to required now on product form
1093  * https://launchpad.net/bugs/453030
1094    * Avoid display write-off in pay invoice wizard : take care of partial payment
1095    * Avoid display write-off in pay invoice wizard. Put the right date and currency for conversion
1096  * https://launchpad.net/bugs/448591
1097    * Account : Refund wizard wasnt calculating taxes for new invoices
1098  * https://launchpad.net/bugs/489241
1099    * mrp_operations : work order calculation corrected
1100  * https://launchpad.net/bugs/493704
1101    * Small stock tracking problem
1102  * https://launchpad.net/bugs/518914
1103    * Unable to validate supplier invoice/refund with reference greater than 32 characters. The reference is used as reference for the move lines and the analytic account line but the reference of these objects are limited to 32 characters, raising an sql error. It also broke the workflow of the invoice.
1104  * https://launchpad.net/bugs/481130
1105    * Stock: Shipping Address has to be in.po/.pot
1106  * https://launchpad.net/bugs/427869
1107    * Residual amount in invoice when currency rating change
1108  * https://launchpad.net/bugs/474337
1109    * [CRITICAL] warning : missing import statement for "_"
1110  * https://launchpad.net/bugs/513983
1111    * Sale : Order lines should be not editable for non-draft SO.
1112  * https://launchpad.net/bugs/433898
1113    * fix a problem Point of sale create outgoing shipments incl. service items
1114  * https://launchpad.net/bugs/516746
1115    * Account : Bank statements should not be altered/removed when state is confirmed
1116  * https://launchpad.net/bugs/445267
1117    * Mrp_subproduct : Wrong calculation of QTYs corrected(Product qty,UOS qty)
1118  * https://launchpad.net/bugs/496889
1119    * Account : wizard_pay_invoice corrected (Check made to calculate only receivable,payable lines)
1120    * Account: Better calculation of invoice amount
1121  * https://launchpad.net/bugs/428926
1122    * account_payment when importing payment lines (currency not set correctly)
1123  * https://launchpad.net/bugs/502984
1124    * Hr_holidays: leaves' calculation corrected on removal of leaves
1125  * https://launchpad.net/bugs/434628
1126    * Account : In bank statements,Move Lines should be imported only once
1127  * https://launchpad.net/bugs/503741
1128    * Purchase : Purchase/user was missing account.tax access rights
1129  * https://launchpad.net/bugs/457188
1130    * Account_analytic_analysis : Summary of Months calculation Corrected
1131  * https://launchpad.net/bugs/528292
1132    * membership: membership cancel date is not updated
1133  * https://launchpad.net/bugs/351083
1134    * Account : Partner Balance report gets printed with respect to the company selected
1135  * https://launchpad.net/bugs/497365
1136    * Account : Supplier Invoices new record creation corrected for web client
1137  * https://launchpad.net/bugs/435298
1138    * Subscription : Disallowed to change the Object linked to the document type.
1139  * https://launchpad.net/bugs/490883
1140    * MRP: Proper context value passed for PO creation from packing via SO
1141  * https://launchpad.net/bugs/479886
1142    * Account : Total field on supplier invoice set to 0.0 to amke it Web-client compatible
1143  * https://launchpad.net/bugs/398562
1144    * MRP : Accounting Entries were duplicated when processing production order with accounting configuration for locations.
1145  * https://launchpad.net/bugs/445547
1146    * Stock: Picking report correction
1147  * https://launchpad.net/bugs/507694
1148    * Properly cancel a draft purchase.order when unlinking it, so correct workflow signals can be propagated to parent workflows if there are any.
1149  * https://launchpad.net/bugs/460924
1150    * Stock : force_assign won't create duplicate entries
1151  * https://launchpad.net/bugs/516100
1152    * Account : Invoice line should display complete name of product from the onchange
1153    * Stock : Onchange corrected to have an effect of translations
1154  * https://launchpad.net/bugs/492174
1155    * Base_report_creator : encoding eror corrected on adding filters
1156  * https://launchpad.net/bugs/446205
1157    * CRM : Mailgate script has host as parameter now onwards
1158  * https://launchpad.net/bugs/501625
1159    * Account : General Ledger report in Landscape made transltable
1160  * https://launchpad.net/bugs/440557
1161    * Purchase : POL had a wrong tree view which is unused till now
1162  * https://launchpad.net/bugs/452854
1163    * Correct the validate function for balanced move into account.py (after Fabien Warning)
1164    * Use price_accuracy to verify balanced entry insteed of fixed '0,0001'. Add price_accuracy on debit and credit move lines
1165  * https://launchpad.net/bugs/522532
1166    * Stock : Priority assigned to stock.location list view
1167  * https://launchpad.net/bugs/522629
1168  * https://launchpad.net/bugs/480035
1169    * CRM : action name improved
1170  * https://launchpad.net/bugs/439469
1171    * Product : Pricelist types getting translated on Pricelist
1172  * https://launchpad.net/bugs/512682
1173    * avoid sql injection in sequences
1174  * https://launchpad.net/bugs/476343
1175  * https://launchpad.net/bugs/447402
1176    * Project_timesheet : Wrong synchro on analytic line creation fro tasks(for name).
1177  * https://launchpad.net/bugs/490318
1178    * Account : Ondelete=cascade added to bank statement line
1179  * https://launchpad.net/bugs/459027
1180    * Sale : SOL's subtotal was missign price-accuracy
1181  * https://launchpad.net/bugs/509496
1182    * Account_tax_include : Refund of invioce was not counting price_type.
1183  * https://launchpad.net/bugs/366944
1184    * Base_vat : Spanish numbers validation corrected
1185  * https://launchpad.net/bugs/488869
1186    * Stock/MRP : Track line wizard improved
1187  * https://launchpad.net/bugs/474340
1188    * Stock : Wizard improvements from Lionel
1189  * https://launchpad.net/bugs/445306
1190    * document: put warning message in module descrition regarding lost files which are exits before installing document
1191  * https://launchpad.net/bugs/491867
1192    * base_contact: fix bad related field
1193  * https://launchpad.net/bugs/481524
1194    * Stock : Forecast report: unicode error corrected
1195  * https://launchpad.net/bugs/493369
1196    * Hr_attendance : Sign out entries were not possible when we 'change work'
1197  * https://launchpad.net/bugs/438705
1198    * Stock : Stock move lines on Production Order well-structured
1199  * https://launchpad.net/bugs/500096
1200    * Base_report_creator : Support of count(*) added
1201  * https://launchpad.net/bugs/521106
1202    * Account : Analytic charts of accounts was raising exception on displaying chart
1203  * https://launchpad.net/bugs/464578
1204    * project_timesheet: analytic entries are fully not updated, when changing task project
1205  * https://launchpad.net/bugs/483583
1206    * Sale/Purcghase : Function fields did not have digits attribute for precision accuracy
1207  * https://launchpad.net/bugs/461720
1208    * Scrum : Wrong view,widgetless fields on scrum view made correct
1209  * https://launchpad.net/bugs/491898
1210    * Purchase : Fields set readonly on done state
1211  * https://launchpad.net/bugs/480856
1212    * Warning : the super of onchange may return {},covered the same
1213  * https://launchpad.net/bugs/496898
1214    * Account : Fields were missing in Account chart template form view
1215  * https://launchpad.net/bugs/502065
1216    * Stock : Product Packaging field was missing domain
1217  * https://launchpad.net/bugs/351167
1218  * https://launchpad.net/bugs/459196
1219    * Account : Partner Ledger Report formatting problem solved
1220  * https://launchpad.net/bugs/465010
1221    * Stock : Notification Message made translatable
1222  * https://launchpad.net/bugs/491892
1223    * Reconcilation problem corrected when foreign currency rate changes
1224  * https://launchpad.net/bugs/504781
1225    * Project : Task delegation was calling write() wrongly
1226  * https://launchpad.net/bugs/494245
1227    * Services product included on BOM now creates a task on Project
1228  * https://launchpad.net/bugs/475135
1229    * Account : Warning message was missing _ import
1230  * https://launchpad.net/bugs/467880
1231    * MRP : Procurement can only be confirmed when qty>0.0
1232  * https://launchpad.net/bugs/401801
1233    * Sale/Purchase : Worfklow instance had to ve removed while setting record's workflow back to draft state
1234  * https://launchpad.net/bugs/449583
1235    * Sale : Better error message when account is missing from SOL for Invioce
1236  * https://launchpad.net/bugs/439041
1237    * Report_project :wrong average of closing days counting
1238  * https://launchpad.net/bugs/517018
1239  * https://launchpad.net/bugs/487641
1240    * Purchase : MOQ-pricing problem corrected
1241  * https://launchpad.net/bugs/500062
1242    * Account : On Confirming the statement, Moves shoould have the bank statement line date
1243  * https://launchpad.net/bugs/525229
1244    * call fields_view_get with not specify the context raise an exception on product with stock module installed
1245  * https://launchpad.net/bugs/441609
1246    * Account : Fiscal Position Template was missing a requireed field in form view
1247  * https://launchpad.net/bugs/483723
1248    * CRM : Case form view priority issue resolved
1249  * https://launchpad.net/bugs/440734
1250    * Stock : Picking did not have 'type' field on display(inconsistent behavior from eTiny,koo) to work upon domain.
1251  * https://launchpad.net/bugs/419720
1252    * Sale : Delivery Date delay computation made corrected when days are passed with fractions
1253  * https://launchpad.net/bugs/439208
1254    * Hr_timesheet : Allowing user to enter Analytic Journal if not linked with employee(Working hours tree view)
1255  * https://launchpad.net/bugs/379118
1256    * Stock : Partial Picking wizard was making the back order reference jump to 2 numbers,notification given on packing done.
1257  * https://launchpad.net/bugs/526930
1258    * Account : act_link added for better options of viewing move lines from partner
1259    * Account : act_link from partners for account entries should contain only receivable/payable accounts
1260  * https://launchpad.net/bugs/526417
1261    * Sale_delivery_report : Report corrected
1262  * https://launchpad.net/bugs/450180
1263    * Hr_timesheet_invoice : Wrong domain was sent for opening invoices created
1264  * https://launchpad.net/bugs/446391
1265    * Base_report_creator : Allowing to use current userid
1266  * https://launchpad.net/bugs/519225
1267  * https://launchpad.net/bugs/522011
1268    * fix a problem of 0 amount entries
1269  * https://launchpad.net/bugs/505697
1270    * Account : Analytic check report should consider expenses are debits
1271  * https://launchpad.net/bugs/519220
1272    * Weight on Picking has to be calculated from the Moves
1273  * https://launchpad.net/bugs/519433
1274    * Sale : Invoice from packing should pass proper notes to invoice
1275  * https://launchpad.net/bugs/500078
1276  * https://launchpad.net/bugs/527151
1277    * CRM_configuration : Menu action for all Unassigned opportunities had wrong domain
1278  * https://launchpad.net/bugs/486783
1279    * Point_of_sale : Report for Reciept corrected
1280  * https://launchpad.net/bugs/503894
1281    * Base_report_crearor :Models with _inherits made working
1282  * https://launchpad.net/bugs/371681
1283    * Residual amount was calculated wrongly when invoice had payment term lines
1284  * https://launchpad.net/bugs/454536
1285    * Warning : Onchange Methods were malfunctioned.Corrected and made messages available for translations
1286  * https://launchpad.net/bugs/504670
1287    * Functional fields should have context as an argument when we use fnct_searc method
1288  * https://launchpad.net/bugs/507094
1289  * https://launchpad.net/bugs/396637
1290    * account_analytic_analysis : Analytic account functional field methods corrected.
1291    * Account : Analytic account functional field methods corrected.
1292  * https://launchpad.net/bugs/495948
1293    * Corrected language code for Slovenian and Danish locales and renamed corresponding PO files.
1294  * https://launchpad.net/bugs/470815
1295    * l10n_chart_uk_minimal : Demo account.tax.code needed negative sign
1296  * https://launchpad.net/bugs/513240
1297  * https://launchpad.net/bugs/421636
1298    * Account : Restricting Payment term lines percentage insertion from 0 to 1
1299  * https://launchpad.net/bugs/516636
1300    * Project_timesheet: Product_uom supplied to Analytic entries
1301  * https://launchpad.net/bugs/492211
1302    * MRP : procurement does not need cancel button when its Running
1303  * https://launchpad.net/bugs/401035
1304    * Audittrail : Assigned Access Rights to non-admin user.
1305  * https://launchpad.net/bugs/511198
1306  * https://launchpad.net/bugs/499120
1307    * Stock : While removing the picking,moves should not call picking's write()
1308  * https://launchpad.net/bugs/438690
1309    * Account : Accounts containing moves cannot be deleted
1310  * https://launchpad.net/bugs/490965
1311    * Sale : SO was getting stuck when invoice is cancelled and SOL is with product.
1312  * https://launchpad.net/bugs/446520
1313    * [account_followup] wrong sender for email
1314  * https://launchpad.net/bugs/528418
1315    * membership: all products are considered to be memberships
1316  * https://launchpad.net/bugs/522862
1317    * document: Fixed non-closed Cursor problem
1318  * https://launchpad.net/bugs/451310
1319  * https://launchpad.net/bugs/479747
1320  * https://launchpad.net/bugs/486794
1321    * Hr_holidays: Spell mistake corrected
1322  * https://launchpad.net/bugs/443132
1323    * Sale : Passing customer ref. of picking to invoice
1324  * https://launchpad.net/bugs/481372
1325    * Project : If company has no Project time unit,it would have crashed.
1326  * https://launchpad.net/bugs/476428
1327    * Stock : Partial Picking wizard was missing translation import statement
1328  * https://launchpad.net/bugs/500591
1329    * Account: Spell corrected in order to display separator on subscription wizard
1330    * Account: Creation of Moves to Subscription entries Corrected
1331  * https://launchpad.net/bugs/436174
1332    * Account: Supplier invoices was not taking product price on onchange of product
1333  * https://launchpad.net/bugs/488809
1334    * Sale : State was written wrongly
1335  * https://launchpad.net/bugs/490327
1336    * Reverted bad commit from Joel@CamptoCamp
1337  * https://launchpad.net/bugs/383057
1338    * Stock-MRP : Split production wizard made individual to mrp if mrp is not installed
1339  * https://launchpad.net/bugs/440711
1340    * Purchase : PO with different pricelists should not be merged
1341  * https://launchpad.net/bugs/516143
1342    * Base_report_designer : Latin-1 encoding replaced by utf-8
1343  * https://launchpad.net/bugs/525768
1344    * membership: now membership state not depends on current date
1345  * https://launchpad.net/bugs/513230
1346    * Product :Uom conversion was made 2 times
1347  * https://launchpad.net/bugs/522977
1348    * Fixed mrp to ensure that mrp_jit can trigger the procurement assignation properly. See bug 522977.
1349  * https://launchpad.net/bugs/510692
1350    * Account : Onchange of product should affect price on supplier invoice line
1351  * https://launchpad.net/bugs/458415
1352    * document_ics : solved accent problem
1353  * https://launchpad.net/bugs/428873
1354    * purchase: chain location does not work
1355  * https://launchpad.net/bugs/489355
1356    * account, invoice, sale: description (product sold, invoice line and account entry line) was not translated
1357  * https://launchpad.net/bugs/515590
1358  * https://launchpad.net/bugs/499645
1359    * Project_mrp: Better effect for service products creating tasks/projects
1360  * https://launchpad.net/bugs/466658
1361    * Account : Action window of anlytic entries was missing name
1362  * https://launchpad.net/bugs/510217
1363    * Added Missing import statements of translations( from tools.translate import _)
1364  * https://launchpad.net/bugs/460701
1365    * Document : Attachment with document can now be deleted
1366  * https://launchpad.net/bugs/498047
1367    * Account_tax_include : Rounding corrections
1368  * https://launchpad.net/bugs/435160
1369    * [IMP] Correct write-off date, add analytic account, better interface between all way to reconcile
1370  * https://launchpad.net/bugs/458553
1371    * Account : Onchange of amount/base amount of Invocie tax corrected
1372  * https://launchpad.net/bugs/446681
1373    * Account : Refund wuzard malfunctioned with modify invoice option
1374  * https://launchpad.net/bugs/493444
1375    * Account_analytic_default : Analytic Account value set from picking,sale
1376    * account_analytic_default: now it will make entry in anayltic account on invoice line when picking done
1377  * https://launchpad.net/bugs/395160
1378    * Project_timesheet : Analytic line creation/edition takes user based information
1379  * https://launchpad.net/bugs/425671
1380    * Stock : Moves offer onchange on UOM to affect UOS
1381  * https://launchpad.net/bugs/489083
1382    * Account :customer refund was displaying supplier invoice view, corrected
1383  * https://launchpad.net/bugs/499038
1384    * CRM_profiling : Segmentation form was missing one field
1385  * https://launchpad.net/bugs/496991
1386    * HR_Timesheet_sheet : timesheet cannot be deleted which have attendance entries encoded
1387  * https://launchpad.net/bugs/507638
1388    * Account : General Ledger report corrected for debit/credit if 0
1389  * https://launchpad.net/bugs/461801
1390    * Sale : Workflow behaviour fixed when order is set to draft
1391  * https://launchpad.net/bugs/516361
1392    * POS : for Invoice created from POS,Consistency should be maintained as SO.
1393  * https://launchpad.net/bugs/439027
1394    * MRP :Arguemnt of context was missing
1395  * https://launchpad.net/bugs/490342
1396    * Account : making the default_get() eTiny compatible
1397  * https://launchpad.net/bugs/504824
1398    * account: credit/debit/balance of consolidated accounts
1399  * https://launchpad.net/bugs/522632
1400    * Sale : Sale order list view should have sum attribute
1401  * https://launchpad.net/bugs/435178
1402    * [CRITICAL]subscription: crash subscription process
1403  * https://launchpad.net/bugs/522161
1404    * base_module_quality: speed_test
1405  * https://launchpad.net/bugs/487091
1406    * Stock :Invoice created from manual picking might miss UoS.
1407  * https://launchpad.net/bugs/379581
1408    * Base_report_creator: Export of custom reports made working
1409  * https://launchpad.net/bugs/479195
1410    * Base_vat : Romania VAT validation corrected
1411  * https://launchpad.net/bugs/436008
1412    * Sale: Passing Contact address for invoices from SO
1413  * https://launchpad.net/bugs/443069
1414    * Project: wrong domain for 'Tasks in Progress' menuitem
1415  * https://launchpad.net/bugs/518824
1416    * Project : 100% completed project should dislay proper message on Gantt chart,instead of getting failed
1417  * https://launchpad.net/bugs/471052
1418    * Product : Pricelist Item cannot use Main pricelist as the other pricelist
1419  * https://launchpad.net/bugs/458030
1420    * Account : Ledger Report Landscape report adjusted for A4.
1421  * https://launchpad.net/bugs/495933
1422    * Account : Made amount field of account.move searchable
1423  * https://launchpad.net/bugs/440248
1424    * Hr_timesheet_invoice : Line once invoiced,should not be invoiced again
1425  * https://launchpad.net/bugs/491241
1426    * Stock : Removal of picking shuold affect product stock
1427  * https://launchpad.net/bugs/510604
1428    * Account: Sequence and main seq. should be different
1429  * https://launchpad.net/bugs/436651
1430    * mrp : workcentre load report had a query malformed
1431
1432
1433 Improvements (addons)
1434 ---------------------
1435
1436  * Update Translations
1437  * Don't specify default value for dict, that return None if value doesn't exists
1438  * Account_payment: showing account feild on move line when importing invoice for payment
1439  * Account/base_iban : bank and iban displayed on list view of O2M to partner
1440  * MRP : BOM structure report should follow hierarchy.
1441  * event_project: change the string on event object all task to remaining task and put the domain on retro planning wizard(open only projects with state=template)
1442  * Account : Reference allocation to move/move.line improved
1443  * Launchpad export translation files
1444  * Added GNU licence
1445  * Unit Test cases for Sale
1446  * unit test in base quality module
1447  * MRP : mrp.routing.workcenter made deletable on cascade effect
1448  * Account : Entry Line action Name Improved
1449  * Stock : Improved names of Stock move tree view
1450  * account: make comment mandatory. Since it has a default value anyway, it doesn't reall y change anything, but makes the reconciliation UI looks consistent accross the whole OpenERP (eg invoice payment)
1451  * Add support of analytic account into bank statement to be convenient with other method
1452  * Add account field into bank statement line
1453  * better python2.5/2.6 compatibility handling
1454  * base_module_quality: styles on different tests
1455  * base_module_quality: modify all tests result display for buildpot, use class on tag instead of css file
1456  * base_module_quality: pylint test result display for buildpot, use class on tag instead of css file
1457
1458
1459 2009-09-22: 5.0.6
1460 =================
1461
1462 Bugfixes (server)
1463 -----------------
1464
1465  * https://launchpad.net/bugs/421904
1466    * Fields.function : Store value computation corrected
1467  * https://launchpad.net/bugs/407332
1468    * Price Accuracy : rounding made to be based on --price_accuracy option
1469
1470 Bugfixes (addons)
1471 -----------------
1472
1473  * Not linked to a bug report:
1474    * fixed an "unsupported operand type(s) for +: 'bool' and 'str'" error.
1475    * Sale_delivery_report : Delivery order report should take shipping address from picking itself
1476    * account: bugfixed the fiscalyear closing wizard:
1477    * Purchase_manual : certificate on terp displayed wrong value
1478  * https://launchpad.net/bugs/431864
1479    * hr_timesheet_sheet : casting correction for a view
1480  * https://launchpad.net/bugs/431871
1481    * Account : Move line creation was giving encoding error while automated entries were inserted,corrected
1482  * https://launchpad.net/bugs/433979
1483    * [CRITICAL]document: crash list of directory after rev:hmo@tinyerp.com-20090916110722-4kl5t5q71im6c76i
1484  * https://launchpad.net/bugs/407332
1485    * Account : Rounding problem based on price_accuracy
1486  * https://launchpad.net/bugs/419720
1487    * Sale : Delivery Date delay computation made corrected when days are passed with fractions
1488  * https://launchpad.net/bugs/423726
1489    * Sale : SO Boolean field picked behavior corrected
1490  * https://launchpad.net/bugs/431821
1491    * Account_followup : Sending email while sending follow up corrected.
1492
1493
1494 Improvements (addons)
1495 ---------------------
1496
1497  * purchase_manual: do not redefine view: add fields by inheritance...
1498  * purchase: improve views to be directly usable in portals...
1499
1500
1501 2009-09-17: 5.0.5
1502 =================
1503
1504 Bugfixes (server)
1505 -----------------
1506
1507  * Not linked to a bug report:
1508    * quality_integration_server: fixe problem on make link of extra-module in addons
1509    * quality_integration_server : quality log : reduce overwrite last test log in other test logs
1510    * base : ir_cron : take minimun next_call from database for job waiting. if database does not has any job, it will take 1 day for job waiting
1511    * quality_integration_server: get message from base_quality_module if module can not success to reach minimun score
1512    * regression in fields.function computation
1513    * better log error, new line
1514    * Report: context was missing while printing any report with header in a non-English Language
1515    * quality_integration_server: fixe problem on make link of extra-module in addons
1516  * https://launchpad.net/bugs/425131
1517    * Better translation exportation.
1518  * https://launchpad.net/bugs/379645
1519    * Print screen : Correction when text for report is already encoded
1520  * https://launchpad.net/bugs/421162
1521    * Send Mail : Unicode error handled
1522    * Send mail : Non-English characters were throwing error.
1523  * https://launchpad.net/bugs/421137
1524    * Base : 'Supplier Partners' menu will open new record with supplier=1,customer=0
1525  * https://launchpad.net/bugs/425430
1526    * Export : Error solved while Exporting O2M records with None value of any field
1527  * https://launchpad.net/bugs/399208
1528    * Translation issue with cache: it needed to restart server,SOLVED
1529  * https://launchpad.net/bugs/422563
1530    * Security Loophole corrected
1531
1532
1533 Improvements (server)
1534 ---------------------
1535
1536  * quality_integration_server: make link of extra-addons module in addons module automatic on install-module command
1537  * quality_integration_server: get message from base_quality_module if module can not success to reach minimun score
1538  * Rng : Accepting Groups under/after/replacing Buttons
1539  * quality_integration_server : quality html log
1540  * quality_integration_server: put max_limit in server connection
1541  * Base : Rate for ARS Added
1542  * cchange version number
1543
1544
1545 Bugfixes (addons)
1546 -----------------
1547
1548  * Not linked to a bug report:
1549    * Purchase_manual : certificate on terp displayed wrong value
1550    * fix the problem of message depending on the partner language
1551    * fix a problem for the overdue payment message
1552    * fix problem to get the detault message
1553    * #416908 computation of invoice lines
1554    * Project : Taks hours computed accurately.
1555    * base_module_record: avoid duplications
1556    * document: do not try to index binary documents
1557    * +1 on the lengthmonth returns was too much, removed it
1558    * Problem when using hr_holidays Summary Report when entering date 1 jan 2009 for example.
1559    * multi currency reconciliations on bank statements weren't properly displayed
1560    * multi currency payments weren't correctly computed on invoice's residual amount
1561    * Project_gtd : Demo data defined for tasks(inboxes)
1562    * Module:product Added report tag for product pricelist reportso that it can be modified using OODesigner
1563    * Document : error on create if attachment not specified
1564  * https://launchpad.net/bugs/422401
1565    * project_gtd : timebox field re-arranged
1566  * https://launchpad.net/bugs/421907
1567    * Account : Aged Partner Balance report for Future analysis corrected
1568  * https://launchpad.net/bugs/427388
1569    * Project : task work behavior towards task hours corrected
1570  * https://launchpad.net/bugs/422408
1571    * Project_gtd : Hierarchical timeboxes allowed to open
1572  * https://launchpad.net/bugs/403972
1573    * Account : Reports from Chart of Accounts were not considering contextual value of MOVE(draft,posted)
1574  * https://launchpad.net/bugs/430577
1575    * Sale : Order Lines switches view from tree,form and view
1576  * https://launchpad.net/bugs/425257
1577    * Project_gtd : improved menuitems names to avoid user confusion,domain improved
1578  * https://launchpad.net/bugs/422078
1579    * Account_tax_include : floatdivision error corrected
1580  * https://launchpad.net/bugs/423585
1581  * https://launchpad.net/bugs/423581
1582  * https://launchpad.net/bugs/416807
1583    * report_document : Dashboard should not display partner with no files
1584  * https://launchpad.net/bugs/430522
1585  * https://launchpad.net/bugs/424214
1586    * Account :Residual amount unclear when used with partial payments.
1587  * https://launchpad.net/bugs/424177
1588    * hr_timesheet_sheet : Rounding value problem in float_time widget
1589  * https://launchpad.net/bugs/415056
1590  * https://launchpad.net/bugs/421636
1591    * added tooltip on tax and payment term
1592  * https://launchpad.net/bugs/407290
1593  * https://launchpad.net/bugs/407293
1594    * Account : Making account.invoice.tax field language-depenant from account.tax
1595  * https://launchpad.net/bugs/430043
1596    * Hr_timesheet_invoice : Query calculation corrected
1597  * https://launchpad.net/bugs/379645
1598    * Base_report_creator : Print screen report is now available for custom reports
1599  * https://launchpad.net/bugs/423260
1600    * Account : Title of of Move Line widnows renamed
1601  * https://launchpad.net/bugs/427982
1602    * hr_timesheet_invoice : Invoicing analytic entries wizard corrected for product
1603  * https://launchpad.net/bugs/426243
1604    * Account : Context was missing in report
1605  * https://launchpad.net/bugs/426831
1606    * l10n_ch : default_value() of res.partner.bank corrected
1607  * https://launchpad.net/bugs/430098
1608    * Hr_holidays : Workflow actions validations corrected
1609  * https://launchpad.net/bugs/430516
1610  * https://launchpad.net/bugs/379191
1611    * its better to aply the patch
1612    * fix the problem for related fields, related fields act as a many2one fields
1613  * https://launchpad.net/bugs/429203
1614    * CRM : Mailgate script used default uid=3 instead of 1
1615  * https://launchpad.net/bugs/399817
1616    * Fixed Partial deliveries problem
1617
1618
1619 Improvements (addons)
1620 ---------------------
1621
1622  * Invoice Supplier Control per line/manual
1623  * add missing file for the followup date
1624  * changed interval CRM calls to 4 hours instead of one -> efficient connection pooling with cron
1625  * add inherited view for company
1626  * add new filed to company object which will store the mesages
1627  * add new data file which will add over due payment message to company
1628  * Account : Analytic Account report following parental relationship approach(account with all its children
1629  * hr_timesheet_invoice : Misleading string on invoice analytic entries' wizard
1630  * base_module_quality: remove certificate tag from terp test
1631  * report_dcoument : changed the misleading name of action
1632
1633
1634 2009-08-28: 5.0.4
1635 =================
1636
1637 Bugfixes (server)
1638 -----------------
1639
1640  * Not linked to a bug report:
1641    * no traceback when access denied
1642    * Security fix
1643    * remove bad translation files (bad name)
1644    * Pagecount problem while all objects print on same page and printing special character on xsl report
1645  * https://launchpad.net/bugs/415973
1646    * import: support "<rel_field>:db_id" , better warning message
1647  * https://launchpad.net/bugs/415391
1648    * Functional fields with M2O relation can be printed on print screen now
1649  * https://launchpad.net/bugs/415334
1650    * ir_cron :function and its arguements are now editable
1651
1652
1653 Improvements (server)
1654 ---------------------
1655
1656  * replace partner name and address in demo
1657  * add translation names
1658  * update translations files
1659  * new translations
1660
1661
1662 Bugfixes (addons)
1663 -----------------
1664
1665  * Not linked to a bug report:
1666    * Document : error on create if attachment not specified
1667    * report_dcoument : changed the misleading name of action
1668    * point_of_sale: fixed a wrong domain
1669    * sale: bad indentation
1670  * https://launchpad.net/bugs/416807
1671    * report_document : Dashboard should not display partner with no files
1672  * https://launchpad.net/bugs/401110
1673    * Audittrail : Logs set in descending order
1674  * https://launchpad.net/bugs/418541
1675    * Project : Delegated tasks from O2M didnt have project_id
1676  * https://launchpad.net/bugs/416767
1677    * Account_tax_include : onchange of product on invoice line price type issue
1678
1679
1680 Improvements (addons)
1681 ---------------------
1682
1683  * update translations
1684  * base_module_quality: make minimal score for all test, add message if the score is below limit,varible for whether to activate the test or not
1685  * process view node now links to parent document directory if no record selected.
1686  * purchase: Merge purchases wizard: added keyword='client_action_multi'
1687  * Auction : improved code
1688  * Auction : improved auction reports
1689  * Age Partner Balance report executed 7 queries per partner, reduced this a total of 7 queries in total.
1690
1691
1692 2009-08-21: 5.0.3
1693 =================
1694
1695 Bugfixes (server)
1696 -----------------
1697
1698  * Not linked to a bug report:
1699    * set_alarm: removed unwanted comment
1700    * report engine: context argument was passed at a wrong position. Now it's passed as a named argument.
1701    * fields_get check access aginst write or create access
1702    * Not allowing only white spaces text to be printed
1703    * sequences: avoid an sql error when locking table...
1704    * report engine: fixed a bug when the xml tag is empty
1705    * bin/workflow: 'stack' variable was not initialized when sql query returned an empty set.
1706    * security issue: avoid access to inactive users
1707    * security issue: avoid access with 'None' password (Thanks to P. Christeas for the bug report)
1708    * avoid a bug when look in stack when translate code strings
1709  * https://launchpad.net/bugs/415257
1710    * import of boolean fields in csv files.
1711  * https://launchpad.net/bugs/415014
1712    * correct translation tgz archive creation
1713  * https://launchpad.net/bugs/362280
1714  * https://launchpad.net/bugs/416883
1715    * Print screen unicode-decode error solved
1716  * https://launchpad.net/bugs/400378
1717    * partner address search
1718  * https://launchpad.net/bugs/415972
1719    * do not get next sequence in its own cursor
1720  * https://launchpad.net/bugs/413484
1721    * Print Screen :  was not considering field names with superscripted,subscripted characters(ex.m²)
1722  * https://launchpad.net/bugs/406945
1723    * import of boolean fields in csv files.
1724  * https://launchpad.net/bugs/413586
1725    * bug in cache system that altered some arguments passed to cached function
1726  * https://launchpad.net/bugs/413594
1727    * logger: convert the message in unicode before concatenate it with server environment
1728  * https://launchpad.net/bugs/348217
1729    * Secure option on config file
1730
1731
1732 Improvements (server)
1733 ---------------------
1734
1735  * Makefile and quality_integration_server module for Integration server
1736  * Speed impprovement: 2x faster for flow: sale -> invoice -> payment
1737  * Speed improvement in creation of records (4 time faster on partners)
1738
1739
1740 Bugfixes (addons)
1741 -----------------
1742
1743  * Not linked to a bug report:
1744    * Purchase :copy method was not setting stock moves to be null for PO lines
1745    * Module:account Fix keyerror in general_ledger report
1746    * Access rules stock / worker
1747    * mrp: fr_FR.po file had a duplicate message definition
1748  * https://launchpad.net/bugs/413699
1749  * https://launchpad.net/bugs/415014
1750    * report_task: regenerate translations files
1751  * https://launchpad.net/bugs/397100
1752    * improving commit on report
1753  * https://launchpad.net/bugs/416296
1754    * Base_setup : Country passed in  values only if filled
1755  * https://launchpad.net/bugs/415218
1756    * report_task : report_task_user_pipeline_open was having no uniqueness
1757
1758
1759 Improvements (addons)
1760 ---------------------
1761
1762  * POS: improved the point_of_sale receipt
1763
1764
1765
1766 2009-08-12: 5.0.2
1767 =================
1768
1769 Bugfixes (server)
1770 -----------------
1771
1772  * Not Linked to a bug report:
1773    * ensure sys is imported
1774    * pass the context to check method of 'ir.model.access'
1775    * increase size of field "name" of ir.model.data
1776    * Corrected bug of expression calculation in previous commit
1777    * sql expression: in search, add the time part to datetime field when it's not present
1778    * setup.py: py2exe now adds 'zoneinfo' directory in library.zip
1779    * Importation problem corrected for unicode.
1780    * missing Import
1781    * tools.amount_to_text_en: now displays cents
1782    * size miss match for page and frame
1783    * removed report etree warning of len
1784    * security on wokflows bugfixed. The security has to be checked using the current uid, not the one that created the workflow instance!
1785    * export window : use context for import compatable option in pass argument instend of added new argemenent
1786    * py2exe: pytz on win32: 'zoneinfo' directory now included in library.zip
1787    * module installation through -i module -d db --without-demo option corrected
1788    * loading module sequence while creating new database
1789    * Expression calculation(Query making) corrected for Translateable field
1790    * CSV Export : null values handled
1791    * sxw and odt reports
1792    * Fixed odt2odt reports printing
1793    * module:base made name field translatable in action.server (ref:mga)
1794    * supply password problem with pg_dump, pg_restore on win32
1795    * User with blank password(if so) allowed to log in.
1796    * avoid required parameters rule (domain_force)
1797    * Fixed oldxml at  python2.6 for Ubuntu 8.0.4,9.04
1798    * fix missing tail process and skip unnecessary whitespace characters
1799    * ir_attachment preview method corrected
1800    * launch signal after action in workflows
1801    * Added PageCount tag in report engine
1802    * report engine, better spacings -> like preceeding version
1803    * fix &,<,> problem for html2html-url report
1804    * fix &,<,> problem for html2html report
1805    * xml: the tag <delete> delete also the reference to the deleted objects into ir_model_data
1806    * translation export: catch the case when a object does not exists in database
1807    * browse_record: raise a better exception when the id doesn't exists
1808    * Bugfix translations and float/int format in reports
1809    * Complete rng files
1810    * load the module graph even if it containt only "base"
1811    * remove base_setup (moving base_setup to server was a workaround)
1812    * expression: correct the generated sql in case of _inherits
1813    * the <delete> tag doesn't crash if the referenced id does not exists
1814    * closed file pointer
1815  * https://launchpad.net/bugs/380221
1816  * https://launchpad.net/bugs/403652
1817  * https://launchpad.net/bugs/369947
1818  * https://launchpad.net/bugs/371496
1819  * https://launchpad.net/bugs/371768
1820    * bad tooltip
1821  * https://launchpad.net/bugs/383938
1822    * Mass mailing wizard has a mail body now.
1823  * https://launchpad.net/bugs/409709
1824    * Error reporting : library error corrected
1825  * https://launchpad.net/bugs/394876
1826    * Import : context provided for language translation
1827  * https://launchpad.net/bugs/390167
1828    * Custom report : sorted X-axis values
1829  * https://launchpad.net/bugs/405921
1830    * Expression calculation for Datetime Corrected
1831  * https://launchpad.net/bugs/393858
1832    * ir_model_data : SQL_Constraint failure covered
1833  * https://launchpad.net/bugs/396955
1834    * disallow the deletion of records set as default properties
1835    * properties reset to default one correctly
1836  * https://launchpad.net/bugs/399685
1837    * Added sql_constraint on adding field having size<1
1838  * https://launchpad.net/bugs/385544
1839    * ir_translation : corrected entry insertion when adding translation
1840  * https://launchpad.net/bugs/392187
1841    * xml encoding in header for &.<.>
1842  * https://launchpad.net/bugs/310918
1843    * RuntimeError in the cache system
1844  * https://launchpad.net/bugs/362280
1845    * _inherits was misbehaving on search
1846  * https://launchpad.net/bugs/385299
1847    * Report Engine Regression
1848    * Report Engine regression
1849  * https://launchpad.net/bugs/407637
1850    * Print screen now displays the report as per WYSIWYG
1851  * https://launchpad.net/bugs/408550
1852    * default_xxx in context was passed to relational fields,corrected.
1853  * https://launchpad.net/bugs/385297
1854    * bug in report engine
1855  * https://launchpad.net/bugs/381204
1856    * Character Truncation problem on updation solved
1857  * https://launchpad.net/bugs/355491
1858    * CSV Import : Accepting 'Value' of selection field from[(key,value)]
1859  * https://launchpad.net/bugs/409343
1860    * Login : Login and password accepting accented characters
1861  * https://launchpad.net/bugs/376945
1862    * Translation : Text with prefix '_' from py files included for exports.
1863  * https://launchpad.net/bugs/385664
1864    * Account Module : Typo corrected
1865  * https://launchpad.net/bugs/405721
1866    * DB operations(backup,restore) process corrected,were blocked if db_port was supplied
1867  * https://launchpad.net/bugs/410186
1868  * https://launchpad.net/bugs/355493
1869    * SQL Constraint failure error on particular record while importing
1870  * https://launchpad.net/bugs/392052
1871    * Certificate in non-digit format will not be accepted
1872  * https://launchpad.net/bugs/357045
1873    * upgrade doesn't try to delete modules
1874  * https://launchpad.net/bugs/404733
1875    * ir_model : context key deletion
1876  * https://launchpad.net/bugs/386273
1877    * fields.related (m2o poiting to M2M/O2M should be skipped during write.
1878  * https://launchpad.net/bugs/406489
1879    * Accented characters are displayed on footer now
1880  * https://launchpad.net/bugs/409861
1881    * Context passed on copy()
1882  * https://launchpad.net/bugs/389795
1883    * Property : Removed old referenced values from property
1884  * https://launchpad.net/bugs/384959
1885    * ORM: Defult_field name in context belongs to curent object only, not to its relationals anymore
1886  * https://launchpad.net/bugs/399811
1887    * Print screen reports will behave acc. to locale for date,datetime
1888  * https://launchpad.net/bugs/357945
1889    * Export will consider float values as float and char as char
1890  * https://launchpad.net/bugs/406945
1891    * Importation problem for bool fields corrected
1892  * https://launchpad.net/bugs/382352
1893    * GIF image is previewed
1894
1895
1896 Improvements (server)
1897 ---------------------
1898
1899  * Logger notification improved
1900  * update po(t) files
1901  * new method that allow the server to return a message that will be display on login page
1902  * import/export : added Database ID, ID
1903  * attributes of barcode
1904  * ir_model_data: convert assert to sql constraint + exception
1905  * Added new function called get_environment which will return the current environment of the System on which user is using OpenERP
1906  * better error message
1907  * added style for the url which are as text
1908  * new method "exists" that verify that a given id exists in database (or in memory for osv_memory objects)
1909  * maintenance: complete the remarks with the database name
1910  * email_send: when debuging, output to the logger
1911
1912
1913 Bugfixes (addons)
1914 -----------------
1915
1916  * Not linked to a bug report:
1917    * DMS directory not translatable + translations improvement
1918    * Project : Searching active=no was failing, corrected
1919    * problem with ncftp client
1920    * stock_move auto_init function override but not return super clas result
1921    * partner wasn't mandatory on sale_order, which lead to problems everywhere (stocks, shippings...) if a partner with sales was deleted. Added required=True on it to set the database field as 'not null'
1922    * Product : Pricelist report corrected for suitable columns
1923    * Stock : default value calculation corrected for stock move
1924    * product price was wrong when margin is not set
1925    * handle context when it equals None
1926    * Product : Pricelist report corrected
1927    * module:base_module_record fixed unicode string problem
1928    * state name modified for the method - close
1929    * explicit type cast for report.attendance
1930    * explicit type cast
1931    * module:account_voucher added confition for opening balance
1932    * document: set default address to '' instead of 'localhost'
1933    * fix ftp host address on Windows Vista
1934    * document: better ip address detection (especially on win32)
1935    * product: po file had duplicates
1936    * sale_crm: typo in module description
1937    * point_of_sale: if pickings are split because the sale order is not complete, invoices could not be created
1938    * sale, stock: wrong translation
1939    * point_of_sale: salesman_id: defaults to connected user
1940    * point_of_sale: partner should be copied when creating a refund
1941    * price unit calculation from context (web client issue).
1942    * file attachment bug in x_object
1943    * variants with extra on product list view
1944    * [point_of_sale] security was not set for config/default_journal menu and pos.config.journal object
1945    * fixed a bug when trying to search lines between 2 dates.
1946    * on very big data, the query was way too long to execute. Speed is now greatly improved.
1947    * point_of_sale: Sales of the day menu did not worked because the query did not matched any lines
1948    * account: create move lines with date provide in wizard (bug reported by Alexis Deméaulte)
1949    * Scheduler fix, introduced 5 days ago
1950    * Translated Absences by Leaves
1951    * multi-company modifs
1952    * Account : Taxes Report Corrected
1953    * Module: scrum,stock create task wizard in scrum and unreceived product wizard create new entry in stock
1954    * typo
1955    * general ledget report wizard (missing a field in view).
1956    * soldeinit problem
1957    * point_of_sale (receipt report): User and Date was lost
1958    * changed size of receipt to fit cash register
1959    * point_of_sale: invoice report should use the account.invoice object
1960    * base_module_record: avoid a crash when calling a method with less than 6 arguments
1961    * point_of_sale
1962    * hr_holidays: wrong character in po files
1963    * event: wrong character in po files
1964    * work order orders
1965    * stock value computation
1966    * analytic account on advance invoices
1967    * Analytic Analysis Stats
1968    * layout of general ledger landscape
1969    * bugfix in lot assignation on moves, bad signature
1970    * hr_timesheet_invoice module : account_analytic_profit report sxw file--author-name= vra
1971    * hr_timesheet_invoice module : account_analytic_profit report --author-name= vra
1972    * crm rule : watcher email
1973    * fix bug on crm rule to put proper wacher email
1974    * Bug of referencing variable on split in production lot
1975    * new cases should be created with the 'draft' state.
1976    * account_balance Module : Fix the Total problem and Put Indentation in Reports.C
1977    * onchange of product_id on stock move corrected
1978    * correct display of pyflakes result quality module
1979  * https://launchpad.net/bugs/310458
1980    * Simplify Migrations
1981  * https://launchpad.net/bugs/382641
1982    * _get_stock corrected
1983  * https://launchpad.net/bugs/382000
1984    * remove except block from try..finally whioch is not supported in python2.4
1985  * https://launchpad.net/bugs/379767
1986    * Base_report_creator :Corrected Add filter wizard(ref:ACH)
1987  * https://launchpad.net/bugs/373203
1988  * https://launchpad.net/bugs/388346
1989    * l10n_ch module : Improved Code.
1990    * l10n_ch : corrected default_value method
1991  * https://launchpad.net/bugs/399485
1992    * point_of_sale : Pikcing display partner made from POS order.
1993  * https://launchpad.net/bugs/388438
1994    * Report_task : Corrected malfunctioned .po files
1995  * https://launchpad.net/bugs/380480
1996  * https://launchpad.net/bugs/386297
1997    * purchase module : order report.
1998    * Purchase: Corrected report and translation
1999  * https://launchpad.net/bugs/356922
2000    * Base_vat : VAT validation for Portugal,Bulgaria
2001  * https://launchpad.net/bugs/397100
2002    * Acccount,Account_invoice_layout : Minor necessary changes.
2003  * https://launchpad.net/bugs/388347
2004    * account_payment module : payment order report.
2005    * account_payment : report corrected
2006  * https://launchpad.net/bugs/407241
2007    * sum() in query was returning null,corrected
2008  * https://launchpad.net/bugs/387006
2009    * Stock : context for address field on picking corrected
2010  * https://launchpad.net/bugs/364010
2011    * base_vat :sweden vat validation corrected
2012  * https://launchpad.net/bugs/393798
2013    * hr_timesheet_sheet : date interval corrected for attendances
2014  * https://launchpad.net/bugs/409337
2015  * https://launchpad.net/bugs/387029
2016    * Account : Correction of search method arguements of account.analytic.line
2017  * https://launchpad.net/bugs/394277
2018    * Purchase,Product :description of POL made widen,partner_ref changes
2019  * https://launchpad.net/bugs/394275
2020    * Account : Charts of accounts - Tax reports corected
2021    * Account : Charts of accounts - target move options corrected
2022  * https://launchpad.net/bugs/404155
2023    * point_of_sale :Partner info available for move line from POS,only draft/cancelled POS lines can be deleted
2024  * https://launchpad.net/bugs/399824
2025    * Sale : Weight field for SOL displayed
2026  * https://launchpad.net/bugs/393824
2027    * report_task : .po files corrected
2028  * https://launchpad.net/bugs/394640
2029    * Sale : sale order report corrected for translation
2030  * https://launchpad.net/bugs/386513
2031    * Purchase : stock moves assigned to purchase line
2032  * https://launchpad.net/bugs/358302
2033    * Account : Corrected bank journal code creation from template
2034  * https://launchpad.net/bugs/402263
2035    * Account : Invoice Lines will not be grouped if there are different maturity dates
2036  * https://launchpad.net/bugs/394436
2037    * Project : Xml record corrected for view
2038  * https://launchpad.net/bugs/398805
2039  * https://launchpad.net/bugs/338329
2040    * availability of prodlot check when assigning a prodlot to a move: non optimal location_id control
2041  * https://launchpad.net/bugs/391673
2042    * Account :'note' field on Fiscal position,added on invoice report
2043  * https://launchpad.net/bugs/391106
2044    * Process : Corrected xml record
2045  * https://launchpad.net/bugs/405891
2046    * Module:purchase corrected delay time in picking
2047  * https://launchpad.net/bugs/389540
2048    * Account : Added Configuration wizard to make overdue payment report message configurable on company
2049  * https://launchpad.net/bugs/400210
2050    * Stock : partial packign wizard values made translated
2051  * https://launchpad.net/bugs/377614
2052  * https://launchpad.net/bugs/406827
2053    * CRM : Mailgate script improved to have as much information on History.
2054  * https://launchpad.net/bugs/404975
2055    * document : create doc of any resource model with black name
2056  * https://launchpad.net/bugs/401184
2057    * module base_module_record Fixed when object has _rec_name
2058  * https://launchpad.net/bugs/399642
2059  * https://launchpad.net/bugs/393756
2060    * Sale : Removed unused code
2061  * https://launchpad.net/bugs/400326
2062    * document : if name/dirname does not has value, dirname will be display like <objectname><id>
2063    * document : use '=' operator instend of 'like' on serach directory nodes into DMS
2064  * https://launchpad.net/bugs/383940
2065    * Document : Logging enabled for abstracted_fs
2066  * https://launchpad.net/bugs/403964
2067    * STock : Locations structure wizard improved
2068    * Stock: Location analysis wizard improved,date replaced by datetime field on wizard
2069  * https://launchpad.net/bugs/385664
2070    * Account Module : Typo corrected
2071  * https://launchpad.net/bugs/380473
2072  * https://launchpad.net/bugs/376804
2073    * account_analytic_analysis : Months sorted
2074  * https://launchpad.net/bugs/393840
2075    * Account_tax_include corrected to resolve conflict with account_invoice_layout
2076  * https://launchpad.net/bugs/405441
2077    * delivery : context passed on picking form view
2078  * https://launchpad.net/bugs/388901
2079    * Product : Onchange on pricelist item corrected
2080  * https://launchpad.net/bugs/395173
2081    * Account : Corrected journal check on move line creation
2082  * https://launchpad.net/bugs/388404
2083    * report_crm,document_ics,account : Access Rules assigned
2084    * Report_timesheet : Access rules
2085  * https://launchpad.net/bugs/396254
2086    * Account : Cancelled invoice will not be listed under unpaid state
2087  * https://launchpad.net/bugs/404142
2088    * point_of_sale :Partner info available for move line from POS,only draft/cancelled POS lines can be deleted
2089  * https://launchpad.net/bugs/410779
2090    * Document : made uninstallable
2091  * https://launchpad.net/bugs/411469
2092    * Wiki : Made uninstallable
2093  * https://launchpad.net/bugs/394733
2094  * https://launchpad.net/bugs/400093
2095    * stock : Stock Valuation Entries Don't Adjust with UoM
2096  * https://launchpad.net/bugs/395046
2097    * Product : Corrected template view
2098  * https://launchpad.net/bugs/407327
2099    * CRM : Due to rules, duplicate watcher(CC) ids were entered.
2100  * https://launchpad.net/bugs/389015
2101    * Project : Copy Method corrected
2102  * https://launchpad.net/bugs/411329
2103    * module:mrp added on_change on bom_id for selecting routing
2104
2105
2106 Improvements (addons)
2107 ---------------------
2108
2109  * update po(t) files
2110  * Module:account Api changes def _refund_cleanup_lines(self, lines): added cr,uid arguments
2111  * pyflakes test display result improve on base_module_quality
2112  * crm: allow to put case description in action mail
2113  * Account : Move line form view from MOVE shows date for better user readability
2114  * mrp: pep8
2115  * use inheritance instead of wrapping when changing behavior of services
2116  * Module:Purchase Api change in inv_line_create added cr,uid parameters
2117  * Improved views
2118  * base_module_quality : gives warning to the user if pylint or pyflakes not installed
2119  * stock: wizard_invoice_onshipping.py: pep8
2120  * add base_module_quality module
2121  * Sale : state name display corected
2122  * Directory structure is translated to the users preference language in FTP Client
2123  * reformated the wizard message
2124  * account: invoice view: hide some fields to non employee users (portal i.e.)
2125  * account_voucher : report voucher.
2126  * mrp module : bom_structure.
2127  * account module : Analytic reports.
2128  * stock module : picking report.
2129  * mrp Module : Production order report.
2130  * account module : Tax Report.
2131  * stock Module : reports.
2132  * sale_delivery_report Module : Report Changes.
2133  * event_certificate module : for Certificate report.
2134  * purchase Module : order report and revert Changes : sale order Report.
2135  * purchase,sale : order report.
2136  * stock module : report improvement.
2137  * stock,purchase module : report improvement.
2138  * account_balance module : Improved Landscape report.
2139  * account_balance Module : Report changes.
2140  * account_balance Module : Minor report Change.
2141  * account_balance Module : Modified reports.
2142  * point_of_sale: receipt report: better date formatting
2143  * point_of_sale: receipt report: Salesman instead of User
2144  * module:stock improved views
2145  * improved translations for crm_configuration
2146
2147
2148
2149 2009-05-26: 5.0.1
2150 =================
2151
2152 TODO
2153
2154 2009-02-12: 5.0.0-3
2155 ===================
2156
2157 TODO
2158
2159 2009-02-08: 5.0.0-2
2160 ===================
2161
2162 TODO
2163
2164 2009-02-06: 5.0.0
2165 =================
2166
2167 TODO
2168
2169 2009-01-03: 5.0.0-rc3
2170 =====================
2171
2172 TODO
2173
2174 2008-12-22: 5.0.0-rc2
2175 =====================
2176
2177 TODO
2178
2179 2008-12-01: 5.0.0-rc1.1
2180 =======================
2181
2182 TODO
2183
2184 2008-11-28: 5.0.0-rc1
2185 =====================
2186
2187 TODO
2188
2189 2008-11-03: 5.0.0-alpha
2190 =======================
2191
2192 TODO
2193