Thursday, August 18, 2011

OpenERP 6.0.3 is out!

Looking for any of the standard services like OpenERP Offshore, OpenERP Support, OpenERP Training, OpenERP Development?
- You've been reading the Right name, Serpent Consulting Services, Here we are.



Hi,

We have the pleasure to announce a new release of OpenERP 6.0 (6.0.3)

This release contains many bugfixes (you can see the changelogs if you want more information).

You will find the tarball archives on the OpenERP download page,
the Windows Installers will be uploaded as soon as possible.

Downloads
---------
* OpenERP Download page: http://openerp.com/downloads.html


Changelogs:
-----------
* server and addons: http://bazaar.launchpad.net/~openerp/openobject-server/6.0/view/head:/doc/Changelog

------Bugfixes-----------

* Not linked to a bug report:

* Customer's Labels Report case:(16548)

* base: set noupdate='1' to be able to update the record rules

* res_currency typo

* cash_register_can_not_open(case:10420)

* Report : Removed the unnecessary Return of setLang()

* report: fixed child company printing problem

* typos.

* osv: don't _inherit _custom fields.

* res_user: allow user to switch to any company she belongs to.

* reports: allow empty images with reportlab 2.5

* Base : The name of any Attachment if contains more letter than the size allotted, should be handled well

* Improvements for Inherited fiedl if size is updated

* base : Partner was not being passed with the Events Fixed

* orm.read_group: fix group_by for date[time]s, currently showing duplicate groups

* setup.py: added python25-compat directory to the MANIFEST.

* https://launchpad.net/bugs/795018
* Base : Added active field in address view in order to let the user deactivate the address

* https://launchpad.net/bugs/766944

* https://launchpad.net/bugs/760301
* res_users: check() must raise when access is denied!

* https://launchpad.net/bugs/766982
* base : Improved the Group Rule process
* base : Record Rules being ended in a single group now

* https://launchpad.net/bugs/780584
* fixes launchpad bug 780584: Field definition translate=Yes is not stored in ir.model.fields

* https://launchpad.net/bugs/772230
* base : res_name misbehavior fixed when size limit of the value extended the field's size. (Courtsey JBA(OpenERP),(Support Case:5480))

* https://launchpad.net/bugs/727730
* ir_ui_view.py: get_sc only returns shortcuts for existing menu items.

* https://launchpad.net/bugs/715654
* evaluate one2many domains instead of using them as string.

* https://launchpad.net/bugs/751062
* debian: corrected version in changelog.

Bugfixes (addons)

-----------------


* Not linked to a bug report:

* project : Fixed the issue of signin wizard in project (Maintenance Case : 16779)

* account_voucher: 'currency_id' field doesn't exist in account.journal object, it's 'currency'

* print of SO uses client payment term instead of linked one case:(16743)

* product : Merged Nehal's branch for UoM warning

* product : Improved the error message for UoM conversion having different category

* 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.

* UnboundLocalError for Tax case:(16655)

* mrp_repair: order/tax included error is removed.(case:16152)

* Sale_Layout : Corrected the RML and SXW for the layout report which was failing due to wrong conditions note

* stock: more efficient rewrite of product_reserve to fix perf/resources issues

* account, analytic_user_function: Improved usability in Account, Fixed keyerror 'amount' coming on onchange of Account in Analytic timesheet

* 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)

* account : Merged my branch for account profit loss report fix(Case:5583)

* account : In Profit Report the type comparison fixed by translations. (Maintenance Case:5583)

* sale : Output Location from the warehouse will be considered instead of stock_location_output

* Sale : Set taxes to be null on the onchange of Product

* thunderbird : To' was not being set when pushing a mail when 'Delivery To' header was not configured. (Maintenance Case : 16137)

* base_contact: fix issue 6051: when choosing a partner, the wrong address is set in onchange

* TypeError: unsupported operand type(s) for /: 'float' and 'NoneType' for Account Voucher

* Stock: Wrong product quantities in Invoice lines (Ref : Case 16347)

* Translation conflicts resolved

* stock: Raised error when processing quantity is greater than move quantity during picking validation and splitting of move

* base_action_rule :Replaced str() with tools.str() (Ref : Case 6122)

* base_action_rule : Error in Automated Action (Ref : Case 6122)

* hr_timesheet: Remove the comma, because Python thinks it's a tuple and not a new line

