lp:~openerp-dev/openobject-addons/7.0-bug_1287200

Created by Pariket Trivedi(OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-addons/7.0-bug_1287200
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Addons (MOVED TO GITHUB)
Status:
Development

Recent revisions

10044. By Bharat Devnani (Open ERP)

[IMP] improved the camel case

10043. By Pariket Trivedi(OpenERP)

[FIX]: change correct label and fields in Event Analysis.

10042. By Martin Trigaux (OpenERP)

[FIX] analytic: should not set mutable objects in method declaration (python gotcha)

10041. By Martin Trigaux (OpenERP)

[FIX] product: when duplicating a product, keep the language in the context

At the time of the context_wo_lang patch (7.0 revision 6577), the orm did not keep the language in copy_data, this patch intended to be more consistent.
Since server revision 5146 7.0, the new behaviour is to use the translated version in copy_data. Removign this change will be more consistent with the orm.

The expected behaviour is now the following:
In user lang: translated product name + translated '(copy)'
In other lang: same as original product

10040. By Martin Trigaux (OpenERP)

[FIX] hr_holidays: better display of leave counter (opw 605016)

The number of leave requests left is based on the employee_id key in the context, when displaying the status of an hr.holidays we don't have the information in the name_get of the hr.holidays.status.
The fallback on the number of employees is done with the uid but we can not rely on it as well as the name_get on m2o field is done with superuser_id.

10039. By Martin Trigaux (OpenERP)

[MERGE] [FIX] document_page: allow other users than administrator to create menu to a static page

Due to a global rule on ir.values (which is created when creating a ir.ui.menu), we need to execute the action as super user.

10038. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

10037. By Martin Trigaux (OpenERP)

[FIX] account: when creating partial reconcilation after unreconciliating one invoice, make sure we create this partial reconcilation only if we have at least two lines

10036. By Martin Trigaux (OpenERP)

[FIX] warning: make blocking warning actually doing something (opw 607380)

Instead of raising an exception (which only interupt the call of the onchange methods), return a dictionnary to set the forbidden partner or product to an empty value.
The call is not blocking in a way to forbid creating a record that uses this partner/product but it is not possible to select it through the web interface.

10035. By Denis Ledoux (OpenERP)

[FIX] auth_oauth: missing field body in formview

The body is the field used to actually display the 'log in with ...'
As not shown in the view, when adding a new provider, this field was empty and therefore wasnt visible on the login form...

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-addons
This branch contains Public information 
Everyone can see this information.

Subscribers