lp:~openerp-dev/openobject-addons/7.0-opw-590273-dhr

Created by Dharti Ratani(OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-addons/7.0-opw-590273-dhr
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

8903. By Dharti Ratani(OpenERP)

[IMP]Resolved the traceback on sharing a customer

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.

8898. By Thibault Delavallée (OpenERP)

[MERGE] mail: fixes and improved tests
[FIX] mail_followers: notification emails did not have 'references' correctly filled with their parent message message_id,
[FIX] mail_mail: emails sent to partners now use the 'Name <email>' format for email_to, instead of just 'email'
[FIX] mail_compose_message: fixed mass_mail subscribing the author to all documents,
[FIX] mail_compose_message: fixed access rule on mail_compose_message not taking into account the wizard creation in mass_mail_mode (model but no res_id -> could lead to crash),
[TEST] mail: cleaned a bit the tests; mail gateways related tests are now in a dedicated file; tests were added that helped triggering the previous errors

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

[FIX] account: improved tooltips and labels for manual reconciliation of accounting entries to be more explicit

8896. By van der Essen Frédéric (OpenERP)

[MERGE] point_of_sale: fix for a context=None related bug in the pos box wizard

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

[FIX] base_action_rule: no domain on user_id=False on filters because it pollutes the filters of everyone

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

[FIX] account_analytic_analysis: don't set the group 'Mandatory use of templates in contracts' as part of the 'Sales' application, as it has the side effect of exploding the drop-down menu to manage access rights into booleans. This group belong to the base.module_category_hidden category

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