lp:~openerp-dev/openobject-server/7.0-staging-mat

Created by Martin Trigaux (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/7.0-staging-mat
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 Server (MOVED TO GITHUB)
Status:
Development

Recent revisions

5296. By Martin Trigaux (OpenERP)

[FIX] ir_model_fields: when adding a new custom column to a custom model, set a valid _rec_name to this model (otherwise would require a server restart to reinstanciate the model)

5295. By Martin Trigaux (OpenERP)

[FIX] ir_values: try to evaluate the given expression before saving it in pickle form (opw 607398)

The value_unpickled given by xml data is usualy already evaluated but when it is given by the web client, a str is recieved by the method (as the field is a text field). In the later case, we need to evaluate the field before storing to be correctly evaluated as a default value.

5294. By Olivier Dony (Odoo)

[FIX] convert: gracefully ignore missing XML IDs when processing <delete> tags + warn in log

5293. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5292. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5291. By Richard Mathot (Odoo, formerly OpenERP)

[IMP] res_group: more explicit constraint error message

5290. By Olivier Dony (Odoo)

[FIX] safe_eval: allow STORE_FAST and DELETE_FAST opcodes, used e.g. for comprehension expressions

5289. By Denis Ledoux (OpenERP)

[FIX] base: ir.model.fields, write, use tools.ustr instead of str so it handle if the string is already unicode

Writing special chars in the field label resulted in a traceback (write only, no problem with creation)

5288. By Martin Trigaux (OpenERP)

[FIX] amount_to_text: make sure accented string is in unicode

5287. By Denis Ledoux (OpenERP)

[FIX] base: in partner search view, use operator=child_of instead of filter_domain with a child_of domain

operator child_of has the advantage to do exact ID matching for many2one, and not just matching on the name

Branch metadata

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

Subscribers