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