lp:~therp-nl/openobject-server/ronald@therp.nl_trunk_lp645980

Created by Ronald Portier (Therp) and last modified
Get this branch:
bzr branch lp:~therp-nl/openobject-server/ronald@therp.nl_trunk_lp645980
Members of Therp can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Therp
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Development

Recent revisions

4509. By Ronald Portier (Therp)

[FIX] Rows ordered by translated fields are shown in the correct order.

4508. By Olivier Dony (Odoo)

[FIX] res.lang: ar_AR does not exist (Arabic in Argentina?!) -> replaced with ar_SY

ar_SY is the default locale alias for the `ar`
code in babel, so we can use that until a
translation team asks for a regional
variation of Arabic.

This should also fix an issue in the web
client, where ar_AR was not working, because
silently replaced with ar_SY.

This will only work for new databases,
old ones should be manually fixed.

4507. By Olivier Dony (Odoo)

[FIX] ir_attachment: fix regression when counting attachments (OPW 576295)

Cherry-pick forward-port of rev-id <email address hidden>
from 6.1. Fixes regression introduced by r.4069.

4506. By Antony Lesuisse (OpenERP)

[FIX] revert remove password fp merge
Overriding the reset password meachnism should be done in auth signup/reset password addons.

4505. By Fabien (Open ERP)

[IMP] rename columns for importation

4504. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4503. By Fabien (Open ERP)

[MERGE] trunk-fp

4502. By Olivier Dony (Odoo)

[FIX] generate_tracking_message_id: use more randomness to avoid duplicates

When several message IDs had to be generated for the same
record at the same time, there was a high chance to
get non-unique results. This possibly lead to data loss because
some mail implementations might ignore multiple mails with the
same ID (including OpenERP itself). On most operating systems
the available time resolution precision is better than what
we used (due to the float rounding of `%s`).
Adding a bit of randomness doesn't hurt, as OpenERP will
be used in increasingly distributed environments, so
we now add an extra random part as well.

4501. By Vo Minh Thu

[MERGE] removed a few warnings.

4500. By Quentin (OpenERP) <email address hidden>

[MERGE] osv/orm: call the fct_inv for functional fields that are stored=True + tools/yamp_import: on record creation, do not consider fields that wouldn't be returned by the client because readonly in the view

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