lp:~openerp-dev/openobject-server/trunk-bug-795443-xrg

Created by xrg and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/trunk-bug-795443-xrg
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:
Abandoned

Recent revisions

3453. By OpenERP buildbot

orm: refactor orm.default_get() to avoid redundant computations

In default_get(), we need to evaluate the default value of each field,
in an order of resolution. The previous implementation did all the passes
regardless of the result of the previous step, and then dict.update()
the results.

Now, resolve from most-significant to least, trying only the remaining
fields at each step.
Also, have a provision for totally ignoring defaults from ir.values,
because they should not be considered when loading initial data.
(cherry picked from commit ad2cc4f179bbcfd455d8f08a8b7758ca375a1b89)

3452. By Vo Minh Thu

[ADD] openerp/netsvc: use cgitb to format the exception sent to the client, code/idea by chs.

3451. By Vo Minh Thu

[MERGE] res/partner/crm: removed unused code.

3450. By Vo Minh Thu

[MERGE] ir_translation: lang field selection only displays installed languages.

3449. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3448. By Vo Minh Thu

[MERGE] use drawCentredString instead of drawString for report header.

3447. By Vo Minh Thu

[MERGE] res_widget: remove res.widget.user entries when user deleted.

3446. By Vo Minh Thu

[MERGE] "%s" % a + b should be "%s" % (a + b).

3445. By Vo Minh Thu

[FIX] netrpc_server: close as soon as possible the socket, and do it after a communication-level exception.

3444. By Vo Minh Thu

[REF] res_lang: removed unused variable.

Branch metadata

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

Subscribers