lp:~openerp-dev/openobject-addons/7.0-extra-report-company

Created by Olivier Dony (Odoo) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-addons/7.0-extra-report-company
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

9397. By Olivier Dony (Odoo)

[ADD] New compatibility modules for adding the denormalized commercial_partner_id dimension on main documents

      - `analytic_report_company` for analytic accounts, contracts and projects
      - `crm_report_company` for leads and opportunities
      - `purchase_report_company` for quotations and purchase orders
      - `sale_report_company` for quotations and sales orders
      - `stock_report_company` for delivery orders dans incoming shipments

9396. By Denis Ledoux (OpenERP)

[FIX]account: in wizard of refund, replace type(line.reconcile_id) != osv.orm.browse_null with simply if line.reconcile_id: + imp of the following line

9395. By Martin Trigaux (OpenERP)

[FIX] stock: post messages on stock.pciking instead of stock.picking.in/out to be able to display messages on the form

This will only display newly posted messages, not already existing.
To do so apply the following SQL command:
UPDATE mail_message SET model = 'stock.picking' WHERE model = 'stock.picking.in' OR model = 'stock.picking.out';

9394. By Martin Trigaux (OpenERP)

[FIX] project: correct name_search for analytic accounts, use args, name, limit and context

9393. By Martin Trigaux (OpenERP)

[FIX] pos: correctly link refund order to a current session and set to today's date (opw 589810)

9392. By Martin Trigaux (OpenERP)

[FIX] stock,mrp: move multicomp user to test instead of demo data

9391. By Thibault Delavallée (OpenERP)

[FIX] crm: fixed a bug in opportunities merge.

_merge_notify was called with a browse record but was waiting for an ID.

9390. By Martin Trigaux (OpenERP)

[FIX] pos: avoid a user to use another user's session (opw 595033)

9389. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9388. By Olivier Dony (Odoo)

[FIX] Force safer ondelete=restrict on the `alias_id` _inherits FK on models with a mail.alias parent

The delete-rule was initially set to `cascade` in revision
6897.16.13 revid:<email address hidden>
because the ORM would not allow anything else for the FK of
an _inherits relationship.
This constraint was later lifted in 7.0 server at revision
4681 revid:<email address hidden>
so we can now switch to the intended default behavior:
when deleting mail aliases we never want to cascade delete
the child records, as that could lead to unwanted deletions.
On the other hand the aliases are automatically deleted when
the record they belong to is deleted, as a kind of internal
dependency. This is the intended safe way to delete them.

There is a special case when the same alias is manually set
on multiple records, in which case you will not be able to
delete any of those records. This is an acceptable exception
and should be manually handled if ever needed, by temporarily
linking the records to delete to new dummy aliases.

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.