* Sale :Invoice_quantity attrs conflicts with the field definition in Sale_view.xml (Ref : Case 5802)

* Account : The wizard for chart of account was sending wrong domain to clients

* Account_budget : Correction in the calculation of theoritical amount

* document: _check_duplication is now a real _constraints + remove unneeded commit()s

* stock: fix for deleting the move line from wizard

* stock: conversion for uom and put checks

* stock: Partial shipment impossible

* bug when subject is empty mailgate

* l10n_ch : Invoices were not being referenced properly when using Import BVR,Fixed(Case:6139)

* l10n_ch : Improved importing data with BVR Import wizard(Case:6139)

* Account : Bank statement now has an internal view

* backport of bug lp:772724

* thunderbird packaging

* Account_payment : Corrected the method which was retuning bank according to the partner

* Account/MRP/Project_planning : Dashboards should always use internal action's domain(Case 6351)

* account: residual amount need to be recomputed on change of move_id

* purchase_double_validation : Changed amount_untaxed to amount_total because of unit test break

* stock : Warning message during move split, if the lot quantity available is less than specified quantity (Case:6001)

* fix thunderbird on windows vista 7 + fix date format when pushing

* Hr_Timesheet : Corrected YML test, Thanks to Buildbot

* webkit: User friendly popup error message displayed while webkit report's path does not exist.

* stock_location_translation_problem(case:6112)

* 4635 create project from template and project duplication fixed

* Import __future__

* account_budget: removed select=1 in budget lines

* account_budget: removed select=1

* Domain should be in list.

* share: form view should share current record only

* share: multi-sharing with an empty filter was not working

* share: current user restrictions were not properly copied

* share: use empty domain for shared actions, as ir.rules do enforce the filtering.

* share: share users with multi-shares should keep same home action

* share: bumped up module version after changes to web addon

* share: hide Share button when user does not belong to Sharing group

* share: avoid crash in web addon with empty share filter

* Update the file content of init_xml[] and data[] and set noupdate=1 in the tag (Ref : Case 5661)

* Change in the __openerp__.py of base_report_designer module and in the base_report_design_view.xml (Ref : Case 5661)

* Change in data[] and init_xml[] in the stable 6.0 addons (Ref : Case 5661)

* Project_scrum/Purchase_requisition : Corrected _defaults for date/datetime values

* 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)

* Product_visible_discount : Correction in the __openerp__.py for the dependency module and fix the code for the product pricelist item(Ref : Case 5998)

* l10n_ch : Correction made to look for customer invoices only on BVR import(Case 5493)

* product_visible_discount: Correction in the __openerp__.py for the dependency module and fix the code for the product pricelist item(Ref : Case 5998)

* HR_Payroll/Hr_recruitment/Membership/Point_of_sale/Project_timesheet : Corrected Yml tests,thanks to buildbot

* CRM/Project_planning : Corrected Yml tests,thanks to buildbot

* Successive fix over the bug lp:777347

* Corrected the context for the act_window of Phonecall from Partner

* crm : Partner was missing in Schedule PhoneCall fixed

* product should contain company for currency (case:5937)

* purchase_report : Purchase Analysis View Fixed (Support Case : 5943)

* Product: name_search() corrected while duplicating ids in sale_order_line (Ref : Case 5861)

* sale_report : Sale Manager Analysis Report Fixed (Maintenance Case : 5689)

* account_voucher: change the behaviour of fields_view_get method

* Sale : Incorrect Domain on invoice_quantity in Sale_view.xml (Ref : Case 5802)

* product_margin: improvements for the calculation of Turnover

* product_margin calculation improvement [issue:5482]

* sale, purchase: corrected invoiced field calculation in sale and purchase

* mrp_repair : Taxes were missing on the invoicing tab in repair order when product selected from the editable tree

* Base_contact : change in name_get method to display name of opportunities in thunderbird (Ref : Case 4801)

* Account_payment : Fixed the problem of call to onchange_partner_id of account.voucher with wrong parametres

* account_payment: passed date argument in onchange_partner_id() and cheking on move_line_id

* allow read access so e.g. sale.report_sale_order works for non admin users

* account : Move lines take the Journal and Period from the Move itself(Maintenance Case 5598)

* account : Move lines take the journal and period from the move itself.

* Account_followup : Corrected the Rule name

* document: when updating attachment file size, exclude attachments having NULL db_datas (otherwise len() raises an exception)

