lp:~openerp-dev/openobject-addons/7.0-587621-opw-skh

Created by Somesh Khare and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-addons/7.0-587621-opw-skh
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

8908. By Somesh Khare

[FIX]account_voucher: Cancelling a bank statement does not set voucher to state draft(Case: Ref 587621)

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

[MERGE] staging branch with fix in lunch (product preferences) and in sale (batch invoicing of sale orders)

8906. By Thibault Delavallée (OpenERP)

[MERGE] [FIX] mail_gateway: better algorithm to find the partner of an incoming email when having multiple matching partners for a given email address.

The mailgateway tries to find a partner that is also an user with the email_from.
If none is found, it takes the first partner with matching email.
In message_post, it tries to find the author based on the document's followers.
Indeed it is very likely that an answer comes from a follower of a document.

The whole process is not done inside the mailgateway because document
and followers related stuff belong to message_post, not to the mail gateway.

Tests have been added in mail.

8905. By Denis Ledoux (OpenERP)

[FIX]l10n_be_coda: add statement id in bank statement line view to allow group by statement

8904. By Thibault Delavallée (OpenERP)

[MERGE] [FIX] mail: reply_to of sent notification emails is sanitized.

8903. By Thibault Delavallée (OpenERP)

[MERGE] [FIX] portal with project_long_term access right and rules

A new module is added that make a bridge between Portal and Project Long Term.
It adds access rights and security rules allowing use project long term
along with portal.

8902. By Thibault Delavallée (OpenERP)

[MERGE] [FIX] Chatter: fixed multiple click on 'send' creating multiple messages; fixed 'show more message' listing all new messages in flat mode.

8901. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

8900. By Olivier Dony (Odoo)

[FIX] mail.alias: default alias generation now properly handles dots and emails; added tests

8899. By Olivier Dony (Odoo)

[FIX] subscription: prevent lockup during cron job execution

Due to the way cron jobs are executed in multi-process
environments, the cron arbiter holds an exclusive lock
on the cron task row in the database.
During the course of the subscription cron jobs execution
they attempt to alter a record that has a FK towards
the cron task row, effectively deadlocking the whole
cron processing thread.
The fix is rather hackish: remove the explicit FK
constraint from the subscription model towards
ir.cron - this prevent PostgreSQL from requesting
an exclusive lock and triggering a deadlock.
This is only a temporary solution, the subscription
module should be rewritten for the next stable release.

Branch metadata

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

Subscribers