* Account_voucher : Added missing context to onchange_date() of voucher

* Fixed warnings and test failures suggested by Buildbot

* Account : Corrected _sum() of account.tax.code()

* project_mrp : When creating task from Sale Order Quantity Factors of UoMs are now considered

* l10n_fr : Corrected Template definitions (Ref: Case 5481)

* Bug 718609

* decimal_precision : Fixed issue with decimal accuracy

* report_webkit: fixed UTF-8 encoding in debug mode too

* encoding support fix for use of subprocess

* better menu emplacement for webkit header

* UTF8 support + utf8 debug mode

* utf8 debug + minial bin version

* report webkit sample UTF-8 no filter on image. Thank to Florent Xicluna for the patch

* report webkit UTF-8 support and error in embed_image. Thank to Florent Xicluna for the patch

* base_crypt: double-check to prevent blank passwords

* Users_ldap : Corrected YAML Warnings,Thanks to Buildbot

* Lunch : Corrected YAML test, thanks to buildbot

* Stock : Fixed the problem suggested by Buildbot

* product,hr_timesheet_invoice : Invoicing analytic lines(timesheet lines) were calculating wrong prices for product (Support SaaS Case : 5267)

* account: correct default unit price for supplier invoices (issue #4346)

* Audittrail : System was crashing if I audit Users (ref : 4527)

* account:Translation for wizard 'New Financial Company setting' fixed.(Maintenance Case:4477)

* account_budget : Reports were crashing due to Analytic Account not being mandatory, Fixed it.(Support Case 4577)

* report_webkit: forgot to remove the import of commands.

* report_webkit: don't display warning message about non-patched qt.

* bug 704870 webkit_locals

* Survey : Corrected the priority of the view for the survey page(Ref : Case 4718)

* email_template_account : Fixed the Unicode errors(Case 4594)

* email_template_account : Corrected the fix


* https://launchpad.net/bugs/781790
* account_budget : Admin user has been added to anlytic group by default

* https://launchpad.net/bugs/777347
* crm : missing partner information while schedule phone call is fixed

* https://launchpad.net/bugs/725571
* sale : Output to Customer Movement created twise in stock

* https://launchpad.net/bugs/741863
* Cash and Bank journals are unintendedly created as refund journals

* https://launchpad.net/bugs/827636
* Account_voucher : Fixed the onchange_date method which was missing the checking of context initially

* https://launchpad.net/bugs/747379
* 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

* https://launchpad.net/bugs/772451
* Account : default_get() corrected in order to be compatible with web client

* https://launchpad.net/bugs/737258
* Stock : Removed the buttons which could confuse the users (Ref : Case 4970)

* https://launchpad.net/bugs/704870
* report_webkit: now works under Windows

* https://launchpad.net/bugs/775431

* https://launchpad.net/bugs/784499
* account_invoice_layout : Fixed the issue with the account in invoice lines when multicompany environment is used(Case:5805)
* account_invoice_layout : Fixed the issue with the account in invoice lines when multicompany environment is used.
* use only current company to choose a default account_id for a non-product invoice line

* https://launchpad.net/bugs/789215
* account_followup: corrected the followup report getting called from wizard

* https://launchpad.net/bugs/779815
* account_voucher :account_voucher : Partially Paid Invoice were missing when importing invoices in Bank Statements, Fixed (Case:5625)
* account_voucher : Partially Paid Invoice were missing when importing invoices in Bank Statements, Fixed (Case:5625)

* https://launchpad.net/bugs/812951
* account_voucher : Importing Supplier invoice in Bank Statement was having positive value it should have negative amount fixed it

* https://launchpad.net/bugs/760301
* users_ldap: consistent handling of login() vs check()
* users_ldap: double-check to prevent blank passwords

* https://launchpad.net/bugs/762960
* Decimal_precision : Decimal Accuracy did notround the value

* https://launchpad.net/bugs/781679
* Purchase_requisition : Corrections and removed the unnecessary dependency of mrp

* https://launchpad.net/bugs/788516
* purchase : Purchase Order Report Fixes(Case:16747)

* https://launchpad.net/bugs/740047
* Backported the fix from trunk for the bug lp:740047

* https://launchpad.net/bugs/739172
* Stock : Method do_partial updated with prodlot_id

* https://launchpad.net/bugs/710521
* Product : Correcter pricelist calculation if base price set to 0

* https://launchpad.net/bugs/770243
* stock: more efficient rewrite of product_reserve to fix perf/resources issues

* https://launchpad.net/bugs/801599
* account : Accounting Reports are now being translated(Case:7492)

* https://launchpad.net/bugs/735368

* https://launchpad.net/bugs/795026
* Sale/Purchase : Calculation of invoice rates corrected,revert of previous commit http://bazaar.launchpad.net/~openerp/openobject-addons/6.0/revision/4593

* https://launchpad.net/bugs/722579
* Backported the fix from trunk for the module Audittrail : audit_trail settings should be readable by everyone, not just the user in employee group

* https://launchpad.net/bugs/722538
* Stock : System should not create duplicate moves while processing with chained locations

* https://launchpad.net/bugs/794099
* hr_holidays: Refusal of holidays was broken when leave is requested by category

* https://launchpad.net/bugs/763437
* Chained locations: processing first move does not copy prod.lot in chained moves

* https://launchpad.net/bugs/777850
* account_followup uses SQL query for getting data cirmumventing security rules
* Account_followup : Added record rules and removed wrong domain
* account_followup : filtered the company with search method while multicompany installed

* https://launchpad.net/bugs/788079
* MRP : Wizard should end with close action

* https://launchpad.net/bugs/767058
* account_voucher : Respective Invoice only displayed when paying via voucher from invoice payment

* https://launchpad.net/bugs/763439
* Stock : Chained location: cancelling receptions should make the new moves in 'Not Available' state
* Stock : Chained location: cancelling receptions doesn't cancel all stock moves

* https://launchpad.net/bugs/736890
* account: opening entries didn't bring forward the amount in currency when closing a fiscalyear. The centralisation had to take care on that too.

* https://launchpad.net/bugs/802818
* procurement : Changed priority because groupby Reason gives traceback

* https://launchpad.net/bugs/706287
* Account : Corrected the working of display account option on accounting reports(Ref : Case 4667)

* https://launchpad.net/bugs/741457
* stock : Inventory Anlalysis returning wrong quntity with multiple UOM

* https://launchpad.net/bugs/727162
* Product : Corrected the calculation of pricelist when the option is 'Partner section of the product form'

* https://launchpad.net/bugs/789658
* Impossible to create tax of type balance through chart of accounts

* https://launchpad.net/bugs/734204

* https://launchpad.net/bugs/761460
* stock : lambda missing with dates in _defaults fixed

* https://launchpad.net/bugs/767208
* stock : MO: consume products overwrites production lot in finished goods

* https://launchpad.net/bugs/747284
* webkit: User friendly popup error message displayed when webkit report's path does not exist.

* https://launchpad.net/bugs/710061
* report_webkit : Webkit reports now getting translated(setLang and formatLang fixed. Maintenance Case:5770)

* https://launchpad.net/bugs/771377
* stock : Warning message during move split, if the lot quantity available is less than specified quantity (Case:6001)

* https://launchpad.net/bugs/725908
* stock : Optimized the code to Import Inventory
* stock : Fill Inventory Wizard should import production lot too. (Courtsey KSA(OpenERP))

* https://launchpad.net/bugs/781701
* account: Corrects error on unchecking account active in _compute method

* https://launchpad.net/bugs/728092

* https://launchpad.net/bugs/783361
* stock : correct value in field creation date of stock_inventory object

* https://launchpad.net/bugs/689675
* Stock : Correction invoice creation from picking when there are no moves linked

Improvements (addons)
---------------------


* hr_payroll : Calculation of 'Company Contribution' during pay slip computation (Case:6348)

* analytic: Improved _debit_credit_bal_qtty method for passing the related field name instead of passing all fields(case:16550)

* account_payment: Added condition for payment order state to restrict draft payment lines (case:16131)

* account : Changed .SXW files to reflect changes made in .RML files (Case:5583)

* account, account_voucher: Improved find method and Context passing scenario

* account, account_voucher: Added company in defauls of user incase of failing of context (case:5852)

* account, account_voucher: Passed Company in a context for find method of period and Improved few corrections(case:5852,6305)

* base_contact: Removed onchange from tree view and improved method definition (case:16421)

* account : Improved ru.po and zh_CN.po files to resolve conflicts (Case:7492)

* stock: Raised exception as system allows to split more quantities rather than move quantity (case:10244)

* account: Fixed issue of Configuration of COA wizard was not working without Extended view (case:6707)

* account_invoice_layout : Visibility of non-product type invoice lines in supplier invoice' (Case:6193)

* stock : Visibility of 'Chained Location' based on 'Chained Location Type' (Case:6178)

* Remove unchange lines from diff.

* useability improvement in company for Security Days

* l10n_at: added localization module for austria. Thanks Conexus.at

* report_webkit contributor

* gtk:
http://bazaar.launchpad.net/~openerp/openobject-client/6.0/view/head:/doc/Changelog


--------

* Not linked to a bug report:

* gtk client: properties are set with selection widget.(case:16402)

* Export : Correction for predefined exports for import compatible/uncompatible fields

* solved saved export config problem

* win_export.py: resolved loading a saved export config problem

* one2many_list: prevent crash when evaluating context during init

* get_resource() corrected in order to speed up the process by removing extra RPC search call

* calendar_gtk : Calendar view now respects the timezone(Case:4721)

* improve context in O2M field.

* fix problem of if context apply in o2m fiel then context not pass in fields_view_get(). get default value of model and eval with context and then context pass in screen on one2many field.


* https://launchpad.net/bugs/776432
* all: fix incorrect copyright/licensing terms

* https://launchpad.net/bugs/751062
* debian: corrected version in changelog.

* https://launchpad.net/bugs/711084
* setup.py: now copy pytz zoneinfo data to the library.zip.


* web:
http://bazaar.launchpad.net/~openerp/openobject-client-web/6.0/view/head:/doc/ChangeLog

--------

* Not linked to a bug report:

* Fixed the problem of calendar view interface which doesn't show more button

* Fixed the problem of improper raising of exception

* Fixed the issue of active_id by changing code in action and root.py which was done for proper left menu

* Correction About the previous commit

* Fixed the issue of many2many not reloaded when on_change returns blank list

* m2o search popup failing to open when calling it explicitly (via looking glass) if no text has been entered in the input

* Without text m2o widget not open popup in search view.

* selection widget options updating based on environment content

* Selection : Options of selections were not getting updated dynamically with production environment

* time range imprecision when creating calendar event via drag&drop in day or week mode

* Corrected the creation of meeting with day criteria.

* don't break m2o field values when opening m2o search popup with a preexisting value in the field

* Text set blank when text not related to any id in m2o field search.

* double-action execution in case of opening action URLs containing spaces

* Fixed function call arguments which effect on wizard actions.

* redirection issues following errors in Firefox, error page styling in case of 'normal' OpenERP error

* Fixed css for error popups.

* If error generated when perform any form action then just close the popup and return.

* mucking around with unlimited list limits in case of grouped lists

* Set 0 when -1(unlimited) limit in groupby.

* avoid calling default_get twice in m2m

* listgrid : Fixed the problem of double call of default_get at the time of selecting a many2many record(case:5992)

* force domain operators to skip deduplication of domain conditions

* Fixed '&' and '|' for domain evaluation.

* Fixed binary field issue when save/edit the saved record again.

* Button will not be disabled when parent is readonly (Partially Fixed, it should not be clickable also).

* Fixed pager issues again for unlimited range.

* Fixed the solution for readonly field in export

* Fixed mistake in condition.

* Basic condition checked for empty dict (checked for modified data else form data).

* Fixed the unlimited limit issue for List View.

* many2one will accept only ID instead of (ID, Value) to save data. (case #5989).

* Domain should be empty list instead of None if empty.

* m2m contextmenu doesn't appear in o2m popup.

* m2m contextmenu doesn't appear in o2m popup ('/' should not be added in prefix).

* Import : Web client adds an extra seperated line [] and sends to server, which turns into crash at server failing to read data within the line.

* Removed unnecessary comma (,) to avoide IE issue. (OPW-5969).

* Syntax errors were not handled properly.

* make substring search on m2o fields (without popping up the m2o search) significantly more reliable, thanks Stefan

* m2o double-firing onchange events: callback present on both hidden id field and visible text field, should only be available on the hidden id field

* Fixed many2one onchange, it call twice.

* a few warnings, deduplicate onchange triggerings

* initial calling of onchanges in o2m popups

* Fixed one2many onchange when open in popup.

* only send values for modified fields when calling write() for an object edition

* respect the user's menu action

* scope bug in JS code, proving once again that you should always use braces. Thanks to D. Halgand

* bug javascript for wizard

* handling of post-action reloading in o2m list views

* Fixed button action for listview (When perform any button action from one2many listview, need to reload one2many list only not form.).

* inability to handle domains padded with white space

* broken alignments due to incorrect column hiding in o2m widgets

* correctly forward context in tree view

* Fixed element initialization for attrs.

* image widget markup, handle picture widget

* center image/picture widgets

* handle widget="picture"

* the default colspan of group widgets is 1

* tags have a default colspan of 1

* form controller: action_id should be available in form views

* regression error when creating invoice line on a duplicated invoice

* incorrect context passing in o2m

* Fixed twice context evaluation.

* Fixed one2many context when passed default_get and context both.

* calendar events (day and week) should not overlap, makes descriptions unreadable

* date formats in search view

* Fixed reviewed code.

* Passed evaluated domain to params for searchview.

* Fixed date formate for search when change formate from Languages.

* handling of external links with target current (load into iframe)

* reinstate openLink for local URLs

* handling of menu items with both action and children

* readonly attr on groups

* Fixed re for uid, which applied in attrs.

* refresh of forms after some button types

* Fixed button action on unsaved-record which returns 'ir.action.act_window' but 'appcontent' is not reloaded.

* protect idSelector against code passing live DOM nodes in instead of ids

* do not use icon to determine non-leaf nodes in tree view

* visibility of shortcuts

* Fixed issue of shortcuts at initial db setup with new addons.

* correctly fall back when literal_eval encounters a non-literal-integer made entirely of digits

* default values in o2m form fields

* only let TinyDict evaluate literals


* https://launchpad.net/bugs/78439
* Fixed calendar view search pane, no need to set search_limit(case:5799).

* https://launchpad.net/bugs/768918
* error in evaluating view domain containing whitespace

* https://launchpad.net/bugs/786751
* Fixed variable initialization.

* https://launchpad.net/bugs/753340
* improve filtering of actions on menu items (don't just use the menu item icon)

* https://launchpad.net/bugs/770192
* Fixed many2one context menu when open from one2many popup.

* https://launchpad.net/bugs/716300
* Fixed context for tree view.

* https://launchpad.net/bugs/771288
* Improved display of o2m in form view to set alignement.

* https://launchpad.net/bugs/750056
* Fixed the unlimited limit issue for list view.

* https://launchpad.net/bugs/816207
* Correction over the commit http://bazaar.launchpad.net/~openerp/openobject-client-web/6.0/revision/4671

* https://launchpad.net/bugs/696793
* Fixed functional field isuue when update the same value.

* https://launchpad.net/bugs/744080
* Fixed issue of shortcuts when create a new db with more than modules installed.

* https://launchpad.net/bugs/744311
* Fixed set default value for editable listview.

* https://launchpad.net/bugs/753937
* Fixed one2many problem when create new record.

* https://launchpad.net/bugs/759896
* Prevents 'No action defined' error on parent menu items
* Menu actions stopped working when the menu item has children

* https://launchpad.net/bugs/768973
* improve handling of PO file loading error, provide more helpful error messages for incompletely loaded databases

* https://launchpad.net/bugs/752787
* Fixed binary field issue when save/edit the saved record again.

* https://launchpad.net/bugs/795704
* Fixed the limit as unlimited options.

* https://launchpad.net/bugs/733089
* nested o2ms not being creatable at once (needed two news on the same button)

* https://launchpad.net/bugs/748238
* search view - substring search on many2one
* Fixed many2one search domain for search view ('=' and 'ilike' seperated based on the value entered in many2one field).

* https://launchpad.net/bugs/768963
* cherrypy 3.2 incompabitility bug, hide under rug of arbitrariness


Improvements

------------


* Improve last() expression for xpath (case:5936).

* Use a TimedRotatingFileHandler if the rotate flag in the

* Improve wizard action which is load in new tab when target is popup. It should open with the right parent menu.

* use menu action to define root user menu in web client

* fix initialization of local variable in form_evalExpr

* open view_editor in jquery dialog

* Improve jquery-ui dialogs for view editor.

* jQuery code

* Improve readonly attrs on groups.

The OpenERP Team.


Looking for any of the standard services like OpenERP Offshore, OpenERP Support, OpenERP Training, OpenERP Development?
- You've been reading the Right name, Serpent Consulting Services, Here we are.

 

1 comment:

Anand shukla said...

Nice sharing information...
https://www.caretit.com/services/odoo-erp-services/odoo-support